mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
use descriptive telegrams when watching
This commit is contained in:
@@ -249,7 +249,9 @@ void Test::run_test(uuid::console::Shell & shell, const std::string & cmd, const
|
|||||||
// init stuff
|
// init stuff
|
||||||
Mqtt::ha_enabled(true);
|
Mqtt::ha_enabled(true);
|
||||||
EMSESP::rxservice_.ems_mask(EMSbus::EMS_MASK_BUDERUS);
|
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');
|
std::string command(20, '\0');
|
||||||
if ((cmd.empty()) || (cmd == "default")) {
|
if ((cmd.empty()) || (cmd == "default")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user