zigbee-herdsman-converters 25.99.0 → 25.101.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 (37) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/converters/fromZigbee.js +1 -1
  3. package/dist/converters/fromZigbee.js.map +1 -1
  4. package/dist/devices/efekta.d.ts.map +1 -1
  5. package/dist/devices/efekta.js +81 -1
  6. package/dist/devices/efekta.js.map +1 -1
  7. package/dist/devices/heiman.d.ts.map +1 -1
  8. package/dist/devices/heiman.js +2 -1
  9. package/dist/devices/heiman.js.map +1 -1
  10. package/dist/devices/ikea.d.ts.map +1 -1
  11. package/dist/devices/ikea.js +2 -1
  12. package/dist/devices/ikea.js.map +1 -1
  13. package/dist/devices/lincukoo.d.ts.map +1 -1
  14. package/dist/devices/lincukoo.js +74 -3
  15. package/dist/devices/lincukoo.js.map +1 -1
  16. package/dist/devices/nous.js +1 -1
  17. package/dist/devices/paulmann.d.ts.map +1 -1
  18. package/dist/devices/paulmann.js +7 -0
  19. package/dist/devices/paulmann.js.map +1 -1
  20. package/dist/devices/philips.d.ts.map +1 -1
  21. package/dist/devices/philips.js +78 -62
  22. package/dist/devices/philips.js.map +1 -1
  23. package/dist/devices/third_reality.d.ts.map +1 -1
  24. package/dist/devices/third_reality.js +66 -0
  25. package/dist/devices/third_reality.js.map +1 -1
  26. package/dist/devices/tuya.d.ts.map +1 -1
  27. package/dist/devices/tuya.js +141 -90
  28. package/dist/devices/tuya.js.map +1 -1
  29. package/dist/lib/modernExtend.d.ts.map +1 -1
  30. package/dist/lib/modernExtend.js +6 -3
  31. package/dist/lib/modernExtend.js.map +1 -1
  32. package/dist/lib/tuya.d.ts +10 -0
  33. package/dist/lib/tuya.d.ts.map +1 -1
  34. package/dist/lib/tuya.js +11 -1
  35. package/dist/lib/tuya.js.map +1 -1
  36. package/dist/models-index.json +1 -1
  37. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # Changelog
2
2
 
