mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
add switchProgMode #1903
This commit is contained in:
@@ -86,6 +86,7 @@ class Thermostat : public EMSdevice {
|
||||
uint8_t climate;
|
||||
uint8_t switchonoptimization;
|
||||
uint8_t statusbyte; // from RC300monitor
|
||||
uint8_t switchProgMode;
|
||||
// RC 10
|
||||
uint8_t reducehours; // night reduce duration
|
||||
uint16_t reduceminutes; // remaining minutes to night->day
|
||||
@@ -655,6 +656,7 @@ class Thermostat : public EMSdevice {
|
||||
bool set_cooling(const char * value, const int8_t id);
|
||||
bool set_coolondelay(const char * value, const int8_t id);
|
||||
bool set_cooloffdelay(const char * value, const int8_t id);
|
||||
bool set_switchProgMode(const char * value, const int8_t id);
|
||||
};
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user