zigbee-herdsman-converters 23.28.0 → 23.29.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 +16 -0
- package/dist/devices/index.d.ts.map +1 -1
- package/dist/devices/index.js +3 -1
- package/dist/devices/index.js.map +1 -1
- package/dist/devices/neo.js +1 -1
- package/dist/devices/neo.js.map +1 -1
- package/dist/devices/orztech.d.ts +3 -0
- package/dist/devices/orztech.d.ts.map +1 -0
- package/dist/devices/orztech.js +210 -0
- package/dist/devices/orztech.js.map +1 -0
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +7 -0
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +16 -7
- package/dist/devices/tuya.js.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../../src/devices/tuya.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAC,oBAAoB,EAA0E,MAAM,cAAc,CAAC;AAiwBhI,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../../src/devices/tuya.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAC,oBAAoB,EAA0E,MAAM,cAAc,CAAC;AAiwBhI,eAAO,MAAM,WAAW,EAAE,oBAAoB,EA0rf7C,CAAC"}
|
package/dist/devices/tuya.js
CHANGED
|
@@ -1707,10 +1707,9 @@ exports.definitions = [
|
|
|
1707
1707
|
},
|
|
1708
1708
|
{
|
|
1709
1709
|
fingerprint: tuya.fingerprint("TS0505B", ["_TZ3210_bfwvfyx1"]),
|
|
1710
|
-
model: "
|
|
1711
|
-
vendor: "
|
|
1712
|
-
description: "Zigbee
|
|
1713
|
-
whiteLabel: [tuya.whitelabel("Tuya", "TS0505B_4_1", "Zigbee 3.0 15W led light bulb E27 RGBCW", ["_TZ3210_bfwvfyx1"])],
|
|
1710
|
+
model: "CK-BL702-AL-01_1",
|
|
1711
|
+
vendor: "eWeLink",
|
|
1712
|
+
description: "Zigbee 3.0 15W led light bulb E27 RGBCW",
|
|
1714
1713
|
toZigbee: [tz.on_off, tzLocal.led_control, tuya.tz.do_not_disturb],
|
|
1715
1714
|
fromZigbee: [fz.on_off, fz.tuya_led_controller, fz.brightness, fz.ignore_basic_report],
|
|
1716
1715
|
exposes: [e.light_brightness_colortemp_colorhs([50, 1000]).removeFeature("color_temp_startup"), tuya.exposes.doNotDisturb()],
|
|
@@ -8616,7 +8615,14 @@ exports.definitions = [
|
|
|
8616
8615
|
],
|
|
8617
8616
|
},
|
|
8618
8617
|
{
|
|
8619
|
-
fingerprint: tuya.fingerprint("TS004F", [
|
|
8618
|
+
fingerprint: tuya.fingerprint("TS004F", [
|
|
8619
|
+
"_TZ3000_4fjiwweb",
|
|
8620
|
+
"_TZ3000_uri7ongn",
|
|
8621
|
+
"_TZ3000_ixla93vd",
|
|
8622
|
+
"_TZ3000_qja6nq5z",
|
|
8623
|
+
"_TZ3000_402vrq2i",
|
|
8624
|
+
"_TZ3000_abrsvsou",
|
|
8625
|
+
]),
|
|
8620
8626
|
model: "ERS-10TZBVK-AA",
|
|
8621
8627
|
vendor: "Tuya",
|
|
8622
8628
|
description: "Smart knob",
|
|
@@ -8673,7 +8679,9 @@ exports.definitions = [
|
|
|
8673
8679
|
},
|
|
8674
8680
|
},
|
|
8675
8681
|
{
|
|
8676
|
-
|
|
8682
|
+
// Only the ones with applicationVersion 145 should be detected as this, e.g. applicationVersion 66 should be detected as ERS-10TZBVK-AA.
|
|
8683
|
+
// https://github.com/Koenkk/zigbee2mqtt/issues/25053
|
|
8684
|
+
fingerprint: [{ modelID: "TS004F", manufacturerName: "_TZ3000_abrsvsou", applicationVersion: 145, priority: 1 }],
|
|
8677
8685
|
model: "ZG-101Z/D",
|
|
8678
8686
|
vendor: "Tuya",
|
|
8679
8687
|
description: "Smart knob",
|
|
@@ -15661,7 +15669,7 @@ exports.definitions = [
|
|
|
15661
15669
|
},
|
|
15662
15670
|
},
|
|
15663
15671
|
{
|
|
15664
|
-
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_8zizsafo"]),
|
|
15672
|
+
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_8zizsafo", "_TZE284_iilebqoo"]),
|
|
15665
15673
|
model: "GX03",
|
|
15666
15674
|
vendor: "GIEX",
|
|
15667
15675
|
description: "GIEX 2 zone watering timer",
|
|
@@ -15712,6 +15720,7 @@ exports.definitions = [
|
|
|
15712
15720
|
[14, "countdown_2", tuya.valueConverter.raw],
|
|
15713
15721
|
],
|
|
15714
15722
|
},
|
|
15723
|
+
whiteLabel: [tuya.whitelabel("Nova Digital", "ZVL-DUAL", "Water Valve with 2 zones", ["_TZE284_iilebqoo"])],
|
|
15715
15724
|
},
|
|
15716
15725
|
{
|
|
15717
15726
|
fingerprint: tuya.fingerprint("TS0601", ["_TZE204_eaulras5"]),
|