testing mixer

This commit is contained in:
proddy
2020-10-23 22:52:10 +02:00
parent f2cc5b98ba
commit fa1f84d520

View File

@@ -27,7 +27,7 @@ namespace emsesp {
// used with the 'test' command, under su/admin
void Test::run_test(uuid::console::Shell & shell, const std::string & command) {
if (command == "default") {
run_test(shell, "heatpump"); // add the default test case here
run_test(shell, "mixing"); // add the default test case here
}
if (command.empty()) {
@@ -837,7 +837,10 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & command) {
shell.invoke_command("show");
shell.invoke_command("call");
shell.invoke_command("call system report");
shell.invoke_command("call mixing info");
shell.invoke_command("publish");
shell.invoke_command("show mqtt");
shell.invoke_command("call mixing");
}
// finally dump to console