mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 18:39:09 -07:00
Add debug logging for https://github.com/Koenkk/zigbee2mqtt/issues/8836
This commit is contained in:
parent
7557c10095
commit
aaad76e323
@ -68,6 +68,7 @@ class NetworkMap extends ExtensionTS {
|
||||
stringify(utils.getResponse(message, {routes, type, value}, null)),
|
||||
);
|
||||
} catch (error) {
|
||||
logger.debug(error.stack);
|
||||
await this.mqtt.publish(
|
||||
'bridge/response/networkmap',
|
||||
stringify(utils.getResponse(message, {}, error.message)),
|
||||
|
Loading…
Reference in New Issue
Block a user