mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
comment change
This commit is contained in:
@@ -340,12 +340,10 @@ MAKE_PSTR_LIST(enum_hamode, F_(off), F_(heat), F_(auto), F_(heat), F_(off), F_(h
|
||||
MAKE_PSTR_LIST(enum_solarmode, F_(constant), F("pwm"), F("analog"))
|
||||
MAKE_PSTR_LIST(enum_collectortype, F_(blank), F("flat"), F("vacuum"))
|
||||
|
||||
/*
|
||||
* MQTT topics and full text for values and commands
|
||||
*/
|
||||
// MQTT topics and full text for values and commands
|
||||
MAKE_PSTR(homeassistant, "homeassistant/")
|
||||
|
||||
// id for all devices
|
||||
// id used to store the device ID, goes into MQTT payload
|
||||
// empty full name to prevent being shown in web or console
|
||||
MAKE_PSTR_LIST(ID, F_(id))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user