Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_ya4ft0w4 as Tuya ZY-M100-24G wall mount…
Browse files Browse the repository at this point in the history
…ed variant (#8352)
  • Loading branch information
kriskbx authored Nov 21, 2024
1 parent 8e3d26e commit 237923b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10693,7 +10693,7 @@ const definitions: DefinitionWithExtend[] = [
},
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_ya4ft0w4']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE204_ya4ft0w4', '_TZE200_ya4ft0w4']),
model: 'ZY-M100-24GV3',
vendor: 'Tuya',
description: '24G MmWave radar human presence motion sensor(added distance switch)',
Expand Down

0 comments on commit 237923b

Please sign in to comment.