zigbee-herdsman-converters 19.67.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.
- package/CHANGELOG.md +19 -0
- package/devices/develco.d.ts.map +1 -1
- package/devices/develco.js +230 -171
- package/devices/develco.js.map +1 -1
- package/devices/index.d.ts.map +1 -1
- package/devices/index.js +2 -0
- package/devices/index.js.map +1 -1
- package/devices/lanesto.js +1 -1
- package/devices/lanesto.js.map +1 -1
- package/devices/pushok.d.ts +4 -0
- package/devices/pushok.d.ts.map +1 -0
- package/devices/pushok.js +199 -0
- package/devices/pushok.js.map +1 -0
- package/devices/tuya.d.ts.map +1 -1
- package/devices/tuya.js +147 -32
- package/devices/tuya.js.map +1 -1
- package/devices/ubisys.d.ts.map +1 -1
- package/devices/ubisys.js +5 -0
- package/devices/ubisys.js.map +1 -1
- package/devices/visonic.d.ts.map +1 -1
- package/devices/visonic.js +8 -0
- package/devices/visonic.js.map +1 -1
- package/lib/develco.d.ts +2 -0
- package/lib/develco.d.ts.map +1 -1
- package/lib/develco.js +9 -0
- package/lib/develco.js.map +1 -1
- package/lib/modernExtend.d.ts +2 -0
- package/lib/modernExtend.d.ts.map +1 -1
- package/lib/modernExtend.js +17 -10
- package/lib/modernExtend.js.map +1 -1
- package/lib/ubisys.d.ts +6 -1
- package/lib/ubisys.d.ts.map +1 -1
- package/lib/ubisys.js +72 -0
- package/lib/ubisys.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
3
22
|
## [19.67.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.66.0...v19.67.0) (2024-07-11)
|
|
4
23
|
|
|
5
24
|
|
package/devices/develco.d.ts.map
CHANGED
|
@@ -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+
|
|
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"}
|