zigbee-herdsman-converters 23.72.0 → 24.0.0
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.
- package/CHANGELOG.md +25 -0
- package/README.md +4 -0
- package/dist/converters/fromZigbee.js +1 -1
- package/dist/converters/fromZigbee.js.map +1 -1
- package/dist/devices/bitron.d.ts.map +1 -1
- package/dist/devices/bitron.js +4 -1
- package/dist/devices/bitron.js.map +1 -1
- package/dist/devices/bosch.js +1 -1
- package/dist/devices/bosch.js.map +1 -1
- package/dist/devices/busch_jaeger.js +1 -1
- package/dist/devices/busch_jaeger.js.map +1 -1
- package/dist/devices/custom_devices_diy.d.ts.map +1 -1
- package/dist/devices/custom_devices_diy.js +4 -3
- package/dist/devices/custom_devices_diy.js.map +1 -1
- package/dist/devices/danfoss.d.ts.map +1 -1
- package/dist/devices/danfoss.js +2 -1
- package/dist/devices/danfoss.js.map +1 -1
- package/dist/devices/develco.js +3 -3
- package/dist/devices/develco.js.map +1 -1
- package/dist/devices/gmmts.d.ts.map +1 -1
- package/dist/devices/gmmts.js +2 -1
- package/dist/devices/gmmts.js.map +1 -1
- package/dist/devices/imhotepcreation.d.ts.map +1 -1
- package/dist/devices/imhotepcreation.js +2 -1
- package/dist/devices/imhotepcreation.js.map +1 -1
- package/dist/devices/lixee.js +1 -1
- package/dist/devices/lixee.js.map +1 -1
- package/dist/devices/ls.d.ts.map +1 -1
- package/dist/devices/ls.js +2 -1
- package/dist/devices/ls.js.map +1 -1
- package/dist/devices/moes.d.ts.map +1 -1
- package/dist/devices/moes.js +44 -4
- package/dist/devices/moes.js.map +1 -1
- package/dist/devices/nodon.d.ts.map +1 -1
- package/dist/devices/nodon.js +13 -3
- package/dist/devices/nodon.js.map +1 -1
- package/dist/devices/profalux.d.ts.map +1 -1
- package/dist/devices/profalux.js +4 -5
- package/dist/devices/profalux.js.map +1 -1
- package/dist/devices/shinasystem.js +2 -2
- package/dist/devices/shinasystem.js.map +1 -1
- package/dist/devices/siglis.d.ts.map +1 -1
- package/dist/devices/siglis.js +1 -1
- package/dist/devices/siglis.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +34 -8
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/ubisys.d.ts.map +1 -1
- package/dist/devices/ubisys.js +3 -1
- package/dist/devices/ubisys.js.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/lib/legrand.d.ts +2 -2
- package/dist/lib/legrand.d.ts.map +1 -1
- package/dist/lib/legrand.js +3 -1
- package/dist/lib/legrand.js.map +1 -1
- package/dist/lib/types.d.ts +5 -1
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/lib/utils.d.ts +2 -1
- package/dist/lib/utils.d.ts.map +1 -1
- package/dist/lib/utils.js +4 -0
- package/dist/lib/utils.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [24.0.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.72.1...v24.0.0) (2025-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* **ignore:** fix c4c519d332e7c15e44a49f70546df1a6e58fe49d ([#9607](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9607))
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **add:** HY607W-3A ([#9602](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9602)) ([bc69cf7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/bc69cf738f82b2431ad233b33d31ab617f9d764b))
|
|
13
|
+
* **add:** SFL02-Z https://github.com/Koenkk/zigbee-herdsman-converters/issues/9541 ([7877d20](https://github.com/Koenkk/zigbee-herdsman-converters/commit/7877d20a69486ca93753bbdcc37456f2689ed8c9))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **ignore:** fix c4c519d332e7c15e44a49f70546df1a6e58fe49d ([#9607](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9607)) ([82503aa](https://github.com/Koenkk/zigbee-herdsman-converters/commit/82503aa17b17afcaae5578022ef761051066ac23))
|
|
19
|
+
|
|
20
|
+
## [23.72.1](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.72.0...v23.72.1) (2025-07-09)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* Develco (Frient) KEPZB-110: fix tamper and battery values ([#9594](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9594)) ([9b11d54](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9b11d545086fc987e99162cf5d6a9197a94a7d9e))
|
|
26
|
+
* **ignore:** Add dummy device type ([#9601](https://github.com/Koenkk/zigbee-herdsman-converters/issues/9601)) ([c4c519d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c4c519d332e7c15e44a49f70546df1a6e58fe49d))
|
|
27
|
+
|
|
3
28
|
## [23.72.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v23.71.0...v23.72.0) (2025-07-09)
|
|
4
29
|
|
|
5
30
|
|
package/README.md
CHANGED
|
@@ -39,6 +39,10 @@ If any of those commands finish with an error your PR won't pass the tests and w
|
|
|
39
39
|
|
|
40
40
|
## Breaking changes
|
|
41
41
|
|
|
42
|
+
24.0.0
|
|
43
|
+
|
|
44
|
+
- It's not longer possible to call `definition.exposes(undefined, undefined)`, use `definition.exposes({isDummyDevice: true}, {})` instead (#9601)
|
|
45
|
+
|
|
42
46
|
23.0.0
|
|
43
47
|
|
|
44
48
|
- A `Publish` now has to be passed to toZigbee converters (#8875)
|
|
@@ -932,7 +932,7 @@ exports.ias_no_alarm = {
|
|
|
932
932
|
cluster: "ssIasZone",
|
|
933
933
|
type: ["attributeReport", "commandStatusChangeNotification"],
|
|
934
934
|
convert: (model, msg, publish, options, meta) => {
|
|
935
|
-
const zoneStatus = msg.data.zoneStatus;
|
|
935
|
+
const zoneStatus = msg.data.zoneStatus ?? msg.data.zonestatus;
|
|
936
936
|
if (zoneStatus !== undefined) {
|
|
937
937
|
return {
|
|
938
938
|
tamper: (zoneStatus & (1 << 2)) > 0,
|