Skip to content

Commit d116ae4

Browse files
committed
fix(detect): Detect _TZE284_clm4gdw4 as Tuya TS0601_cover_10 Koenkk/zigbee2mqtt#30179
1 parent 7a26de2 commit d116ae4

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

src/devices/tuya.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6040,7 +6040,14 @@ export const definitions: DefinitionWithExtend[] = [
60406040
},
60416041
},
60426042
{
6043-
fingerprint: tuya.fingerprint("TS0601", ["_TZE200_clm4gdw4", "_TZE200_2vfxweng", "_TZE200_gnw1rril", "_TZE204_ycke4deo", "_TZE284_koxaopnk"]),
6043+
fingerprint: tuya.fingerprint("TS0601", [
6044+
"_TZE200_clm4gdw4",
6045+
"_TZE200_2vfxweng",
6046+
"_TZE200_gnw1rril",
6047+
"_TZE204_ycke4deo",
6048+
"_TZE284_koxaopnk",
6049+
"_TZE284_clm4gdw4",
6050+
]),
60446051
model: "TS0601_cover_10",
60456052
vendor: "Tuya",
60466053
description: "Cover motor",

0 commit comments

Comments
 (0)