Skip to content

Commit

Permalink
fix(detect): Detect _TZ3210_3mpwqzuu as Tuya TS110E_2gang_2 (#8228)
Browse files Browse the repository at this point in the history
* Detect _TZ3210_3mpwqzuu as TS110E_2gang_2

* fix formating

* lint

---------

Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
RoGu777 and Koenkk authored Oct 31, 2024
1 parent 2119cb0 commit e8c01b5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8626,10 +8626,7 @@ const definitions: DefinitionWithExtend[] = [
},
},
{
fingerprint: [
{modelID: 'TS110E', manufacturerName: '_TZ3210_wdexaypg'},
{modelID: 'TS110E', manufacturerName: '_TZ3210_3mpwqzuu'},
],
fingerprint: [{modelID: 'TS110E', manufacturerName: '_TZ3210_wdexaypg'}],
model: 'TS110E_2gang_1',
vendor: 'Tuya',
description: '2 channel dimmer',
Expand All @@ -8651,7 +8648,7 @@ const definitions: DefinitionWithExtend[] = [
],
},
{
fingerprint: tuya.fingerprint('TS110E', ['_TZ3210_pagajpog', '_TZ3210_4ubylghk', '_TZ3210_vfwhhldz']),
fingerprint: tuya.fingerprint('TS110E', ['_TZ3210_pagajpog', '_TZ3210_4ubylghk', '_TZ3210_vfwhhldz', '_TZ3210_3mpwqzuu']),
model: 'TS110E_2gang_2',
vendor: 'Tuya',
description: '2 channel dimmer',
Expand Down

0 comments on commit e8c01b5

Please sign in to comment.