mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
refactor commands to take dynamic translation descriptions #674
This commit is contained in:
@@ -219,11 +219,6 @@ MAKE_PSTR(uom_sqm, "sqm")
|
||||
MAKE_PSTR(uom_m3, "m3")
|
||||
MAKE_PSTR(uom_l, "l")
|
||||
|
||||
// commands
|
||||
MAKE_PSTR(info_cmd, "lists all values")
|
||||
MAKE_PSTR(commands_cmd, "lists all commands")
|
||||
MAKE_PSTR(entities_cmd, "lists all entities")
|
||||
|
||||
// TAG mapping - maps to DeviceValueTAG_s in emsdevice.cpp
|
||||
// use empty string if want to suppress showing tags
|
||||
// mqtt tags must not have spaces
|
||||
|
||||
Reference in New Issue
Block a user