pumpmode enum for HT3 boilers #2721, add commands manual defrost, chimneysweeper

This commit is contained in:
MichaelDvP
2025-11-10 09:54:33 +01:00
parent 32474d10ce
commit 91b78f9a23
5 changed files with 56 additions and 15 deletions

View File

@@ -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);