mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +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
|
||||
//if (ems_getThermostatEnabled()) {
|
||||
if (true) {
|
||||
if (ems_getThermostatEnabled()) {
|
||||
// only send thermostat values if we actually have them
|
||||
if (((int)EMS_Thermostat.curr_roomTemp == (int)0) || ((int)EMS_Thermostat.setpoint_roomTemp == (int)0))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user