mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
log address resolution errors through MQTT (#1145)
* log address resolution errors through MQTT * fixed params
This commit is contained in:
parent
1287a596f9
commit
1a0baee788
@ -155,6 +155,7 @@ class DevicePublish {
|
||||
device = this.zigbee.getDevice(entity.ID);
|
||||
if (!device) {
|
||||
logger.error(`Failed to find device with ieeAddr: '${entity.ID}'`);
|
||||
this.mqtt.log('entity_not_found', entity.ID);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user