Skip to content

Commit

Permalink
fix(detect): Detect _TZE200_bdblidq3 as BSEED BSEED_TS0601_cover (#…
Browse files Browse the repository at this point in the history
…8054)

* bseed cover switch: add new manufacturer name to fingerprint

* fix incorrect push

* bseed cover switch: add new manufacturer name to fingerprint
  • Loading branch information
Piscator74 authored Oct 1, 2024
1 parent 13ca5a0 commit 0aa4e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/bseed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const definitions: DefinitionWithExtend[] = [
fingerprint: [
{modelID: 'TS0601', manufacturerName: '_TZE200_yenbr4om'},
{modelID: 'TS0601', manufacturerName: '_TZE204_bdblidq3'},
{modelID: 'TS0601', manufacturerName: '_TZE200_bdblidq3'},
],
model: 'BSEED_TS0601_cover',
vendor: 'BSEED',
Expand Down

0 comments on commit 0aa4e12

Please sign in to comment.