mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 03:40:22 +03:00
add solar influence #2212
This commit is contained in:
@@ -109,6 +109,8 @@ class Thermostat : public EMSdevice {
|
||||
uint8_t instantstart; // 1-10K
|
||||
uint8_t boost;
|
||||
uint8_t boosttime; // hours
|
||||
int8_t currSolarInfl;
|
||||
int8_t solarInfl;
|
||||
|
||||
uint8_t hc_num() const {
|
||||
return hc_num_;
|
||||
@@ -664,6 +666,7 @@ class Thermostat : public EMSdevice {
|
||||
bool set_switchProgMode(const char * value, const int8_t id);
|
||||
bool set_absent(const char * value, const int8_t id);
|
||||
bool set_redthreshold(const char * value, const int8_t id);
|
||||
bool set_solarinfl(const char * value, const int8_t id);
|
||||
};
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user