mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
Rename DeviceValueTypes, add UINT32 for custom entities #1706
This commit is contained in:
@@ -63,7 +63,7 @@ class TemperatureSensor {
|
||||
bool apply_customization();
|
||||
|
||||
// initial values
|
||||
int16_t temperature_c = EMS_VALUE_SHORT_NOTSET;
|
||||
int16_t temperature_c = EMS_VALUE_INT16_NOTSET;
|
||||
bool read = false;
|
||||
bool ha_registered = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user