Skip to content

Commit

Permalink
fix: Fix Namron/Lightsolutions Eco-Dim.07/Eco-Dim.10 not recognised K…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jul 4, 2023
1 parent 6f45381 commit 06e4c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/ecodim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ 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: 'Lightsolutions', modelID: 'Dimmer-Switch-ZB3.0'},
{type: 'Router', manufacturerName: 'Namron AS', 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 06e4c15

Please sign in to comment.