Skip to content

Commit

Permalink
Log groupID. Koenkk#1238
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 15, 2019
1 parent e90463a commit d354690
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
3 changes: 2 additions & 1 deletion lib/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ class Controller {
// Log
logger.debug(
`Received zigbee message of type '${message.type}' with data '${JSON.stringify(message.data)}'` +
(device ? ` of device '${device.modelId}' (${device.ieeeAddr})` : '')
(device ? ` of device '${device.modelId}' (${device.ieeeAddr})` : '' +
(message.groupid ? ` with groupID ${message.groupID}` : ''))
);

// Call extensions.
Expand Down
52 changes: 26 additions & 26 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"winston": "2.4.2",
"zcl-id": "git+https://github.com/Koenkk/zcl-id.git#77ba3058c6c4b09a9958761ae5e3046765c12872",
"ziee": "*",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#4618b861d195de48666f801d9e531dc3a22bc2a4",
"zigbee-shepherd": "git+https://github.com/Koenkk/zigbee-shepherd.git#a12d7b95cdbb105538461e1d049b84a87a43038a",
"zigbee-shepherd-converters": "8.0.2",
"zive": "*"
},
Expand Down

0 comments on commit d354690

Please sign in to comment.