add cooling #1198, fix min limit of noreducetemp

This commit is contained in:
MichaelDvP
2023-06-30 10:00:04 +02:00
parent 3efe16c840
commit cbb7d46ede
2 changed files with 19 additions and 1 deletions

View File

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