mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +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);
|
(void)command_info("", 0, root);
|
||||||
|
|
||||||
// check for hardcoded "info"
|
// check for hardcoded "info"
|
||||||
if (!strcmp(cmd, F_(info))) {
|
if (!strcmp(cmd, F_(info)) || !strcmp(cmd, F_(value))) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user