formatting

This commit is contained in:
proddy
2020-10-19 23:18:54 +02:00
parent 1618c49ddb
commit 22b54f0750

View File

@@ -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;