Compare commits
2 Commits
8bc22e33f6
...
1815597374
Author | SHA1 | Date |
---|---|---|
Siwat Sirichai | 1815597374 | |
Siwat Sirichai | 1ec8effe90 |
|
@ -34,6 +34,7 @@ class ClimateIoT : public IoTComponent {
|
||||||
void loop();
|
void loop();
|
||||||
uint8_t getType();
|
uint8_t getType();
|
||||||
private:
|
private:
|
||||||
|
ClimateCard *climate_card;
|
||||||
bool processSetTemperatureMessage(char *topic, char *payload, uint8_t topic_length);
|
bool processSetTemperatureMessage(char *topic, char *payload, uint8_t topic_length);
|
||||||
bool processSetModeMessage(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);
|
bool processSetFanSpeedMessage(char *topic, char *payload, uint8_t topic_length);
|
Loading…
Reference in New Issue