Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_znvwzxkq as Zemismart ZN2S-RS3E-DH Koen…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed May 4, 2024
1 parent 8fe5f3f commit d604f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ const definitions: Definition[] = [
],
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_vm1gyrso', '_TZE204_1v1dxkck']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_vm1gyrso', '_TZE204_1v1dxkck', '_TZE204_znvwzxkq']),
model: 'TS0601_dimmer_3',
vendor: 'TuYa',
description: '3 gang smart dimmer',
Expand Down Expand Up @@ -1922,6 +1922,7 @@ const definitions: Definition[] = [
whiteLabel: [
{vendor: 'Moes', model: 'ZS-EUD_3gang'},
tuya.whitelabel('Moes', 'ZS-SR-EUD-3', 'Star ring smart dimmer switch 3 gangs', ['_TZE204_1v1dxkck']),
tuya.whitelabel('Zemismart', 'ZN2S-RS3E-DH', '3 gang dimmer', ['_TZE204_znvwzxkq']),
],
},
{
Expand Down

0 comments on commit d604f89

Please sign in to comment.