mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 05:39:51 +03:00
Termostat refactoring
All Sensors (1-w, DHT, HDC, CCS):unified transfer measurements to mqtt/local items
This commit is contained in:
@@ -156,3 +156,13 @@ class Item
|
||||
int defaultSuffixCode;
|
||||
|
||||
};
|
||||
|
||||
typedef union
|
||||
{
|
||||
struct
|
||||
{
|
||||
int16_t tempX100;
|
||||
uint16_t timestamp16;
|
||||
};
|
||||
int32_t asint;
|
||||
} thermostatStore;
|
||||
Reference in New Issue
Block a user