mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
code cleanup, thermostat mqtt changes, dallas sensor to 2 precision doubles
This commit is contained in:
@@ -276,7 +276,6 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
uint8_t product_id;
|
||||
uint8_t device_id;
|
||||
char model_string[50];
|
||||
} _Mixing_Device;
|
||||
|
||||
@@ -378,10 +377,10 @@ typedef struct {
|
||||
uint8_t model_id;
|
||||
uint8_t product_id;
|
||||
char version[10];
|
||||
uint8_t hc; // heating circuit 1,2, 3 or 4
|
||||
bool active; // true if there is data for this HC
|
||||
uint8_t hc; // heating circuit 1, 2, 3 or 4
|
||||
bool active; // true if there is data for this HC
|
||||
|
||||
uint8_t flowTemp;
|
||||
uint16_t flowTemp;
|
||||
} _EMS_Mixing_HC;
|
||||
|
||||
// Mixer data
|
||||
|
||||
Reference in New Issue
Block a user