Skip to content

Commit

Permalink
fix: Log Default response to xxx failed as debug Koenkk/zigbee2mq…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 27, 2024
1 parent 11f3586 commit 2ce21da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/model/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ class Device extends Entity {
await endpoint.defaultResponse(
frame.command.ID, 0, frame.cluster.ID, frame.header.transactionSequenceNumber, {direction});
} catch (error) {
logger.error(`Default response to ${this.ieeeAddr} failed`, NS);
logger.debug(`Default response to ${this.ieeeAddr} failed`, NS);
}
}
}
Expand Down

0 comments on commit 2ce21da

Please sign in to comment.