Compare commits

...

2 Commits

Author SHA1 Message Date
Siwat Sirichai 1815597374 rename folders 2023-12-30 15:03:20 +07:00
Siwat Sirichai 1ec8effe90 deprecate MQTT IoT Controller 2023-12-30 14:59:08 +07:00
71 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ class ClimateIoT : public IoTComponent {
void loop();
uint8_t getType();
private:
ClimateCard *climate_card;
bool processSetTemperatureMessage(char *topic, char *payload, uint8_t topic_length);
bool processSetModeMessage(char *topic, char *payload, uint8_t topic_length);
bool processSetFanSpeedMessage(char *topic, char *payload, uint8_t topic_length);