This commit is contained in:
proddy
2024-10-02 15:00:48 +02:00
parent 2528e15a9c
commit aac0a375c2

View File

@@ -255,7 +255,7 @@ bool WebStatusService::exportData(JsonObject root, std::string & type) {
} else if (type == "entities") {
System::extractSettings(EMSESP_CUSTOMENTITY_FILE, "Entities", root);
} else if (type == "allvalues") {
root.clear(); // don't need the "type" key
root.clear(); // don't need the "type" key added to the output
allvalues(root);
} else {
return false;