zigbee-herdsman 0.25.0 → 0.25.1

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,4 +1,4 @@
1
1
  {
2
- ".": "0.25.0",
2
+ ".": "0.25.1",
3
3
  "bootstrap-sha": "d75f2c98d866de9f9af1a2a6a48e7b4dde4744b0"
4
4
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.25.1](https://github.com/Koenkk/zigbee-herdsman/compare/v0.25.0...v0.25.1) (2023-12-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Rename manuSpecificNodOnFilPilote to manuSpecificNodOnPilotWire ([#812](https://github.com/Koenkk/zigbee-herdsman/issues/812)) ([9f5aabc](https://github.com/Koenkk/zigbee-herdsman/commit/9f5aabc909770ea29102338eb29c51354ce0001a))
9
+
3
10
  ## [0.25.0](https://github.com/Koenkk/zigbee-herdsman/compare/v0.24.0...v0.25.0) (2023-11-30)
4
11
 
5
12
 
@@ -5395,7 +5395,7 @@ const Cluster = {
5395
5395
  },
5396
5396
  commandsResponse: {},
5397
5397
  },
5398
- manuSpecificNodOnFilPilote: {
5398
+ manuSpecificNodOnPilotWire: {
5399
5399
  ID: 0xFC00,
5400
5400
  manufacturerCode: manufacturerCode_1.default.NodOn,
5401
5401
  attributes: {
package/package.json CHANGED
@@ -87,7 +87,7 @@
87
87
  "clean": "rimraf temp coverage dist",
88
88
  "prepack": "npm run clean && npm run build"
89
89
  },
90
- "version": "0.25.0",
90
+ "version": "0.25.1",
91
91
  "jest": {
92
92
  "coverageThreshold": {
93
93
  "global": {