update tests for temp sensors

This commit is contained in:
Proddy
2024-01-04 18:09:18 +01:00
parent a3b6656be7
commit 4c27cb831e
2 changed files with 2 additions and 2 deletions

View File

@@ -286,7 +286,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
emsesp::EMSESP::temperaturesensor_.test();
// shell.invoke_command("show devices");
shell.invoke_command("show values");
// shell.invoke_command("show values");
shell.invoke_command("call system allvalues");
// shell.invoke_command("call system publish");
// shell.invoke_command("show mqtt");
@@ -705,6 +705,7 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
if (command == "temperature") {
shell.printfln("Testing adding Temperature sensor");
emsesp::EMSESP::temperaturesensor_.test();
shell.invoke_command("show values");
ok = true;
}