mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add system/values
This commit is contained in:
@@ -1305,7 +1305,7 @@ bool System::get_value_info(JsonObject root, const char * command) {
|
||||
(void)command_info("", 0, root);
|
||||
|
||||
// check for hardcoded "info"
|
||||
if (!strcmp(cmd, F_(info))) {
|
||||
if (!strcmp(cmd, F_(info)) || !strcmp(cmd, F_(value))) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user