package sync with dev

This commit is contained in:
proddy
2023-11-09 23:38:57 +01:00
parent 8c03592157
commit f38f4bc85a
3 changed files with 221 additions and 124 deletions

View File

@@ -480,7 +480,7 @@ void EMSESP::publish_all(bool force) {
publish_device_values(EMSdevice::DeviceType::THERMOSTAT);
publish_device_values(EMSdevice::DeviceType::SOLAR);
publish_device_values(EMSdevice::DeviceType::MIXER);
publish_other_values(); // switch and heat pump, ...
publish_other_values(); // switch and heat pump, ...
publish_sensor_values(true); // includes temperature and analog sensors
system_.send_heartbeat();
}