mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
fix summertemp mqtt position #521
This commit is contained in:
@@ -412,7 +412,7 @@ bool Thermostat::export_values(uint8_t mqtt_format, JsonObject & rootThermostat)
|
||||
dataThermostat["summermode"] = "auto";
|
||||
} else {
|
||||
char s[7];
|
||||
rootThermostat["summermode"] = Helpers::render_boolean(s, (hc->summer_setmode == 0));
|
||||
dataThermostat["summermode"] = Helpers::render_boolean(s, (hc->summer_setmode == 0));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user