Skip to content

Commit 3976c8d

Browse files
committed
fix(detect): Detect _TZE200_clrdrnya as Tuya MTG235-ZB-RL Koenkk/zigbee2mqtt#25712
1 parent d595176 commit 3976c8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/devices/tuya.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -9069,7 +9069,7 @@ export const definitions: DefinitionWithExtend[] = [
90699069
whiteLabel: [tuya.whitelabel("iHseno", "TY_24G_Sensor_V2", "Human presence sensor 24G", ["_TZE204_ztqnh5cg"])],
90709070
},
90719071
{
9072-
fingerprint: tuya.fingerprint("TS0601", ["_TZE204_laokfqwu", "_TZE200_clrdrnya"]),
9072+
fingerprint: tuya.fingerprint("TS0601", ["_TZE204_laokfqwu"]),
90739073
model: "WZ-M100",
90749074
vendor: "Wenzhi",
90759075
description: "Human presence sensor",
@@ -12534,6 +12534,7 @@ export const definitions: DefinitionWithExtend[] = [
1253412534
"_TZE200_mp902om5",
1253512535
"_TZE204_pfayrzcw",
1253612536
"_TZE284_4qznlkbu",
12537+
"_TZE200_clrdrnya",
1253712538
"_TZE200_sbyx0lm6",
1253812539
]),
1253912540
model: "MTG075-ZB-RL",
@@ -12542,7 +12543,7 @@ export const definitions: DefinitionWithExtend[] = [
1254212543
whiteLabel: [
1254312544
tuya.whitelabel("Tuya", "MTG275-ZB-RL", "2.4G/5.8G MmWave radar human presence motion sensor", ["_TZE204_dtzziy1e"]),
1254412545
tuya.whitelabel("Tuya", "MTG035-ZB-RL", "Human presence sensor with relay", ["_TZE204_pfayrzcw"]),
12545-
tuya.whitelabel("Tuya", "MTG235-ZB-RL", "24G Human presence sensor with relay", ["_TZE204_clrdrnya"]),
12546+
tuya.whitelabel("Tuya", "MTG235-ZB-RL", "24G Human presence sensor with relay", ["_TZE204_clrdrnya", "_TZE200_clrdrnya"]),
1254612547
tuya.whitelabel("QA", "QASZ24R", "mmWave 24 Ghz sensor with relay", ["_TZE284_4qznlkbu"]),
1254712548
],
1254812549
configure: tuya.configureMagicPacket,

0 commit comments

Comments
 (0)