Skip to content

Commit 5096964

Browse files
committed
put total at start of description #418
1 parent d3002ce commit 5096964

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/locale_EN.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ MAKE_PSTR_LIST(maintenanceType, F_(maintenance), F("maintenance scheduled"))
456456
MAKE_PSTR_LIST(maintenanceTime, F("maintenancetime"), F("time to next maintenance"))
457457

458458
// heatpump/compress specific
459-
MAKE_PSTR_LIST(upTimeControl, F("uptimecontrol"), F("operating time total heat"))
459+
MAKE_PSTR_LIST(upTimeControl, F("uptimecontrol"), F("total operating time heat"))
460460
MAKE_PSTR_LIST(upTimeCompHeating, F("uptimecompheating"), F("operating time compressor heating"))
461461
MAKE_PSTR_LIST(upTimeCompCooling, F("uptimecompcooling"), F("operating time compressor cooling"))
462462
MAKE_PSTR_LIST(upTimeCompWw, F("uptimecompww"), F("operating time compressor dhw"))
@@ -466,7 +466,7 @@ MAKE_PSTR_LIST(heatingStarts, F("heatingstarts"), F("heating control starts"))
466466
MAKE_PSTR_LIST(coolingStarts, F("coolingstarts"), F("cooling control starts"))
467467
MAKE_PSTR_LIST(poolStarts, F("poolstarts"), F("pool control starts"))
468468
MAKE_PSTR_LIST(nrgConsTotal, F("nrgconstotal"), F("total energy consumption"))
469-
MAKE_PSTR_LIST(nrgConsCompTotal, F("nrgconscomptotal"), F("energy consumption compressor total"))
469+
MAKE_PSTR_LIST(nrgConsCompTotal, F("nrgconscomptotal"), F("total energy consumption compressor"))
470470
MAKE_PSTR_LIST(nrgConsCompHeating, F("nrgconscompheating"), F("energy consumption compressor heating"))
471471
MAKE_PSTR_LIST(nrgConsCompWw, F("nrgconscompww"), F("energy consumption compressor dhw"))
472472
MAKE_PSTR_LIST(nrgConsCompCooling, F("nrgconscompcooling"), F("energy consumption compressor cooling"))
@@ -476,7 +476,7 @@ MAKE_PSTR_LIST(nrgSuppHeating, F("nrgsuppheating"), F("total energy supplied hea
476476
MAKE_PSTR_LIST(nrgSuppWw, F("nrgsuppww"), F("total energy warm supplied dhw"))
477477
MAKE_PSTR_LIST(nrgSuppCooling, F("nrgsuppcooling"), F("total energy supplied cooling"))
478478
MAKE_PSTR_LIST(nrgSuppPool, F("nrgsupppool"), F("total energy supplied pool"))
479-
MAKE_PSTR_LIST(auxElecHeatNrgConsTotal, F("auxelecheatnrgconstotal"), F("auxiliary electrical heater energy consumption total"))
479+
MAKE_PSTR_LIST(auxElecHeatNrgConsTotal, F("auxelecheatnrgconstotal"), F("total auxiliary electrical heater energy consumption"))
480480
MAKE_PSTR_LIST(auxElecHeatNrgConsHeating, F("auxelecheatnrgconsheating"), F("auxiliary electrical heater energy consumption heating"))
481481
MAKE_PSTR_LIST(auxElecHeatNrgConsWW, F("auxelecheatnrgconsww"), F("auxiliary electrical heater energy consumption dhw"))
482482
MAKE_PSTR_LIST(auxElecHeatNrgConsPool, F("auxelecheatnrgconspool"), F("auxiliary electrical heater energy consumption pool"))
@@ -683,8 +683,8 @@ MAKE_PSTR_LIST(pumpWorkTime, F("pumpworktime"), F("pump working time"))
683683
MAKE_PSTR_LIST(pump2WorkTime, F("pump2worktime"), F("pump 2 working time"))
684684
MAKE_PSTR_LIST(m1WorkTime, F("m1worktime"), F("differential control working time"))
685685
MAKE_PSTR_LIST(energyLastHour, F("energylasthour"), F("energy last hour"))
686-
MAKE_PSTR_LIST(energyTotal, F("energytotal"), F("energy total"))
687-
MAKE_PSTR_LIST(energyToday, F("energytoday"), F("energy today"))
686+
MAKE_PSTR_LIST(energyTotal, F("energytotal"), F("total energy"))
687+
MAKE_PSTR_LIST(energyToday, F("energytoday"), F("total energy today"))
688688
MAKE_PSTR_LIST(pumpMinMod, F("pumpminmod"), F("minimum pump modulation"))
689689
MAKE_PSTR_LIST(maxFlow, F("maxflow"), F("maximum solar flow"))
690690
MAKE_PSTR_LIST(solarPower, F("solarpower"), F("actual solar power"))

0 commit comments

Comments
 (0)