zigbee-herdsman 0.49.1 → 0.49.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.49.1"
2
+ ".": "0.49.2"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.49.2](https://github.com/Koenkk/zigbee-herdsman/compare/v0.49.1...v0.49.2) (2024-05-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Log `Default response to xxx failed` as `debug` https://github.com/Koenkk/zigbee2mqtt/issues/22414 ([2ce21da](https://github.com/Koenkk/zigbee-herdsman/commit/2ce21da139b6e793669f5d90487fd21a05c689ed))
9
+
3
10
  ## [0.49.1](https://github.com/Koenkk/zigbee-herdsman/compare/v0.49.0...v0.49.1) (2024-05-27)
4
11
 
5
12
 
@@ -304,7 +304,7 @@ class Device extends entity_1.default {
304
304
  await endpoint.defaultResponse(frame.command.ID, 0, frame.cluster.ID, frame.header.transactionSequenceNumber, { direction });
305
305
  }
306
306
  catch (error) {
307
- logger_1.logger.error(`Default response to ${this.ieeeAddr} failed`, NS);
307
+ logger_1.logger.debug(`Default response to ${this.ieeeAddr} failed`, NS);
308
308
  }
309
309
  }
310
310
  }
package/package.json CHANGED
@@ -85,7 +85,7 @@
85
85
  "clean": "rimraf temp coverage dist",
86
86
  "prepack": "npm run clean && npm run build"
87
87
  },
88
- "version": "0.49.1",
88
+ "version": "0.49.2",
89
89
  "jest": {
90
90
  "coverageThreshold": {
91
91
  "global": {