Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_iuk8kupi as Tuya DCR-RQJ (#7906)
Browse files Browse the repository at this point in the history
* added _TZE204_iuk8kupi tuya

added _TZE204_iuk8kupi. It's propably same device like _TZE200_iuk8kupi. Only new revision

* Update tuya.ts
  • Loading branch information
shirou93 authored Aug 27, 2024
1 parent 8e3bb08 commit aa52bcd
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 @@ -10450,7 +10450,7 @@ const definitions: Definition[] = [
},
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_iuk8kupi']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_iuk8kupi', '_TZE204_iuk8kupi']),
model: 'DCR-RQJ',
vendor: 'Tuya',
description: 'Carbon monoxide sensor gas leak detector',
Expand Down

0 comments on commit aa52bcd

Please sign in to comment.