zigbee-herdsman-converters 19.1.0 → 19.1.1
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 +10 -0
- package/README.md +3 -0
- package/devices/tuya.d.ts.map +1 -1
- package/devices/tuya.js +6 -2
- package/devices/tuya.js.map +1 -1
- package/lib/modernExtend.js +1 -1
- package/lib/modernExtend.js.map +1 -1
- package/lib/ota/common.d.ts.map +1 -1
- package/lib/ota/common.js +5 -0
- package/lib/ota/common.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [19.1.1](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.1.0...v19.1.1) (2024-03-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **detect:** Detect `_TZ3000_aaifmpuq` as Nous B3Z ([#7209](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7209)) ([4e01a45](https://github.com/Koenkk/zigbee-herdsman-converters/commit/4e01a454bf3a1e7942c226856a2c8ec0af9fcd3f))
|
|
9
|
+
* **detect:** Detect `_TZ3000_qlai3277` as Nous B2Z ([#7207](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7207)) ([3c91bee](https://github.com/Koenkk/zigbee-herdsman-converters/commit/3c91beed8ff54a4a80e7e17f737aed2a5822b951))
|
|
10
|
+
* Fix crash when customTimeResponse fails [@srett](https://github.com/srett) https://github.com/Koenkk/zigbee2mqtt/issues/21775 ([10a834a](https://github.com/Koenkk/zigbee-herdsman-converters/commit/10a834ae0c11e06ea0ca46b87943fe91dc3437dc))
|
|
11
|
+
* Fix for Legrand OTA updates (newer firmwares) ([#7212](https://github.com/Koenkk/zigbee-herdsman-converters/issues/7212)) ([a1dc6db](https://github.com/Koenkk/zigbee-herdsman-converters/commit/a1dc6db70b096ddcf6488904f288605296ff6ef5))
|
|
12
|
+
|
|
3
13
|
## [19.1.0](https://github.com/Koenkk/zigbee-herdsman-converters/compare/v19.0.0...v19.1.0) (2024-03-12)
|
|
4
14
|
|
|
5
15
|
|
package/README.md
CHANGED
|
@@ -4,6 +4,9 @@
|
|
|
4
4
|
Collection of device converters to be used with zigbee-herdsman.
|
|
5
5
|
|
|
6
6
|
## Breaking changes
|
|
7
|
+
19.0.0
|
|
8
|
+
- Legacy extend was removed
|
|
9
|
+
|
|
7
10
|
18.0.0
|
|
8
11
|
- After converting a message with a fromZigbee converter, `postProcessConvertedFromZigbeeMessage` should be called now (for applying calibration/precision)
|
|
9
12
|
|
package/devices/tuya.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../src/devices/tuya.ts"],"names":[],"mappings":"AAYA,OAAO,EAAW,UAAU,EAA8C,MAAM,cAAc,CAAC;AAogB/F,QAAA,MAAM,WAAW,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../src/devices/tuya.ts"],"names":[],"mappings":"AAYA,OAAO,EAAW,UAAU,EAA8C,MAAM,cAAc,CAAC;AAogB/F,QAAA,MAAM,WAAW,EAAE,UAAU,EA27N5B,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/devices/tuya.js
CHANGED
|
@@ -2507,7 +2507,7 @@ const definitions = [
|
|
|
2507
2507
|
},
|
|
2508
2508
|
{
|
|
2509
2509
|
fingerprint: tuya.fingerprint('TS0001', ['_TZ3000_xkap8wtb', '_TZ3000_qnejhcsu', '_TZ3000_x3ewpzyr',
|
|
2510
|
-
'_TZ3000_mkhkxx1p', '_TZ3000_tgddllx4', '_TZ3000_kqvb5akv', '_TZ3000_g92baclx']),
|
|
2510
|
+
'_TZ3000_mkhkxx1p', '_TZ3000_tgddllx4', '_TZ3000_kqvb5akv', '_TZ3000_g92baclx', '_TZ3000_qlai3277']),
|
|
2511
2511
|
model: 'TS0001_power',
|
|
2512
2512
|
description: 'Switch with power monitoring',
|
|
2513
2513
|
vendor: 'TuYa',
|
|
@@ -2528,9 +2528,12 @@ const definitions = [
|
|
|
2528
2528
|
},
|
|
2529
2529
|
exposes: [e.switch(), e.power(), e.current(), e.voltage(), e.energy(), tuya.exposes.switchType(),
|
|
2530
2530
|
e.enum('power_outage_memory', ea.ALL, ['on', 'off', 'restore']).withDescription('Recover state after power outage')],
|
|
2531
|
+
whiteLabel: [
|
|
2532
|
+
tuya.whitelabel('Nous', 'B2Z', '1 gang switch with power monitoring', ['_TZ3000_qlai3277']),
|
|
2533
|
+
],
|
|
2531
2534
|
},
|
|
2532
2535
|
{
|
|
2533
|
-
fingerprint:
|
|
2536
|
+
fingerprint: tuya.fingerprint('TS0002', ['_TZ3000_aaifmpuq', '_TZ3000_irrmjcgi']),
|
|
2534
2537
|
model: 'TS0002_power',
|
|
2535
2538
|
vendor: 'TuYa',
|
|
2536
2539
|
description: '2 gang switch with power monitoring',
|
|
@@ -2554,6 +2557,7 @@ const definitions = [
|
|
|
2554
2557
|
},
|
|
2555
2558
|
whiteLabel: [
|
|
2556
2559
|
tuya.whitelabel('TuYa', 'XSH01B', '2 gang switch module with power monitoring', ['_TZ3000_irrmjcgi']),
|
|
2560
|
+
tuya.whitelabel('Nous', 'B3Z', '2 gang switch module with power monitoring', ['_TZ3000_aaifmpuq']),
|
|
2557
2561
|
],
|
|
2558
2562
|
},
|
|
2559
2563
|
{
|