rename system values -> allvalues

This commit is contained in:
Proddy
2023-11-13 16:58:32 +01:00
parent d717b72a9e
commit a0f1f51cca
5 changed files with 9 additions and 9 deletions

View File

@@ -284,7 +284,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
// shell.invoke_command("show devices");
shell.invoke_command("show values");
shell.invoke_command("call system values");
shell.invoke_command("call system allvalues");
// shell.invoke_command("call system publish");
// shell.invoke_command("show mqtt");
ok = true;