mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 01:09:51 +03:00
merge in 0e26e67126
This commit is contained in:
@@ -189,6 +189,8 @@ class Boiler : public EMSdevice {
|
||||
bool set_heating_temp(const char * value, const int8_t id);
|
||||
bool set_min_power(const char * value, const int8_t id);
|
||||
bool set_max_power(const char * value, const int8_t id);
|
||||
bool set_min_pump(const char * value, const int8_t id);
|
||||
bool set_max_pump(const char * value, const int8_t id);
|
||||
bool set_hyst_on(const char * value, const int8_t id);
|
||||
bool set_hyst_off(const char * value, const int8_t id);
|
||||
bool set_burn_period(const char * value, const int8_t id);
|
||||
|
||||
Reference in New Issue
Block a user