mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +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_solarmode, F_(constant), F("pwm"), F("analog"))
|
||||||
MAKE_PSTR_LIST(enum_collectortype, F_(blank), F("flat"), F("vacuum"))
|
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/")
|
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
|
// empty full name to prevent being shown in web or console
|
||||||
MAKE_PSTR_LIST(ID, F_(id))
|
MAKE_PSTR_LIST(ID, F_(id))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user