add comment

This commit is contained in:
Proddy
2024-01-04 18:09:42 +01:00
parent 9ca47627d2
commit 35ee8c33b3

View File

@@ -62,6 +62,7 @@ class TemperatureSensor {
bool apply_customization(); bool apply_customization();
// initial values
int16_t temperature_c = EMS_VALUE_SHORT_NOTSET; int16_t temperature_c = EMS_VALUE_SHORT_NOTSET;
bool read = false; bool read = false;
bool ha_registered = false; bool ha_registered = false;