Display Current Temperature instead of Sensor Temperature

This commit is contained in:
Charles 2021-11-11 17:34:51 +01:00
parent d352277c8e
commit 967d231f38

View File

@ -2004,7 +2004,7 @@ void CmndEnableOutputSet(void)
// xdrv_39_thermostat.ino
#define D_THERMOSTAT "Thermostat"
#define D_THERMOSTAT_SET_POINT "Set Point"
#define D_THERMOSTAT_SENSOR "Sensor"
#define D_THERMOSTAT_SENSOR "Current"
#define D_THERMOSTAT_GRADIENT "Gradient"
#define D_THERMOSTAT_DUTY_CYCLE "Duty Cycle"
// --------------------------------------------------
@ -2045,7 +2045,6 @@ void ThermostatShow(uint8_t ctr_output)
WSContentSend_P(HTTP_THERMOSTAT_DUTY_CYCLE, ThermostatGetDutyCycle(ctr_output) );
}
#endif // USE_WEBSERVER
}