zigbee-herdsman-converters 24.1.0 → 24.2.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 +15 -0
- package/dist/converters/fromZigbee.js +1 -1
- package/dist/converters/fromZigbee.js.map +1 -1
- package/dist/devices/inovelli.d.ts.map +1 -1
- package/dist/devices/inovelli.js +14 -0
- package/dist/devices/inovelli.js.map +1 -1
- 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 +7 -3
- 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,EAsiiB7C,CAAC"}
|
package/dist/devices/tuya.js
CHANGED
|
@@ -1854,9 +1854,9 @@ exports.definitions = [
|
|
|
1854
1854
|
model: "CK-BL702-AL-01_1",
|
|
1855
1855
|
vendor: "eWeLink",
|
|
1856
1856
|
description: "Zigbee 3.0 15W led light bulb E27 RGBCW",
|
|
1857
|
-
toZigbee: [tuya.tz.do_not_disturb],
|
|
1858
|
-
|
|
1859
|
-
exposes: [tuya.exposes.doNotDisturb()],
|
|
1857
|
+
toZigbee: [tz.on_off, tzLocal.led_control, tuya.tz.do_not_disturb],
|
|
1858
|
+
fromZigbee: [fz.on_off, fz.tuya_led_controller, fz.brightness, fz.ignore_basic_report],
|
|
1859
|
+
exposes: [e.light_brightness_colortemp_colorhs([50, 1000]).removeFeature("color_temp_startup"), tuya.exposes.doNotDisturb()],
|
|
1860
1860
|
configure: (device, coordinatorEndpoint) => {
|
|
1861
1861
|
device.getEndpoint(1).saveClusterAttributeKeyValue("lightingColorCtrl", { colorCapabilities: 29 });
|
|
1862
1862
|
},
|
|
@@ -9750,6 +9750,8 @@ exports.definitions = [
|
|
|
9750
9750
|
large: tuya.enum(1),
|
|
9751
9751
|
small: tuya.enum(2),
|
|
9752
9752
|
static: tuya.enum(3),
|
|
9753
|
+
far: tuya.enum(4),
|
|
9754
|
+
near: tuya.enum(5),
|
|
9753
9755
|
}),
|
|
9754
9756
|
],
|
|
9755
9757
|
[12, "fading_time", tuya.valueConverter.raw],
|
|
@@ -10946,6 +10948,7 @@ exports.definitions = [
|
|
|
10946
10948
|
"_TZ3000_zrm3oxsh",
|
|
10947
10949
|
"_TZ3000_303avxxt",
|
|
10948
10950
|
"_TZ3000_zjchz7pd",
|
|
10951
|
+
"_TZ3000_zv6x8bt2",
|
|
10949
10952
|
]),
|
|
10950
10953
|
model: "TS011F_with_threshold",
|
|
10951
10954
|
description: "Din rail switch with power monitoring and threshold settings",
|
|
@@ -11027,6 +11030,7 @@ exports.definitions = [
|
|
|
11027
11030
|
tuya.whitelabel("UNSH", "SMKG-1KNL-EU-Z", "Smart circuit Breaker", ["_TZ3000_qystbcjg"]),
|
|
11028
11031
|
tuya.whitelabel("Tomzn", "TOB9Z-VAP", "Smart circuit breaker", ["_TZ3000_303avxxt"]),
|
|
11029
11032
|
tuya.whitelabel("Immax", "07573L", "Smart circuit breaker", ["_TZ3000_zjchz7pd"]),
|
|
11033
|
+
tuya.whitelabel("Moes", "A5", "Smart circuit breaker", ["_TZ3000_zv6x8bt2"]),
|
|
11030
11034
|
],
|
|
11031
11035
|
},
|
|
11032
11036
|
{
|