Update ClimateIoT.hpp
This commit is contained in:
parent
1815597374
commit
5fd8bdf73c
|
@ -34,7 +34,7 @@ class ClimateIoT : public IoTComponent {
|
||||||
void loop();
|
void loop();
|
||||||
uint8_t getType();
|
uint8_t getType();
|
||||||
private:
|
private:
|
||||||
ClimateCard *climate_card;
|
ClimateCard *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