mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
mixer telegram 0x2CC, #1554
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user