typo, rename from #787, mark missing translations, add #883

This commit is contained in:
MichaelDvP
2023-01-03 08:40:02 +01:00
parent 71043963e7
commit 78ae4d7a7d
8 changed files with 108 additions and 101 deletions

View File

@@ -229,6 +229,7 @@ class Boiler : public EMSdevice {
uint16_t hpHystPool_;
uint8_t tempDiffHeat_;
uint8_t tempDiffCool_;
uint8_t hpCircPumpWw_;
uint8_t wwComfOffTemp_;
uint8_t wwEcoOffTemp_;
@@ -365,6 +366,7 @@ class Boiler : public EMSdevice {
bool set_auxMaxTemp(const char * value, const int8_t id);
bool set_manDefrost(const char * value, const int8_t id);
bool set_pvCooling(const char * value, const int8_t id);
bool set_hpCircPumpWw(const char * value, const int8_t id);
bool set_hpHyst(const char * value, const int8_t id);
inline bool set_hpHystHeat(const char * value, const int8_t id) {