mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 10:19:55 +03:00
pumpmode enum for HT3 boilers #2721, add commands manual defrost, chimneysweeper
This commit is contained in:
@@ -446,6 +446,8 @@ class Boiler : public EMSdevice {
|
||||
bool set_burn_period(const char * value, const int8_t id);
|
||||
bool set_pump_delay(const char * value, const int8_t id);
|
||||
bool set_reset(const char * value, const int8_t id);
|
||||
bool set_chimneysweeper(const char * value, const int8_t id);
|
||||
bool set_manDefrost(const char * value, const int8_t id);
|
||||
bool set_maintenance(const char * value, const int8_t id);
|
||||
bool set_maintenancetime(const char * value, const int8_t id);
|
||||
bool set_maintenancedate(const char * value, const int8_t id);
|
||||
|
||||
Reference in New Issue
Block a user