mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
Typos, version string
This commit is contained in:
@@ -470,8 +470,8 @@ void Thermostat::publish_values() {
|
||||
// go through all the heating circuits
|
||||
for (const auto & hc : heating_circuits_) {
|
||||
// if ((hc->setpoint_roomTemp == EMS_VALUE_SHORT_NOTSET) || (hc->curr_roomTemp == EMS_VALUE_SHORT_NOTSET)) {
|
||||
if (hc->heatingtype == 0) {
|
||||
break; // skip this HC
|
||||
if (hc->setpoint_roomTemp == EMS_VALUE_SHORT_NOTSET) {
|
||||
break; // skip this HC
|
||||
}
|
||||
|
||||
has_data = true;
|
||||
|
||||
Reference in New Issue
Block a user