From 784ba7fc23f63e028c9f8188e42788981ade01ec Mon Sep 17 00:00:00 2001 From: Proddy Date: Sat, 10 Apr 2021 14:57:05 +0200 Subject: [PATCH] lowercase flowtemp commands --- src/locale_EN.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locale_EN.h b/src/locale_EN.h index 1e94417dd..0cd61ebb5 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -278,7 +278,7 @@ MAKE_PSTR_LIST(selBurnPow, F("selburnpow"), F("burner selected max power")) MAKE_PSTR_LIST(heatingPumpMod, F("heatingpumpmod"), F("heating pump modulation")) MAKE_PSTR_LIST(heatingPump2Mod, F("heatingpump2mod"), F("heating pump 2 modulation")) MAKE_PSTR_LIST(outdoorTemp, F("outdoortemp"), F("outside temperature")) -MAKE_PSTR_LIST(curFlowTemp, F("curFlowtemp"), F("current flow temperature")) +MAKE_PSTR_LIST(curFlowTemp, F("curflowtemp"), F("current flow temperature")) MAKE_PSTR_LIST(retTemp, F("rettemp"), F("return temperature")) MAKE_PSTR_LIST(switchTemp, F("switchtemp"), F("mixing switch temperature")) MAKE_PSTR_LIST(sysPress, F("syspress"), F("system pressure")) @@ -337,7 +337,7 @@ MAKE_PSTR_LIST(wWSelTemp, F("wwseltemp"), F("selected temperature")) MAKE_PSTR_LIST(wWSetTemp, F("wwsettemp"), F("set temperature")) MAKE_PSTR_LIST(wWType, F("wwtype"), F("type")) MAKE_PSTR_LIST(wWComfort, F("wwcomfort"), F("comfort")) -MAKE_PSTR_LIST(wWFlowTempOffset, F("wwFlowtempoffset"), F("flow temperature offset")) +MAKE_PSTR_LIST(wWFlowTempOffset, F("wwflowtempoffset"), F("flow temperature offset")) MAKE_PSTR_LIST(wWMaxPower, F("wwmaxpower"), F("max power")) MAKE_PSTR_LIST(wWCircPump, F("wwcircpump"), F("circulation pump available")) MAKE_PSTR_LIST(wWChargeType, F("wwchargetype"), F("charging type"))