From 1ad9f8d9cf40962353c94393f02a4d3616ccc141 Mon Sep 17 00:00:00 2001 From: Proddy Date: Fri, 10 Feb 2023 20:27:05 +0100 Subject: [PATCH] use descriptive telegrams when watching --- src/test/test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/test.cpp b/src/test/test.cpp index 7d6e7be79..796778f93 100644 --- a/src/test/test.cpp +++ b/src/test/test.cpp @@ -249,7 +249,9 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const // init stuff Mqtt::ha_enabled(true); EMSESP::rxservice_.ems_mask(EMSbus::EMS_MASK_BUDERUS); - EMSESP::watch(EMSESP::Watch::WATCH_RAW); // raw mode + + // EMSESP::watch(EMSESP::Watch::WATCH_RAW); // raw mode + EMSESP::watch(EMSESP::Watch::WATCH_ON); // verbose mode std::string command(20, '\0'); if ((cmd.empty()) || (cmd == "default")) {