mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
CW100 settings telegram 0x241, #2290
This commit is contained in:
@@ -280,6 +280,7 @@ class Thermostat : public EMSdevice {
|
||||
|
||||
char vacation[8][22]; // RC30, R3000 only, only one hc
|
||||
uint8_t absent_;
|
||||
uint8_t hasSolar_;
|
||||
|
||||
// HybridHP
|
||||
uint8_t hybridStrategy_; // co2 = 1, cost = 2, temperature = 3, mix = 4
|
||||
@@ -628,6 +629,7 @@ class Thermostat : public EMSdevice {
|
||||
bool set_display(const char * value, const int8_t id);
|
||||
bool set_building(const char * value, const int8_t id);
|
||||
bool set_damping(const char * value, const int8_t id);
|
||||
bool set_solar(const char * value, const int8_t id);
|
||||
bool set_language(const char * value, const int8_t id);
|
||||
bool set_heatingtype(const char * value, const int8_t id);
|
||||
bool set_reducehours(const char * value, const int8_t id);
|
||||
|
||||
Reference in New Issue
Block a user