solar mqtt

This commit is contained in:
MichaelDvP
2022-04-03 13:49:17 +02:00
parent 6069af3e90
commit d94eb26fa8
2 changed files with 1 additions and 2 deletions

View File

@@ -630,7 +630,6 @@ void EMSESP::publish_device_values(uint8_t device_type) {
} else {
// for all other devices add the values to the json
json = doc.to<JsonObject>();
need_publish |= emsdevice->generate_values(json, DeviceValueTAG::TAG_NONE, true, EMSdevice::OUTPUT_TARGET::MQTT); // nested
}