add system/values

This commit is contained in:
MichaelDvP
2024-07-26 17:58:16 +02:00
parent a06b9d7268
commit dd7cce508f

View File

@@ -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;
} }