Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_n9ctkb6j as TuYa TS0601_dimmer_1 (#6861)
Browse files Browse the repository at this point in the history
* add support for tuya dimmer. _TZE204_n9ctkb6j

* Update tuya.ts

---------

Co-authored-by: master_gt <mastergt@tagan.ru>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
3 people committed Jan 8, 2024
1 parent 2b640b7 commit ff2c3ed
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 @@ -1307,7 +1307,7 @@ const definitions: Definition[] = [
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_ip2akl4w', '_TZE200_1agwnems', '_TZE200_la2c2uo9', '_TZE200_579lguh2',
'_TZE200_vucankjx', '_TZE200_4mh6tyyo', '_TZE204_hlx9tnzb']),
'_TZE200_vucankjx', '_TZE200_4mh6tyyo', '_TZE204_hlx9tnzb', '_TZE204_n9ctkb6j']),
model: 'TS0601_dimmer_1',
vendor: 'TuYa',
description: '1 gang smart dimmer',
Expand Down

0 comments on commit ff2c3ed

Please sign in to comment.