This commit is contained in:
proddy
2020-11-29 21:06:04 +01:00
parent 4f469326c4
commit 561803dd7e

View File

@@ -290,6 +290,16 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd) {
uart_telegram({0x08, 0x0B, 0x14, 00, 0x3C, 0x1F, 0xAC, 0x70});
}
if (command == "620") {
EMSESP::logger().info(F("Testing 620..."));
// Version Controller
uart_telegram({0x09, 0x0B, 0x02, 0x00, 0x5F, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00});
// Version Boiler
uart_telegram({0x08, 0x0B, 0x02, 0x00, 0x5F, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00});
}
// unknown device
if (command == "unknown") {
shell.printfln(F("Testing unknown..."));