Skip to content

Commit 784ba7f

Browse files
committed
lowercase flowtemp commands
1 parent 4bcc236 commit 784ba7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/locale_EN.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ MAKE_PSTR_LIST(selBurnPow, F("selburnpow"), F("burner selected max power"))
278278
MAKE_PSTR_LIST(heatingPumpMod, F("heatingpumpmod"), F("heating pump modulation"))
279279
MAKE_PSTR_LIST(heatingPump2Mod, F("heatingpump2mod"), F("heating pump 2 modulation"))
280280
MAKE_PSTR_LIST(outdoorTemp, F("outdoortemp"), F("outside temperature"))
281-
MAKE_PSTR_LIST(curFlowTemp, F("curFlowtemp"), F("current flow temperature"))
281+
MAKE_PSTR_LIST(curFlowTemp, F("curflowtemp"), F("current flow temperature"))
282282
MAKE_PSTR_LIST(retTemp, F("rettemp"), F("return temperature"))
283283
MAKE_PSTR_LIST(switchTemp, F("switchtemp"), F("mixing switch temperature"))
284284
MAKE_PSTR_LIST(sysPress, F("syspress"), F("system pressure"))
@@ -337,7 +337,7 @@ MAKE_PSTR_LIST(wWSelTemp, F("wwseltemp"), F("selected temperature"))
337337
MAKE_PSTR_LIST(wWSetTemp, F("wwsettemp"), F("set temperature"))
338338
MAKE_PSTR_LIST(wWType, F("wwtype"), F("type"))
339339
MAKE_PSTR_LIST(wWComfort, F("wwcomfort"), F("comfort"))
340-
MAKE_PSTR_LIST(wWFlowTempOffset, F("wwFlowtempoffset"), F("flow temperature offset"))
340+
MAKE_PSTR_LIST(wWFlowTempOffset, F("wwflowtempoffset"), F("flow temperature offset"))
341341
MAKE_PSTR_LIST(wWMaxPower, F("wwmaxpower"), F("max power"))
342342
MAKE_PSTR_LIST(wWCircPump, F("wwcircpump"), F("circulation pump available"))
343343
MAKE_PSTR_LIST(wWChargeType, F("wwchargetype"), F("charging type"))

0 commit comments

Comments
 (0)