mirror of https://github.com/arendst/Tasmota.git
Zigbee fix error message
This commit is contained in:
parent
86e1ddceb5
commit
c9a251b35c
|
@ -664,7 +664,7 @@ void ZbSendRead(JsonParserToken val_attr, ZigbeeZCLSendMessage & packet) {
|
|||
}
|
||||
}
|
||||
if (!found) {
|
||||
AddLog_P(LOG_LEVEL_INFO, PSTR("ZIG: Unknown attribute name (ignored): %s"), key);
|
||||
AddLog_P(LOG_LEVEL_INFO, PSTR("ZIG: Unknown attribute name (ignored): %s"), key.getStr());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue