zigbee-herdsman-converters 24.9.0 → 24.10.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 +17 -0
- package/dist/devices/candeo.d.ts.map +1 -1
- package/dist/devices/candeo.js +187 -0
- package/dist/devices/candeo.js.map +1 -1
- package/dist/devices/icasa.d.ts.map +1 -1
- package/dist/devices/icasa.js +5 -1
- package/dist/devices/icasa.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +8 -1
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +8 -4
- 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":"AAaA,OAAO,KAAK,EAAC,oBAAoB,EAA4D,MAAM,cAAc,CAAC;AA+3BlH,eAAO,MAAM,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"tuya.d.ts","sourceRoot":"","sources":["../../src/devices/tuya.ts"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,oBAAoB,EAA4D,MAAM,cAAc,CAAC;AA+3BlH,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAsriB7C,CAAC"}
|
package/dist/devices/tuya.js
CHANGED
|
@@ -4084,6 +4084,7 @@ exports.definitions = [
|
|
|
4084
4084
|
"_TZ3000_hzlsaltw",
|
|
4085
4085
|
"_TZ3000_jsfzkftc",
|
|
4086
4086
|
"_TZ3000_0ghwhypc",
|
|
4087
|
+
"_TZ3000_1adss9de",
|
|
4087
4088
|
]),
|
|
4088
4089
|
model: "TS0001_power",
|
|
4089
4090
|
description: "Switch with power monitoring",
|
|
@@ -4131,7 +4132,7 @@ exports.definitions = [
|
|
|
4131
4132
|
whiteLabel: [
|
|
4132
4133
|
tuya.whitelabel("Nous", "B2Z", "1 gang switch with power monitoring", ["_TZ3000_qlai3277"]),
|
|
4133
4134
|
tuya.whitelabel("Colorock", "CR-MNZ1", "1 gang switch 30A with power monitoring", ["_TZ3000_tgddllx4"]),
|
|
4134
|
-
tuya.whitelabel("Nous", "L6Z", "Switch with power monitoring", ["_TZ3000_qaabwu5c"]),
|
|
4135
|
+
tuya.whitelabel("Nous", "L6Z", "Switch with power monitoring", ["_TZ3000_qaabwu5c", "_TZ3000_1adss9de"]),
|
|
4135
4136
|
tuya.whitelabel("Tuya", "XSH01A", "1 gang switch", ["_TZ3000_x3ewpzyr"]),
|
|
4136
4137
|
],
|
|
4137
4138
|
onEvent: async (type, data, device, options) => {
|
|
@@ -8890,11 +8891,14 @@ exports.definitions = [
|
|
|
8890
8891
|
],
|
|
8891
8892
|
},
|
|
8892
8893
|
{
|
|
8893
|
-
fingerprint: tuya.fingerprint("TS0601", ["_TZE204_nklqjk62", "
|
|
8894
|
-
model: "
|
|
8894
|
+
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_nklqjk62", "_TZE204_nklqjk62", "_TZE204_jktmrpoj"]),
|
|
8895
|
+
model: "TS0601_garage_door_opener",
|
|
8895
8896
|
vendor: "Tuya",
|
|
8896
8897
|
description: "Garage door opener",
|
|
8897
|
-
whiteLabel: [
|
|
8898
|
+
whiteLabel: [
|
|
8899
|
+
tuya.whitelabel("MatSee Plus", "PJ-ZGD01", "Garage door opener", ["_TZE204_nklqjk62"]),
|
|
8900
|
+
tuya.whitelabel("Moes", "ZM-102-M", "Garage door opener", ["_TZE204_jktmrpoj"]),
|
|
8901
|
+
],
|
|
8898
8902
|
extend: [
|
|
8899
8903
|
tuyaMagicPacket(),
|
|
8900
8904
|
dpBinary({
|