mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
add cooling #1198, fix min limit of noreducetemp
This commit is contained in:
@@ -94,6 +94,7 @@ class Thermostat : public EMSdevice {
|
||||
uint8_t roomtempdiff;
|
||||
uint8_t hpminflowtemp;
|
||||
uint8_t hpmode;
|
||||
uint8_t cooling;
|
||||
|
||||
uint8_t hc_num() const {
|
||||
return hc_num_;
|
||||
@@ -565,6 +566,7 @@ class Thermostat : public EMSdevice {
|
||||
bool set_dewoffset(const char * value, const int8_t id);
|
||||
bool set_hpminflowtemp(const char * value, const int8_t id);
|
||||
bool set_hpmode(const char * value, const int8_t id);
|
||||
bool set_cooling(const char * value, const int8_t id);
|
||||
};
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user