Compare commits

..

No commits in common. "1815597374663d736bd4bddf11cbd901b401801d" and "8bc22e33f624b1ca967680ce1712444c7c3fd070" have entirely different histories.

71 changed files with 0 additions and 1 deletions

View File

@ -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);