mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
Michael's fixes for (v2) normalize command infrastructure for devices (mqtt & console) #445
This commit is contained in:
@@ -240,7 +240,7 @@ class Thermostat : public EMSdevice {
|
||||
|
||||
// internal helper functions
|
||||
void set_mode_n(const uint8_t mode, const uint8_t hc_num);
|
||||
void set_temperature_value(const char * value, const uint8_t hc, const uint8_t mode);
|
||||
void set_temperature_value(const char * value, const int8_t id, const uint8_t mode);
|
||||
void set_temperature(const float temperature, const std::string & mode, const uint8_t hc_num);
|
||||
void set_temperature(const float temperature, const uint8_t mode, const uint8_t hc_num);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user