mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
change debug msg
This commit is contained in:
@@ -309,7 +309,7 @@ uint8_t Command::call(const uint8_t device_type, const char * cmd, const char *
|
|||||||
bool single_command = (!value || !strlen(value));
|
bool single_command = (!value || !strlen(value));
|
||||||
if (single_command) {
|
if (single_command) {
|
||||||
if (EMSESP::get_device_value_info(output, cmd, id, device_type)) { // entity = cmd
|
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", dname, cmd);
|
||||||
return CommandRet::OK;
|
return CommandRet::OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user