added comments about define strings

This commit is contained in:
Charles 2021-11-06 12:39:44 +01:00
parent d033c2b5ee
commit cba8a55156
1 changed files with 6 additions and 0 deletions

View File

@ -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}";