fix water: retValve and circ time control

This commit is contained in:
MichaelDvP
2023-11-15 18:13:43 +01:00
parent 9c6b9a5359
commit acb453bd4b
2 changed files with 12 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ class Water : public EMSdevice {
bool set_wwHystOff(const char * value, const int8_t id);
bool set_wwDeltaTRet(const char * value, const int8_t id);
bool set_wwRetValve(const char * value, const int8_t id);
bool set_errorDisp(const char * value, const int8_t id);
};