Skip to content

Commit

Permalink
fix(ignore): Fix fingerprint.modelID for E2006 (#7728)
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Jul 3, 2024
1 parent 9b6f729 commit 4a97f4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/devices/ikea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,9 @@ const definitions: Definition[] = [
model: 'E2007',
vendor: 'IKEA',
description: 'STARKVIND air purifier',
whiteLabel: [{vendor: 'IKEA', model: 'E2006', description: 'STARKVIND air purifier table', fingerprint: [{modelID: 'E2006'}]}],
whiteLabel: [
{vendor: 'IKEA', model: 'E2006', description: 'STARKVIND air purifier table', fingerprint: [{modelID: 'STARKVIND Air purifier table'}]},
],
extend: [addCustomClusterManuSpecificIkeaUnknown(), addCustomClusterManuSpecificIkeaAirPurifier(), ikeaAirPurifier(), identify(), ikeaOta()],
},
{
Expand Down

0 comments on commit 4a97f4f

Please sign in to comment.