Skip to content

Commit

Permalink
fix: Fix some TuYa TS011F detected incorrectly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 5, 2023
1 parent 93ea5da commit d5958a5
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 @@ -4820,7 +4820,7 @@ const definitions: Definition[] = [

// TS011F
{
fingerprint: tuya.fingerprint('TS01FF', ['_TZ3000_8fdayfch', '_TZ3000_1hwjutgo', '_TZ3000_lnggrqqi', '_TZ3000_tvuarksa']),
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_8fdayfch', '_TZ3000_1hwjutgo', '_TZ3000_lnggrqqi', '_TZ3000_tvuarksa']),
model: 'TS011F_1',
vendor: 'TuYa',
description: 'Switch',
Expand All @@ -4832,7 +4832,7 @@ const definitions: Definition[] = [
],
},
{
fingerprint: tuya.fingerprint('TS01FF', ['_TZ3000_rqbjepe8']),
fingerprint: tuya.fingerprint('TS011F', ['_TZ3000_rqbjepe8']),
model: 'TS011F_4',
description: '2 gang plug',
vendor: 'TuYa',
Expand Down

0 comments on commit d5958a5

Please sign in to comment.