Skip to content

Commit

Permalink
fix: Fix TuYa TS011F_1 and TS011F_4 not detected Koenkk/zigbee2mqtt#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 3, 2023
1 parent 99a25f8 commit 7452dc1
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 @@ -4810,7 +4810,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 @@ -4822,7 +4822,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 7452dc1

Please sign in to comment.