mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 02:09:57 +03:00
small changes, suggestion for thermostat_data
This commit is contained in:
@@ -116,7 +116,7 @@ MAKE_PSTR(percent, "%")
|
||||
MAKE_PSTR(degrees, "°C")
|
||||
MAKE_PSTR(asterisks, "********")
|
||||
MAKE_PSTR(n_mandatory, "<n>")
|
||||
MAKE_PSTR(n_optional, "[n]")
|
||||
MAKE_PSTR(id_optional, "[id/hc]")
|
||||
MAKE_PSTR(data_optional, "[data]")
|
||||
MAKE_PSTR(typeid_mandatory, "<type ID>")
|
||||
MAKE_PSTR(deviceid_mandatory, "<device ID>")
|
||||
@@ -177,7 +177,7 @@ MAKE_PSTR(flameCurr, "Flame current")
|
||||
MAKE_PSTR(heatPump, "Boiler pump")
|
||||
MAKE_PSTR(fanWork, "Fan")
|
||||
MAKE_PSTR(ignWork, "Ignition")
|
||||
MAKE_PSTR(wWHeat, "Warm water charging")
|
||||
MAKE_PSTR(wWHeat, "Warm water heating")
|
||||
MAKE_PSTR(heatingActivated, "Heating activated")
|
||||
MAKE_PSTR(heatingTemp, "Heating temperature setting on the boiler")
|
||||
MAKE_PSTR(pumpModMax, "Boiler circuit pump modulation max power")
|
||||
@@ -223,6 +223,7 @@ MAKE_PSTR(flowTemp, "Current flow temperature")
|
||||
MAKE_PSTR(flowSetTemp, "Setpoint flow temperature")
|
||||
|
||||
// thermostat
|
||||
MAKE_PSTR(time, "Time")
|
||||
MAKE_PSTR(display, "Display")
|
||||
MAKE_PSTR(language, "Language")
|
||||
MAKE_PSTR(offsetclock, "Offset clock")
|
||||
@@ -250,5 +251,6 @@ MAKE_PSTR(targetflowtemp, "Target flow temperature")
|
||||
MAKE_PSTR(offsettemp, "Offset temperature")
|
||||
MAKE_PSTR(designtemp, "Design temperature")
|
||||
MAKE_PSTR(summertemp, "Summer temperature")
|
||||
MAKE_PSTR(summermode, "Summer mode")
|
||||
MAKE_PSTR(mode, "Mode")
|
||||
MAKE_PSTR(modetype, "Mode type")
|
||||
|
||||
Reference in New Issue
Block a user