Minor Changes

This commit is contained in:
BlubbFish 2018-08-11 23:13:47 +00:00
parent 37a59b998d
commit dd6f8a7e6a
2 changed files with 7 additions and 8 deletions

View File

@ -4,13 +4,12 @@ namespace BlubbFish.Utils.IoT.Bots.Events {
public class ModulEventArgs : EventArgs {
public ModulEventArgs() {
}
public ModulEventArgs(String addr, String prop, String val, String src)
{
this.Address = addr;
this.Property = prop;
this.Value = val;
this.Source = src;
}
public ModulEventArgs(String addr, String prop, String val, String src) {
this.Address = addr;
this.Property = prop;
this.Value = val;
this.Source = src;
}
public String Address { get; protected set; }
public String Property { get; protected set; }
public String Value { get; protected set; }

View File

@ -37,7 +37,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Librarys\mqtt\M2Mqtt\M2Mqtt_4.7.1.csproj">
<Project>{a11aef5a-b246-4fe8-8330-06db73cc8074}</Project>
<Name>M2Mqtt</Name>
<Name>M2Mqtt_4.7.1</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Utils-IoT.csproj">
<Project>{b870e4d5-6806-4a0b-b233-8907eedc5afc}</Project>