text changes and formatting

This commit is contained in:
Proddy
2023-08-29 22:33:26 +02:00
parent f46b002c5a
commit 2fe18c14c7
5 changed files with 37 additions and 28 deletions

View File

@@ -219,8 +219,8 @@ bool WebEntityService::get_value_info(JsonObject & output, const char * cmd) {
return false;
}
if (Helpers::toLower(cmd) == "commands") {
output["info"] = "lists all values";
output["commands"] = "lists all commands";
output["info"] = "list all values";
output["commands"] = "list all commands";
for (const auto & entity : *entityItems) {
output[entity.name] = "custom entitiy";
}