mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
rename boiltemp to 'actual boiler temperature' https://github.com/emsesp/EMS-ESP32/discussions/115
This commit is contained in:
@@ -391,7 +391,7 @@ MAKE_PSTR_LIST(curFlowTemp, F("curflowtemp"), F("current flow temperature"))
|
|||||||
MAKE_PSTR_LIST(retTemp, F("rettemp"), F("return temperature"))
|
MAKE_PSTR_LIST(retTemp, F("rettemp"), F("return temperature"))
|
||||||
MAKE_PSTR_LIST(switchTemp, F("switchtemp"), F("mixing switch temperature"))
|
MAKE_PSTR_LIST(switchTemp, F("switchtemp"), F("mixing switch temperature"))
|
||||||
MAKE_PSTR_LIST(sysPress, F("syspress"), F("system pressure"))
|
MAKE_PSTR_LIST(sysPress, F("syspress"), F("system pressure"))
|
||||||
MAKE_PSTR_LIST(boilTemp, F("boiltemp"), F("boiler temperature"))
|
MAKE_PSTR_LIST(boilTemp, F("boiltemp"), F("actual boiler temperature"))
|
||||||
MAKE_PSTR_LIST(exhaustTemp, F("exhausttemp"), F("exhaust temperature"))
|
MAKE_PSTR_LIST(exhaustTemp, F("exhausttemp"), F("exhaust temperature"))
|
||||||
MAKE_PSTR_LIST(burnGas, F("burngas"), F("gas"))
|
MAKE_PSTR_LIST(burnGas, F("burngas"), F("gas"))
|
||||||
MAKE_PSTR_LIST(flameCurr, F("flamecurr"), F("flame current"))
|
MAKE_PSTR_LIST(flameCurr, F("flamecurr"), F("flame current"))
|
||||||
|
|||||||
Reference in New Issue
Block a user