This commit is contained in:
proddy
2019-03-07 19:03:26 +01:00
parent 541c0c2e10
commit 4c4d520b4b
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

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