zigbee-herdsman-converters 19.66.0 → 19.68.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 (47) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/devices/develco.d.ts.map +1 -1
  3. package/devices/develco.js +230 -171
  4. package/devices/develco.js.map +1 -1
  5. package/devices/index.d.ts.map +1 -1
  6. package/devices/index.js +2 -0
  7. package/devices/index.js.map +1 -1
  8. package/devices/innr.d.ts.map +1 -1
  9. package/devices/innr.js +7 -0
  10. package/devices/innr.js.map +1 -1
  11. package/devices/lanesto.js +1 -1
  12. package/devices/lanesto.js.map +1 -1
  13. package/devices/pushok.d.ts +4 -0
  14. package/devices/pushok.d.ts.map +1 -0
  15. package/devices/pushok.js +199 -0
  16. package/devices/pushok.js.map +1 -0
  17. package/devices/tuya.d.ts.map +1 -1
  18. package/devices/tuya.js +171 -32
  19. package/devices/tuya.js.map +1 -1
  20. package/devices/ubisys.d.ts.map +1 -1
  21. package/devices/ubisys.js +5 -0
  22. package/devices/ubisys.js.map +1 -1
  23. package/devices/visonic.d.ts.map +1 -1
  24. package/devices/visonic.js +8 -0
  25. package/devices/visonic.js.map +1 -1
  26. package/lib/develco.d.ts +2 -0
  27. package/lib/develco.d.ts.map +1 -1
  28. package/lib/develco.js +9 -0
  29. package/lib/develco.js.map +1 -1
  30. package/lib/lumi.d.ts.map +1 -1
  31. package/lib/lumi.js +5 -1
  32. package/lib/lumi.js.map +1 -1
  33. package/lib/modernExtend.d.ts +2 -0
  34. package/lib/modernExtend.d.ts.map +1 -1
  35. package/lib/modernExtend.js +18 -10
  36. package/lib/modernExtend.js.map +1 -1
  37. package/lib/tuya.d.ts.map +1 -1
  38. package/lib/tuya.js +10 -0
  39. package/lib/tuya.js.map +1 -1
  40. package/lib/ubisys.d.ts +6 -1
  41. package/lib/ubisys.d.ts.map +1 -1
  42. package/lib/ubisys.js +72 -0
  43. package/lib/ubisys.js.map +1 -1
  44. package/lib/utils.d.ts.map +1 -1
  45. package/lib/utils.js +15 -6
  46. package/lib/utils.js.map +1 -1
  47. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # Changelog
2
2
 
