Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arteck authored Jul 31, 2023
1 parent fd97663 commit 9d5cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ class Zigbee extends utils.Adapter {
for (const key of keys) {
const value = message.data[key];

this.log.debug(`Type ${value} from battery search`);
this.log.debug(`Type ${safeJsonStringify(value) from battery search`);
if (value != undefined && value[1] != undefined) {
if (key == 65282 && value[1][1] != undefined) {
Expand Down

0 comments on commit 9d5cdc4

Please sign in to comment.