mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
displaying optional tags in web
This commit is contained in:
@@ -69,9 +69,13 @@ MAKE_PSTR(lmin, "l/min")
|
||||
enum DeviceValueUOM : uint8_t { NONE = 0, DEGREES, PERCENT, LMIN, KWH, WH, HOURS, MINUTES, UA, BAR, PUMP };
|
||||
|
||||
// TAG mapping - maps to DeviceValueTAG_s in emsdevice.cpp
|
||||
MAKE_PSTR(tag_boiler_data, "boiler")
|
||||
MAKE_PSTR(tag_boiler_data_ww, "warm water")
|
||||
MAKE_PSTR(tag_boiler_data_info, "info")
|
||||
MAKE_PSTR(tag_none, "") // use empty string if want to suppress showing tags
|
||||
// MAKE_PSTR(tag_boiler_data, "boiler")
|
||||
// MAKE_PSTR(tag_boiler_data_ww, "warm water")
|
||||
// MAKE_PSTR(tag_boiler_data_info, "info")
|
||||
MAKE_PSTR(tag_boiler_data, "")
|
||||
MAKE_PSTR(tag_boiler_data_ww, "")
|
||||
MAKE_PSTR(tag_boiler_data_info, "")
|
||||
MAKE_PSTR(tag_thermostat_data, "") // use empty string if want to suppress showing tags
|
||||
MAKE_PSTR(tag_hc1, "hc1")
|
||||
MAKE_PSTR(tag_hc2, "hc2")
|
||||
|
||||
Reference in New Issue
Block a user