mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
formatting
This commit is contained in:
@@ -315,6 +315,7 @@ void EMSESP::publish_device_values(uint8_t device_type) {
|
||||
Mqtt::publish("mixing_data", doc.as<JsonObject>());
|
||||
return;
|
||||
}
|
||||
|
||||
for (const auto & emsdevice : emsdevices) {
|
||||
if (emsdevice && (emsdevice->device_type() == device_type)) {
|
||||
JsonObject dummy;
|
||||
|
||||
Reference in New Issue
Block a user