mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
init poolShuntStatus__ as its not done in the constructor
This commit is contained in:
@@ -65,13 +65,12 @@ class Mixer : public EMSdevice {
|
||||
uint8_t setValveTime_;
|
||||
|
||||
int16_t poolTemp_;
|
||||
int8_t poolShuntStatus__;
|
||||
int8_t poolShuntStatus_;
|
||||
int8_t poolShunt_;
|
||||
|
||||
|
||||
Type type_ = Type::NONE;
|
||||
uint16_t hc_ = EMS_VALUE_USHORT_NOTSET;
|
||||
int8_t poolShuntStatus__ = EMS_VALUE_INT_NOTSET; // temp value
|
||||
uint8_t id_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user