Compare commits
No commits in common. "1815597374663d736bd4bddf11cbd901b401801d" and "8bc22e33f624b1ca967680ce1712444c7c3fd070" have entirely different histories.
1815597374
...
8bc22e33f6
|
@ -34,7 +34,6 @@ 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);
|
Loading…
Reference in New Issue