cmd info shows right type (number/enum), no value

This commit is contained in:
MichaelDvP
2024-07-08 18:02:14 +02:00
parent d774591065
commit 3d7378a1a8
2 changed files with 10 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ bool WebSchedulerService::get_value_info(JsonObject output, const char * cmd) {
}
}
return (output.size() > 0);
return true;
}
char command_s[COMMAND_MAX_LENGTH];