From cba8a5515615ce1f847e116045c677b8d06594c6 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 6 Nov 2021 12:39:44 +0100 Subject: [PATCH] added comments about define strings --- tasmota/xdrv_39_thermostat.ino | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasmota/xdrv_39_thermostat.ino b/tasmota/xdrv_39_thermostat.ino index 209ecd830..e1a3f21ca 100644 --- a/tasmota/xdrv_39_thermostat.ino +++ b/tasmota/xdrv_39_thermostat.ino @@ -1997,12 +1997,18 @@ void CmndEnableOutputSet(void) * Web UI \*********************************************************************************************/ + +// To be done, add all of this defines in according languages file when all will be finished +// Avoid multiple changes on all language files during developement +// -------------------------------------------------- // xdrv_39_thermostat.ino #define D_THERMOSTAT "Thermostat" #define D_THERMOSTAT_SET_POINT "Set Point" #define D_THERMOSTAT_SENSOR "Sensor" #define D_THERMOSTAT_GRADIENT "Gradient" #define D_THERMOSTAT_DUTY_CYCLE "Duty Cycle" +// -------------------------------------------------- + #ifdef USE_WEBSERVER const char HTTP_THERMOSTAT_INFO[] PROGMEM = "{s}" D_THERMOSTAT "{m}%s{e}";