From 61b374b7c0175f99f57dce53b021c274794f8c64 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 25 Jan 2025 13:30:30 +0100 Subject: [PATCH] changed comment --- src/core/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/command.cpp b/src/core/command.cpp index a62de931f..4352da48f 100644 --- a/src/core/command.cpp +++ b/src/core/command.cpp @@ -343,7 +343,7 @@ uint8_t Command::call(const uint8_t device_type, const char * command, const cha return Command::list(device_type, output); } if (EMSESP::get_device_value_info(output, cmd, id, device_type)) { // entity = cmd - LOG_DEBUG("Fetched device entity/attributes for %s/%s", dname, cmd); + LOG_DEBUG("Fetched device entity/attributes for %s/%s (id=%d)", dname, cmd, id); return CommandRet::OK; } } else if (device_type == EMSdevice::DeviceType::SYSTEM && strchr(cmd, '/')) {