mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fix status back to signed integer
This commit is contained in:
@@ -73,7 +73,7 @@ class Mixing : public EMSdevice {
|
|||||||
uint16_t hc_ = EMS_VALUE_USHORT_NOTSET;
|
uint16_t hc_ = EMS_VALUE_USHORT_NOTSET;
|
||||||
uint16_t flowTemp_ = EMS_VALUE_USHORT_NOTSET;
|
uint16_t flowTemp_ = EMS_VALUE_USHORT_NOTSET;
|
||||||
uint8_t pumpStatus_ = EMS_VALUE_UINT_NOTSET;
|
uint8_t pumpStatus_ = EMS_VALUE_UINT_NOTSET;
|
||||||
uint8_t status_ = EMS_VALUE_UINT_NOTSET;
|
int8_t status_ = EMS_VALUE_INT_NOTSET;
|
||||||
uint8_t flowSetTemp_ = EMS_VALUE_UINT_NOTSET;
|
uint8_t flowSetTemp_ = EMS_VALUE_UINT_NOTSET;
|
||||||
|
|
||||||
Type type_ = Type::NONE;
|
Type type_ = Type::NONE;
|
||||||
|
|||||||
Reference in New Issue
Block a user