mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-28 17:49:08 +03:00
optimize device_info
This commit is contained in:
@@ -63,7 +63,7 @@ class TemperatureSensor {
|
||||
bool apply_customization();
|
||||
|
||||
// initial values
|
||||
int16_t temperature_c = EMS_VALUE_INT16_NOTSET;
|
||||
int16_t temperature_c = EMS_VALUE_INT16_NOTSET; // value is *10
|
||||
bool read = false;
|
||||
bool ha_registered = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user