diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f7fb6c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.vs +/Hue-Bot/obj +/Hue-Bot/bin diff --git a/Hue-Bot/bin/Release/Bot-Utils.dll b/Hue-Bot/bin/Release/Bot-Utils.dll deleted file mode 100644 index ab4d606..0000000 Binary files a/Hue-Bot/bin/Release/Bot-Utils.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/ConnectorDataMqtt.dll b/Hue-Bot/bin/Release/ConnectorDataMqtt.dll deleted file mode 100644 index c0da70b..0000000 Binary files a/Hue-Bot/bin/Release/ConnectorDataMqtt.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/Hue-Bot.exe b/Hue-Bot/bin/Release/Hue-Bot.exe deleted file mode 100644 index 7a38363..0000000 Binary files a/Hue-Bot/bin/Release/Hue-Bot.exe and /dev/null differ diff --git a/Hue-Bot/bin/Release/Hue.dll b/Hue-Bot/bin/Release/Hue.dll deleted file mode 100644 index d105a8d..0000000 Binary files a/Hue-Bot/bin/Release/Hue.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/Iot-Interfaces.dll b/Hue-Bot/bin/Release/Iot-Interfaces.dll deleted file mode 100644 index e74451b..0000000 Binary files a/Hue-Bot/bin/Release/Iot-Interfaces.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/M2Mqtt.dll b/Hue-Bot/bin/Release/M2Mqtt.dll deleted file mode 100644 index 04034d6..0000000 Binary files a/Hue-Bot/bin/Release/M2Mqtt.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/Mono.Posix.dll b/Hue-Bot/bin/Release/Mono.Posix.dll deleted file mode 100644 index 9e281ad..0000000 Binary files a/Hue-Bot/bin/Release/Mono.Posix.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/Utils-IoT.dll b/Hue-Bot/bin/Release/Utils-IoT.dll deleted file mode 100644 index fdce797..0000000 Binary files a/Hue-Bot/bin/Release/Utils-IoT.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/Utils.dll b/Hue-Bot/bin/Release/Utils.dll deleted file mode 100644 index b3a4e24..0000000 Binary files a/Hue-Bot/bin/Release/Utils.dll and /dev/null differ diff --git a/Hue-Bot/bin/Release/config-example/mqtt.conf.example b/Hue-Bot/bin/Release/config-example/mqtt.conf.example deleted file mode 100644 index 7fdb045..0000000 --- a/Hue-Bot/bin/Release/config-example/mqtt.conf.example +++ /dev/null @@ -1,6 +0,0 @@ -[modul] -config=private - -[settings] -type=mqtt -server=localhost diff --git a/Hue-Bot/bin/Release/config-example/settings.conf.example b/Hue-Bot/bin/Release/config-example/settings.conf.example deleted file mode 100644 index 81bb997..0000000 --- a/Hue-Bot/bin/Release/config-example/settings.conf.example +++ /dev/null @@ -1,6 +0,0 @@ -[hue] -server=192.168.0.1 -key=abcdefghijklmno - -[logging] -path=/var/log/huebot.log \ No newline at end of file diff --git a/Hue-Bot/bin/Release/litjson.dll b/Hue-Bot/bin/Release/litjson.dll deleted file mode 100644 index 9c2f035..0000000 Binary files a/Hue-Bot/bin/Release/litjson.dll and /dev/null differ