Skip to content

Commit

Permalink
fix(detect): Detect variant of Eco-dim.05 correctly (#7902)
Browse files Browse the repository at this point in the history
  • Loading branch information
henkery authored Aug 27, 2024
1 parent a9ee942 commit ca6dcac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/devices/ecodim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ const definitions: Definition[] = [
{ID: 242, profileID: 41440, inputClusters: [], outputClusters: [33]},
],
},
{
type: 'Router',
manufacturerName: 'EcoDim BV',
modelID: 'Eco-Dim.05 Zigbee',
endpoints: [
{ID: 1, profileID: 260, inputClusters: [0, 3, 4, 5, 6, 8, 4096], outputClusters: [25]},
{ID: 2, profileID: 260, inputClusters: [0, 3, 4, 5, 6, 8, 4096], outputClusters: [25]},
{ID: 242, profileID: 41440, inputClusters: [], outputClusters: [33]},
],
},
],
model: 'Eco-Dim.05',
vendor: 'EcoDim',
Expand Down

0 comments on commit ca6dcac

Please sign in to comment.