3
+ ## [19.68.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.67.0...v19.68.0) (2024-07-13)
4
+
5
+
6
+ ### Features
7
+
8
+ * **add:** MCT-302 SMA ([#7759](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7759)) ([fc6fd20](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fc6fd20c8730b32ea1c382539d024eb9cf04a679))
9
+ * **add:** POK001, POK002_POK007, POK003, POK004, POK005, POK006, POK008, POK011 ([#7758](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7758)) ([63dc05f](https://github.com/Koenkk/zigbee-herdsman-converters/commit/63dc05f79530690fc9d4241c08a3b71c425a7803))
10
+ * **add:** TOB9Z-M ([#7761](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7761)) ([81683bf](https://github.com/Koenkk/zigbee-herdsman-converters/commit/81683bfbcebed3b5bf4b17f02cf83dfce305fc22))
11
+ * **add:** ZG-205Z ([#7756](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7756)) ([23336fe](https://github.com/Koenkk/zigbee-herdsman-converters/commit/23336fec5e7b15d9eb20f97ba0225c54e9095934))
12
+ * Ubisys H1 open window support ([#7764](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7764)) ([d8dcfcb](https://github.com/Koenkk/zigbee-herdsman-converters/commit/d8dcfcb43cd956897f7f053a9908cae431a70adb))
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **detect:** Detect `_TZE200_sbyx0lm6` as Tuya MTG075-ZB-RL https://github.com/Koenkk/zigbee2mqtt/issues/23337 ([3e77af0](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3e77af04e2a6e81843edd69223e3707acee12923))
18
+ * **detect:** Detect `RH0039` as Lanesto 322054 @JoostV https://github.com/Koenkk/zigbee2mqtt/discussions/23322 ([10c51b4](https://github.com/Koenkk/zigbee-herdsman-converters/commit/10c51b47ebf3637fe902ed03698c767c5dc49103))
19
+ * Migrate more to modernExtend for Develco devices ([#7711](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7711)) ([65a0d08](https://github.com/Koenkk/zigbee-herdsman-converters/commit/65a0d087ca194299085cce6041c2709e0cdf27d0))
20
+ * Rename `TB26-1` to `TB26-3` https://github.com/Koenkk/zigbee2mqtt/issues/23336 ([f8fea48](https://github.com/Koenkk/zigbee-herdsman-converters/commit/f8fea48e4a0c01586b5e8e3982b401d9bb49b1a7))
21
+
22
+ ## [19.67.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.66.0...v19.67.0) (2024-07-11)
23
+
24
+
25
+ ### Features
26
+
27
+ * **add:** AE 262 https://github.com/Koenkk/zigbee2mqtt/issues/23318 ([1d35a97](https://github.com/Koenkk/zigbee-herdsman-converters/commit/1d35a97a0e018fade53710931574fe0c4946973f))
28
+ * **add:** TS0601_cover_10 [@ajgon](https://github.com/ajgon) https://github.com/Koenkk/zigbee2mqtt/discussions/19635 ([9446716](https://github.com/Koenkk/zigbee-herdsman-converters/commit/94467162420380dc8f5b8ca6d8e9ccb3fc4353c7))
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **detect:** Detect `_TZ3000_hzlsaltw` as Tuya TS0001_power https://github.com/Koenkk/zigbee2mqtt/issues/23143 ([30a972e](https://github.com/Koenkk/zigbee-herdsman-converters/commit/30a972e19148c6f3c60615a7feb23ca3854be2c3))
34
+ * **detect:** Detect `_TZE200_wktrysab` as Tuya TS0601_switch_8 https://github.com/Koenkk/zigbee2mqtt/issues/23315 ([23aeb42](https://github.com/Koenkk/zigbee-herdsman-converters/commit/23aeb427813172d232ef85bade556a6d73fd9d43))
35
+ * Fix `getFromLookup` when retrieved value is `null` https://github.com/Koenkk/zigbee2mqtt/issues/21357 ([1d71b43](https://github.com/Koenkk/zigbee-herdsman-converters/commit/1d71b43ab6c04303e765787a6ff477401f806f5c))
36
+ * Fix Lumi ZNJLBL01LM position incorrect when device restarts https://github.com/Koenkk/zigbee2mqtt/issues/23056 ([371b6ac](https://github.com/Koenkk/zigbee-herdsman-converters/commit/371b6ac1e241956d3883c6ca58ce0a21137c14b5))
37
+ * Fix missing color command for ZG2858A ([#7757](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7757)) ([fed7357](https://github.com/Koenkk/zigbee-herdsman-converters/commit/fed7357be3798a53a31aee35bfd5769c993e045d))
38
+ * **ignore:** Update tuya.ts ([#7755](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7755)) ([0f09176](https://github.com/Koenkk/zigbee-herdsman-converters/commit/0f0917687d962efcca7788ac392d32fe76afdc16))
39
+
3
40
  ## [19.66.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.65.0...v19.66.0) (2024-07-09)
4
41
 
5
42
 
@@ -1 +1 @@
1
- {"version":3,"file":"develco.d.ts","sourceRoot":"","sources":["../src/devices/develco.ts"],"names":[],"mappings":"AAYA,OAAO,EAAC,UAAU,EAAuB,MAAM,cAAc,CAAC;AA+N9D,QAAA,MAAM,WAAW,EAAE,UAAU,EA4uB5B,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"develco.d.ts","sourceRoot":"","sources":["../src/devices/develco.ts"],"names":[],"mappings":"AAYA,OAAO,EAAC,UAAU,EAAuB,MAAM,cAAc,CAAC;AA+M9D,QAAA,MAAM,WAAW,EAAE,UAAU,EAmzB5B,CAAC;AAEF,eAAe,WAAW,CAAC"}