fix mqtt nested thermostat data

This commit is contained in:
proddy
2022-02-13 09:59:20 +01:00
parent 482baef360
commit 0b4e9da5d5

View File

@@ -600,10 +600,10 @@ void EMSESP::publish_device_values(uint8_t device_type) {
Mqtt::publish(Mqtt::tag_to_topic(device_type, hc_tag), json); Mqtt::publish(Mqtt::tag_to_topic(device_type, hc_tag), json);
} }
} }
}
need_publish = false; need_publish = false;
} }
} }
}
// Mixer // Mixer
else if (device_type == DeviceType::MIXER) { else if (device_type == DeviceType::MIXER) {