3
+ ## [25.101.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.100.0...v25.101.0) (2026-01-05)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** G91E-ZH, G94E, W04-Z10T, W10-Z10T, V04-Z10T, V06-Z10T ([#10922](https://github.com/Koenkk/zigbee-herdsman-converters/issues/10922)) ([f044789](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f044789188e5ad0242249a4966cf931167484393))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Beok BOT-R9V-ZB: remove `preset` to climate expose ([#11205](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11205)) ([b87712f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/b87712fdb920465df11b7363f8770f7598b5c4f8))
14
+ * **detect:** Detect `_TZ3000_gdsvhfao` as Tuya TS0207_repeater ([#11207](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11207)) ([3b11b13](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3b11b1385470e08c2c09d36d11a30665133250dc))
15
+ * **detect:** Detect `SmokeSensor-EF-3.0` as Heiman HS1SA-E ([#11202](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11202)) ([89b5ecc](https://github.com/Koenkk/zigbee-herdsman-converters/commit/89b5ecc0ba5d5ca1b2d15cc7c17b9e3014935f99))
16
+ * **ignore:** bump the minor-patch group with 2 updates ([#11203](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11203)) ([0adcd38](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0adcd38c6b8da2aac7d148783b9af5404bb1fed0))
17
+ * Nous E13: fix water leak state https://github.com/Koenkk/zigbee2mqtt/issues/30411 ([6de2199](https://github.com/Koenkk/zigbee-herdsman-converters/commit/6de2199a572a4ce0d750a1fc3c0b6373a1696577))
18
+ * Revert "Add full support for Tuya BAC-002-ALZB (schedule_text, improved off behavior, calibration -9/+9)" ([#11209](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11209)) ([44e4389](https://github.com/Koenkk/zigbee-herdsman-converters/commit/44e4389b2d186ea25c9aa3f677452a2da52d94c3))
19
+
20
+ ## [25.100.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.99.0...v25.100.0) (2026-01-04)
21
+
22
+
23
+ ### Features
24
+
25
+ * **add:** 3RAP0149BZ ([#11189](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11189)) ([a82546d](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a82546d662349b1e8946ee2a3d4e1f9654d353cd))
26
+ * **add:** 3RPL01084Z ([#11191](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11191)) ([1639c2c](https://github.com/Koenkk/zigbee-herdsman-converters/commit/1639c2c8ba35258ca8bf211c9a6d121a0f63daf0))
27
+ * **add:** 50394 ([#11186](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11186)) ([2f4c0d7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/2f4c0d77b8c0e08297311103d0390b33c9d58766))
28
+ * **add:** 929003115901 ([#11199](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11199)) ([c01b784](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c01b78461f99bcb63ac82dd3ca9fd1db67ad43a6))
29
+ * **add:** 929004611501 ([#11198](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11198)) ([468feb7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/468feb7d4711a85da184ed86bb08356e1fba46f5))
30
+ * **add:** EFEKTA_eAir_Monitor ([#11185](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11185)) ([64133fa](https://github.com/Koenkk/zigbee-herdsman-converters/commit/64133fac26b4283bdce4994783e0f7a952d1dcb6))
31
+ * **add:** GA01 ([#11192](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11192)) ([fd9e2fe](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fd9e2fe6f1897402c722aa1166cd042657f0fe69))
32
+ * Tuya TS0601_dimmer_3: expose backlight brightness and color ([#11188](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11188)) ([9724032](https://github.com/Koenkk/zigbee-herdsman-converters/commit/972403228afe93276cb18fb126336c089a1e7d88))
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * Add `E2206` as a whitelabel of IKEA E22xx ([#11200](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11200)) ([94b989f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/94b989fd992a16a1a069689944c596e53e80269a))
38
+ * **detect:** Detect `_TZE284_q22avxbv` as Tongou TOQCB2-80 https://github.com/Koenkk/zigbee2mqtt/issues/30490 ([4253661](https://github.com/Koenkk/zigbee-herdsman-converters/commit/42536619d42df3fa9e7100e889128c5ce9d97e2f))
39
+ * **detect:** Detect `_TZE284_waa352qv` as Tuya TS0601_cover_5 https://github.com/Koenkk/zigbee-herdsman-converters/pull/10612 ([00097f2](https://github.com/Koenkk/zigbee-herdsman-converters/commit/00097f2fdaf4b315a2e331e851f969f324dc8cc2))
40
+ * Endpoint configuration limitation for some modernextend's. ([#11195](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11195)) ([39f09b7](https://github.com/Koenkk/zigbee-herdsman-converters/commit/39f09b7ecbd295ee0ccb397ba2cacc2142ccf20b))
41
+ * J.XUAN WSZ01: fix no action ([#11190](https://github.com/Koenkk/zigbee-herdsman-converters/issues/11190)) ([9c81768](https://github.com/Koenkk/zigbee-herdsman-converters/commit/9c81768aa8c2db882793bc56cca451d3c92450b4))
42
+ * Tuya RB-SRAIN01: add `illuminance_raw` unit https://github.com/Koenkk/zigbee2mqtt/issues/30439 ([c5ec123](https://github.com/Koenkk/zigbee-herdsman-converters/commit/c5ec123054caebde93fef95f97eb5023162dd12f))
43
+
3
44
  ## [25.99.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v25.98.0...v25.99.0) (2026-01-03)
4
45
 
5
46
 
@@ -2361,7 +2361,7 @@ exports.WSZ01_on_off_action = {
2361
2361
  type: "attributeReport",
2362
2362
  convert: (model, msg, publish, options, meta) => {
2363
2363
  const clickMapping = { 0: "release", 1: "single", 2: "double", 3: "hold" };
2364
- return { action: `${clickMapping[msg.data[1]]}` };
2364
+ return { action: `${clickMapping[msg.data["1"]]}` };
2365
2365
  },
2366
2366
  };
2367
2367
  exports.tuya_switch_scene = {