Skip to content

Commit

Permalink
fix(detect): Detect _TZE204_lawxy9e2 as Tuya TS0601_fan_5_levels_an…
Browse files Browse the repository at this point in the history
…d_light_switch (#7861)
  • Loading branch information
RafaelDiasCampos authored Aug 27, 2024
1 parent ca4cfcb commit 0fec9a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8215,7 +8215,7 @@ const definitions: Definition[] = [
whiteLabel: [{vendor: 'Lerlink', model: 'T2-Z67/T2-W67'}],
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_hmqzfqml', '_TZE200_qanl25yu', '_TZE204_lawxy9e2']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_hmqzfqml', '_TZE200_qanl25yu']),
model: 'TS0601_fan_and_light_switch',
vendor: 'Tuya',
description: 'Fan & light switch',
Expand All @@ -8239,7 +8239,7 @@ const definitions: Definition[] = [
whiteLabel: [{vendor: 'Liwokit', model: 'Fan+Light-01'}],
},
{
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_lawxy9e2']),
fingerprint: tuya.fingerprint('TS0601', ['_TZE200_lawxy9e2', '_TZE204_lawxy9e2']),
model: 'TS0601_fan_5_levels_and_light_switch',
vendor: 'Tuya',
description: 'Fan with 5 levels & light switch',
Expand Down

0 comments on commit 0fec9a6

Please sign in to comment.