Copy from MqttToTelegram to IoT-Bot
This commit is contained in:
parent
477e20c474
commit
ceef3daf21
5
.gitignore
vendored
5
.gitignore
vendored
@ -82,3 +82,8 @@
|
||||
/Mqtt-SWB-Dashboard/Mqtt-SWB-Dashboard/Connector/.svn
|
||||
/MqttToTelegram/MqttToTelegram/Connector/.svn
|
||||
/MqttToTelegram/MqttToTelegram/Sensor/.svn
|
||||
/IoT-Bot/.vs/IoT-Bot/v15
|
||||
/IoT-Bot/packages
|
||||
/IoT-Bot/IoT-Bot/Connector/.svn
|
||||
/IoT-Bot/IoT-Bot/obj/Debug
|
||||
/IoT-Bot/IoT-Bot/Sensor/.svn
|
||||
|
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25420.1
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MqttToTelegram", "MqttToTelegram\MqttToTelegram.csproj", "{89077643-B472-419F-8EAB-56B9E2D13ABC}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoT-Bot", "IoT-Bot\IoT-Bot.csproj", "{89077643-B472-419F-8EAB-56B9E2D13ABC}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using BlubbFish.Utils;
|
||||
using uPLibrary.Networking.M2Mqtt;
|
||||
using uPLibrary.Networking.M2Mqtt.Messages;
|
||||
|
@ -65,6 +65,7 @@
|
||||
<Compile Include="Condition\ConditionWorker.cs" />
|
||||
<Compile Include="Condition\ACondition.cs" />
|
||||
<Compile Include="Condition\Edge.cs" />
|
||||
<Compile Include="Connector\ADataBackend.cs" />
|
||||
<Compile Include="Connector\Mqtt.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
Loading…
Reference in New Issue
Block a user