add mixer values #1554

This commit is contained in:
MichaelDvP
2024-01-20 15:01:11 +01:00
parent 3b32dcb407
commit 9260db330e
2 changed files with 49 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ class Mixer : public EMSdevice {
bool set_pump(const char * value, const int8_t id);
bool set_activated(const char * value, const int8_t id);
bool set_setValveTime(const char * value, const int8_t id);
bool set_flowTempOffset(const char * value, const int8_t id);
bool set_wwMaxTemp(const char * value, const int8_t id);
bool set_wwDiffTemp(const char * value, const int8_t id);
@@ -80,6 +81,7 @@ class Mixer : public EMSdevice {
uint8_t flowSetTemp_;
uint8_t activated_;
uint8_t setValveTime_;
uint8_t flowTempOffset_;
// MM100wwParam - 0x0313, 0x033B
uint8_t wwMaxTemp_;