zigbee-herdsman-converters 25.45.0 → 25.46.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/devices/bosch.d.ts.map +1 -1
  3. package/dist/devices/bosch.js +64 -514
  4. package/dist/devices/bosch.js.map +1 -1
  5. package/dist/devices/box.d.ts.map +1 -1
  6. package/dist/devices/box.js +5 -4
  7. package/dist/devices/box.js.map +1 -1
  8. package/dist/devices/elko.js +4 -4
  9. package/dist/devices/elko.js.map +1 -1
  10. package/dist/devices/gewiss.js +4 -4
  11. package/dist/devices/gewiss.js.map +1 -1
  12. package/dist/devices/innr.d.ts.map +1 -1
  13. package/dist/devices/innr.js +8 -1
  14. package/dist/devices/innr.js.map +1 -1
  15. package/dist/devices/lumi.d.ts.map +1 -1
  16. package/dist/devices/lumi.js +11 -6
  17. package/dist/devices/lumi.js.map +1 -1
  18. package/dist/devices/paulmann.d.ts.map +1 -1
  19. package/dist/devices/paulmann.js +10 -3
  20. package/dist/devices/paulmann.js.map +1 -1
  21. package/dist/devices/philips.d.ts.map +1 -1
  22. package/dist/devices/philips.js +6 -9
  23. package/dist/devices/philips.js.map +1 -1
  24. package/dist/devices/sengled.js +1 -1
  25. package/dist/devices/sengled.js.map +1 -1
  26. package/dist/devices/sonoff.d.ts.map +1 -1
  27. package/dist/devices/sonoff.js +9 -0
  28. package/dist/devices/sonoff.js.map +1 -1
  29. package/dist/devices/third_reality.d.ts.map +1 -1
  30. package/dist/devices/third_reality.js +20 -0
  31. package/dist/devices/third_reality.js.map +1 -1
  32. package/dist/devices/tuya.d.ts.map +1 -1
  33. package/dist/devices/tuya.js +63 -1
  34. package/dist/devices/tuya.js.map +1 -1
  35. package/dist/devices/wirenboard.js +1 -1
  36. package/dist/devices/wirenboard.js.map +1 -1
  37. package/dist/lib/bosch.d.ts +107 -3
  38. package/dist/lib/bosch.d.ts.map +1 -1
  39. package/dist/lib/bosch.js +751 -23
  40. package/dist/lib/bosch.js.map +1 -1
  41. package/dist/lib/exposes.d.ts +0 -1
  42. package/dist/lib/exposes.d.ts.map +1 -1
  43. package/dist/lib/exposes.js +4 -8
  44. package/dist/lib/exposes.js.map +1 -1
  45. package/dist/lib/generateDefinition.js +2 -2
  46. package/dist/lib/generateDefinition.js.map +1 -1
  47. package/dist/lib/modernExtend.d.ts +28 -10
  48. package/dist/lib/modernExtend.d.ts.map +1 -1
  49. package/dist/lib/modernExtend.js +71 -24
  50. package/dist/lib/modernExtend.js.map +1 -1
  51. package/dist/lib/utils.js +3 -3
  52. package/dist/lib/utils.js.map +1 -1
  53. package/dist/models-index.json +1 -1
  54. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [25.46.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.45.0...v25.46.0) (2025-10-15)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** 228WZH ([#10357](https://github.com/Koenkk/zigbee-herdsman-converters/issues/10357)) ([db70ec6](https://github.com/Koenkk/zigbee-herdsman-converters/commit/db70ec64c7a8aed98a19ae24e738f0c8ec4945ab))
9
+ * **add:** 8720169264212 ([#10355](https://github.com/Koenkk/zigbee-herdsman-converters/issues/10355)) ([3c35767](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3c357670c83d8af7be3dddca4c4558704034e18d))
10
+ * **add:** 924.70 ([#10353](https://github.com/Koenkk/zigbee-herdsman-converters/issues/10353)) ([1ecc3e1](https://github.com/Koenkk/zigbee-herdsman-converters/commit/1ecc3e19dbb6d5c5f9866d0fe0d396d02a74ef39))
11
+ * **add:** PMG24_router https://github.com/koenkk/zigbee2mqtt/issues/28927 ([f472cdd](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f472cdd2debb539d5ca046f32852721fbda31db6))
12
+ * **add:** SGS02Z ([#10083](https://github.com/Koenkk/zigbee-herdsman-converters/issues/10083)) ([942993a](https://github.com/Koenkk/zigbee-herdsman-converters/commit/942993a3d0d0784b1077d8fc84701c5bab3710c7))
13
+ * Aqara JY-GZ-01AQ: support OTA https://github.com/Koenkk/zigbee-OTA/pull/897 ([3796e7d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3796e7d17a01028f38b421e3d3457d49c802a363))
14
+ * Third Reality 3RWS18BZ: support `siren_on_off` and `siren_minutes` ([#10356](https://github.com/Koenkk/zigbee-herdsman-converters/issues/10356)) ([70ba1ad](https://github.com/Koenkk/zigbee-herdsman-converters/commit/70ba1ad341768ad8d1d73e933024567e2cbfaf63))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * Bosch BTH-RA / BTH-RM / BTH-RM230Z thermostats: rework implementation ([#10309](https://github.com/Koenkk/zigbee-herdsman-converters/issues/10309)) ([0e7993c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0e7993c768cb70369eb9fa4fd19ecea4bb7488c6))
20
+ * **detect:** Detect `_TZE284_lbhh5o6z` as AVATTO ZWSMD-4 https://github.com/Koenkk/zigbee2mqtt/issues/29109 ([98dacf8](https://github.com/Koenkk/zigbee-herdsman-converters/commit/98dacf840972f201530bfd76d62d6e8b563bad05))
21
+ * Fix `Cannot read properties of undefined (reading 'toUpperCase')` error https://github.com/Koenkk/zigbee2mqtt/issues/28808 ([e699b02](https://github.com/Koenkk/zigbee-herdsman-converters/commit/e699b02392eebe22daf1c6db17dca09810bc6c93))
22
+ * **ignore:** fix b2cfa7e4d65a316180964953ded9a5b345b830d4 ([03d9fbf](https://github.com/Koenkk/zigbee-herdsman-converters/commit/03d9fbf3bf7eac0ac20ca80240eb926cdbd3d386))
23
+
3
24
  ## [25.45.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.44.0...v25.45.0) (2025-10-14)
4
25
 
5
26
 
@@ -1 +1 @@
1
- {"version":3,"file":"bosch.d.ts","sourceRoot":"","sources":["../../src/devices/bosch.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAC,oBAAoB,EAAyC,MAAM,cAAc,CAAC;AA87B/F,eAAO,MAAM,WAAW,EAAE,oBAAoB,EA4rC7C,CAAC"}
1
+ {"version":3,"file":"bosch.d.ts","sourceRoot":"","sources":["../../src/devices/bosch.ts"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAC,oBAAoB,EAAyC,MAAM,cAAc,CAAC;AA4pB/F,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAy9B7C,CAAC"}