add boiler command selburnpow, update packages

This commit is contained in:
MichaelDvP
2021-04-29 16:19:43 +02:00
parent 87b2a05d39
commit 2b95a0d125
3 changed files with 20 additions and 5 deletions

View File

@@ -207,6 +207,7 @@ class Boiler : public EMSdevice {
bool set_warmwater_maxpower(const char * value, const int8_t id);
bool set_wWFlowTempOffset(const char * value, const int8_t id);
bool set_flow_temp(const char * value, const int8_t id);
bool set_burn_power(const char * value, const int8_t id);
bool set_heating_activated(const char * value, const int8_t id);
bool set_heating_temp(const char * value, const int8_t id);
bool set_min_power(const char * value, const int8_t id);