mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-06 19:00:13 +00:00
Add debug logging for https://github.com/Koenkk/zigbee2mqtt/issues/8836
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user