mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
digital_out, settings #1375, dev.5b
This commit is contained in:
@@ -1597,6 +1597,7 @@ bool EMSdevice::generate_values(JsonObject & output, const uint8_t tag_filter, c
|
||||
}
|
||||
// do not overwrite
|
||||
if (json.containsKey(name)) {
|
||||
EMSESP::logger().debug("double json key: %s", name);
|
||||
continue;
|
||||
}
|
||||
// handle Booleans
|
||||
|
||||
Reference in New Issue
Block a user