Skip to content

Commit

Permalink
fix: Fix Eco-Dim.07/Eco-Dim.10 not detected as supported Koenkk/zigbe…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 2, 2023
1 parent 0dddb8b commit aa8bc2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/ecodim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const definitions: Definition[] = [
{
fingerprint: [
{type: 'Router', manufacturerName: 'EcoDim BV', modelID: 'Dimmer-Switch-ZB3.0'},
{type: 'Router', manufacturerName: 'EcoDim B.V', modelID: 'Dimmer-Switch-ZB3.0'},
{type: 'Router', manufacturerName: 'EcoDim BV', modelID: 'EcoDim-Zigbee 3.0', endpoints: [
{ID: 1, profileID: 260, deviceID: 257, inputClusters: [0, 3, 4, 5, 6, 8, 2821, 4096], outputClusters: [25]},
{ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33]},
Expand Down

0 comments on commit aa8bc2b

Please sign in to comment.