Minor Changes
This commit is contained in:
parent
37a59b998d
commit
dd6f8a7e6a
@ -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; }
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user