mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
fixes for device_info
This commit is contained in:
@@ -1348,9 +1348,7 @@ bool System::get_value_info(JsonObject root, const char * command) {
|
||||
}
|
||||
}
|
||||
|
||||
root.clear();
|
||||
|
||||
return false; // not found
|
||||
return EMSESP::return_not_found(root, "data", command); // not found
|
||||
}
|
||||
|
||||
// export status information including the device information
|
||||
|
||||
Reference in New Issue
Block a user