mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Create table of all EMS-ESP entities, by device, shortname/fullname and characteristics #828
This commit is contained in:
@@ -63,6 +63,7 @@ DeviceValue::DeviceValue(uint8_t device_type,
|
||||
// set the min/max
|
||||
set_custom_minmax();
|
||||
|
||||
/*
|
||||
#ifdef EMSESP_STANDALONE
|
||||
// only added for debugging
|
||||
Serial.print(COLOR_BRIGHT_RED_BACKGROUND);
|
||||
@@ -98,6 +99,7 @@ DeviceValue::DeviceValue(uint8_t device_type,
|
||||
}
|
||||
Serial.println(COLOR_RESET);
|
||||
#endif
|
||||
*/
|
||||
}
|
||||
|
||||
// mapping of UOM, to match order in DeviceValueUOM enum emsdevicevalue.h
|
||||
|
||||
Reference in New Issue
Block a user