mixer telegram 0x2CC, #1554

This commit is contained in:
MichaelDvP
2024-01-13 15:36:01 +01:00
parent 5c490834cf
commit ef6ac3848f
2 changed files with 48 additions and 4 deletions

View File

@@ -43,6 +43,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);
private:
uint16_t flowTempHc_;
@@ -52,6 +53,7 @@ class Mixer : public EMSdevice {
uint8_t flowSetTemp_;
uint8_t activated_;
uint8_t setValveTime_;
uint8_t flowTempOffset_;
uint16_t hc_ = EMS_VALUE_USHORT_NOTSET;
};