mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
fix typo
This commit is contained in:
Binary file not shown.
@@ -469,8 +469,7 @@ void publishValues(bool force) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// handle the thermostat values separately
|
// handle the thermostat values separately
|
||||||
//if (ems_getThermostatEnabled()) {
|
if (ems_getThermostatEnabled()) {
|
||||||
if (true) {
|
|
||||||
// only send thermostat values if we actually have them
|
// only send thermostat values if we actually have them
|
||||||
if (((int)EMS_Thermostat.curr_roomTemp == (int)0) || ((int)EMS_Thermostat.setpoint_roomTemp == (int)0))
|
if (((int)EMS_Thermostat.curr_roomTemp == (int)0) || ((int)EMS_Thermostat.setpoint_roomTemp == (int)0))
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user