mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 21:56:35 +00:00
Display Current Temperature instead of Sensor Temperature
This commit is contained in:
parent
d352277c8e
commit
967d231f38
@ -2004,7 +2004,7 @@ void CmndEnableOutputSet(void)
|
|||||||
// xdrv_39_thermostat.ino
|
// xdrv_39_thermostat.ino
|
||||||
#define D_THERMOSTAT "Thermostat"
|
#define D_THERMOSTAT "Thermostat"
|
||||||
#define D_THERMOSTAT_SET_POINT "Set Point"
|
#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_GRADIENT "Gradient"
|
||||||
#define D_THERMOSTAT_DUTY_CYCLE "Duty Cycle"
|
#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) );
|
WSContentSend_P(HTTP_THERMOSTAT_DUTY_CYCLE, ThermostatGetDutyCycle(ctr_output) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif // USE_WEBSERVER
|
#endif // USE_WEBSERVER
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user