mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +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>());
|
Mqtt::publish("mixing_data", doc.as<JsonObject>());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const auto & emsdevice : emsdevices) {
|
for (const auto & emsdevice : emsdevices) {
|
||||||
if (emsdevice && (emsdevice->device_type() == device_type)) {
|
if (emsdevice && (emsdevice->device_type() == device_type)) {
|
||||||
JsonObject dummy;
|
JsonObject dummy;
|
||||||
|
|||||||
Reference in New Issue
Block a user