zigbee-herdsman-converters 25.109.0 → 25.110.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 +21 -0
- package/dist/devices/lincukoo.d.ts.map +1 -1
- package/dist/devices/lincukoo.js +2 -1
- package/dist/devices/lincukoo.js.map +1 -1
- package/dist/devices/moes.js +5 -5
- package/dist/devices/moes.js.map +1 -1
- package/dist/devices/onesti.js +1 -1
- package/dist/devices/onesti.js.map +1 -1
- package/dist/devices/philips.d.ts.map +1 -1
- package/dist/devices/philips.js +49 -15
- package/dist/devices/philips.js.map +1 -1
- package/dist/devices/tuya.d.ts.map +1 -1
- package/dist/devices/tuya.js +6 -3
- package/dist/devices/tuya.js.map +1 -1
- package/dist/devices/zemismart.d.ts.map +1 -1
- package/dist/devices/zemismart.js +34 -0
- package/dist/devices/zemismart.js.map +1 -1
- package/dist/lib/modernExtend.d.ts +2 -1
- package/dist/lib/modernExtend.d.ts.map +1 -1
- package/dist/lib/modernExtend.js +3 -2
- package/dist/lib/modernExtend.js.map +1 -1
- package/dist/lib/types.d.ts +1 -1
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/models-index.json +1 -1
- package/package.json +3 -3
|
@@ -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;AAq2ClH,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;AAq2ClH,eAAO,MAAM,WAAW,EAAE,oBAAoB,EAilsB7C,CAAC"}
|
package/dist/devices/tuya.js
CHANGED
|
@@ -3032,6 +3032,8 @@ exports.definitions = [
|
|
|
3032
3032
|
color: true,
|
|
3033
3033
|
}),
|
|
3034
3034
|
],
|
|
3035
|
+
// https://github.com/Koenkk/zigbee2mqtt/issues/30584
|
|
3036
|
+
meta: { moveToLevelWithOnOffDisable: (e) => e.getDevice().manufacturerName === "_TZB210_uoiqhjqe" },
|
|
3035
3037
|
toZigbee: [tzLocal.TS0505B_1_transitionFixesOnOffBrightness],
|
|
3036
3038
|
configure: (device, coordinatorEndpoint) => {
|
|
3037
3039
|
device.getEndpoint(1).saveClusterAttributeKeyValue("lightingColorCtrl", {
|
|
@@ -3281,7 +3283,9 @@ exports.definitions = [
|
|
|
3281
3283
|
m.iasZoneAlarm({
|
|
3282
3284
|
zoneType: "occupancy",
|
|
3283
3285
|
zoneAttributes: ["alarm_1", "battery_low"],
|
|
3284
|
-
|
|
3286
|
+
// No keepAlivetimeout for ZG-204Z
|
|
3287
|
+
// https://github.com/Koenkk/zigbee2mqtt/issues/30676
|
|
3288
|
+
keepAliveTimeout: (d) => (d.modelID === "ZG-204Z" ? 0 : 125),
|
|
3285
3289
|
}),
|
|
3286
3290
|
],
|
|
3287
3291
|
exposes: [
|
|
@@ -6154,7 +6158,6 @@ exports.definitions = [
|
|
|
6154
6158
|
"_TZE200_2odrmqwq",
|
|
6155
6159
|
"_TZE204_lh3arisb",
|
|
6156
6160
|
"_TZE284_udank5zs",
|
|
6157
|
-
"_TZE284_6hrnp30w",
|
|
6158
6161
|
"_TZE284_b7kbnl6q",
|
|
6159
6162
|
"_TZE200_7shyddj3",
|
|
6160
6163
|
"_TZE204_a2jcoyuk",
|
|
@@ -6476,7 +6479,7 @@ exports.definitions = [
|
|
|
6476
6479
|
},
|
|
6477
6480
|
},
|
|
6478
6481
|
{
|
|
6479
|
-
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_pzm3wab5"]),
|
|
6482
|
+
fingerprint: tuya.fingerprint("TS0601", ["_TZE284_pzm3wab5", "_TZE284_twybxdzl"]),
|
|
6480
6483
|
model: "ZF24",
|
|
6481
6484
|
vendor: "Tuya",
|
|
6482
6485
|
description: "Human presence sensor (millimeter wave radar)",
|