]> git.basschouten.com Git - mqttthermostat.git/commit
Initial commit.
authorBas Schouten <bas@basschouten.com>
Mon, 30 Jan 2023 03:38:57 +0000 (04:38 +0100)
committerBas Schouten <bas@basschouten.com>
Mon, 30 Jan 2023 03:38:57 +0000 (04:38 +0100)
commit40041b429b28de1acdc4919243c641537455be9e
tree53a380912175a4f59e1c5479d3c6c99d0f40c9b9
Initial commit.
14 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CMakePresets.json [new file with mode: 0644]
MQTTThermostat/CMakeLists.txt [new file with mode: 0644]
MQTTThermostat/HeatingController.h [new file with mode: 0644]
MQTTThermostat/MQTTThermostat.cpp [new file with mode: 0644]
MQTTThermostat/MQTTThermostat.h [new file with mode: 0644]
MQTTThermostat/TemperatureSupplier.h [new file with mode: 0644]
MQTTThermostat/maindaemon.cpp [new file with mode: 0644]
MQTTThermostat/maintest.cpp [new file with mode: 0644]
mqttthermostat.conf [new file with mode: 0644]
mqttthermostat.service [new file with mode: 0644]
paho.mqtt.c [new submodule]