zigbee-herdsman-converters 23.52.0 → 23.53.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 +25 -0
- package/dist/devices/efekta.d.ts.map +1 -1
- package/dist/devices/efekta.js +274 -0
- package/dist/devices/efekta.js.map +1 -1
- package/dist/devices/ikea.js +1 -1
- package/dist/devices/ikea.js.map +1 -1
- package/dist/devices/keen_home.d.ts.map +1 -1
- package/dist/devices/keen_home.js +1 -0
- package/dist/devices/keen_home.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +13 -4
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +3 -1
- package/dist/devices/tuya.js.map +1 -1
- package/dist/lib/modernExtend.d.ts.map +1 -1
- package/dist/lib/modernExtend.js +21 -22
- package/dist/lib/modernExtend.js.map +1 -1
- package/dist/lib/philips.d.ts.map +1 -1
- package/dist/lib/philips.js +0 -6
- package/dist/lib/philips.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,EAA4D,MAAM,cAAc,CAAC;AAg0BlH,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,EAA4D,MAAM,cAAc,CAAC;AAg0BlH,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAquhB7C,CAAC"}
|
package/dist/devices/tuya.js
CHANGED
|
@@ -4127,6 +4127,7 @@ exports.definitions = [
|
|
|
4127
4127
|
"_TZ3000_lmlsduws",
|
|
4128
4128
|
"_TZ3000_lugaswf8",
|
|
4129
4129
|
"_TZ3000_nuenzetq",
|
|
4130
|
+
"_TZ3000_ruldv5dt",
|
|
4130
4131
|
"_TZ3000_fbjdkph9",
|
|
4131
4132
|
]),
|
|
4132
4133
|
model: "TS0002_basic",
|
|
@@ -4137,7 +4138,7 @@ exports.definitions = [
|
|
|
4137
4138
|
tuya.whitelabel("Moes", "ZM-104B-M", "2 gang switch", ["_TZ3000_qaa59zqd"]),
|
|
4138
4139
|
tuya.whitelabel("pcblab.io", "RR620ZB", "2 gang Zigbee switch module", ["_TZ3000_4xfqlgqo"]),
|
|
4139
4140
|
tuya.whitelabel("Nous", "L13Z", "2 gang switch", ["_TZ3000_ruxexjfz", "_TZ3000_hojntt34"]),
|
|
4140
|
-
tuya.whitelabel("Tuya", "ZG-2002-RF", "Three mode Zigbee Switch", ["_TZ3000_lugaswf8", "_TZ3000_nuenzetq"]),
|
|
4141
|
+
tuya.whitelabel("Tuya", "ZG-2002-RF", "Three mode Zigbee Switch", ["_TZ3000_lugaswf8", "_TZ3000_nuenzetq", "_TZ3000_ruldv5dt"]),
|
|
4141
4142
|
tuya.whitelabel("Mercator Ikuü", "SSW02", "2 gang switch", ["_TZ3000_fbjdkph9"]),
|
|
4142
4143
|
tuya.whitelabel("Aubess", "TMZ02", "2 gang switch", ["_TZ3000_lmlsduws"]),
|
|
4143
4144
|
],
|
|
@@ -5555,6 +5556,7 @@ exports.definitions = [
|
|
|
5555
5556
|
tuya.whitelabel("AVATTO", "TRV06_1", "Thermostatic radiator valve", ["_TZE200_hvaxb2tc", "_TZE284_o3x45p96"]),
|
|
5556
5557
|
tuya.whitelabel("EARU", "TRV06", "Smart thermostat module", ["_TZE200_yqgbrdyo", "_TZE200_rxq4iti9"]),
|
|
5557
5558
|
tuya.whitelabel("AVATTO", "AVATTO_TRV06", "Thermostatic radiator valve", ["_TZE284_c6wv4xyo", "_TZE204_o3x45p96"]),
|
|
5559
|
+
tuya.whitelabel("THALEOS", "TRV06-AT", "Thermostatic radiator valve", ["_TZE200_ow09xlxm"]),
|
|
5558
5560
|
],
|
|
5559
5561
|
onEvent: tuya.onEventSetTime,
|
|
5560
5562
|
configure: tuya.configureMagicPacket,
|