mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
Log zigbee message data on one line.
This commit is contained in:
parent
c372618eac
commit
df99c7edf5
@ -208,7 +208,7 @@ class Controller {
|
||||
// Zigbee message receieved, reset soft reset timeout.
|
||||
this.softResetTimeout(true);
|
||||
|
||||
logger.debug('Recieved zigbee message with data', message.data);
|
||||
logger.debug('Recieved zigbee message with data', JSON.stringify(message.data));
|
||||
|
||||
if (message.type == 'devInterview') {
|
||||
logger.info('Connecting with device...');
|
||||
|
Loading…
Reference in New Issue
Block a user