Skip to content

Commit

Permalink
feat: Added levelConfig to MEG5126-0300/MEG5172-0000 (#7395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailik committed Apr 13, 2024
1 parent 13afed5 commit 8ca9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/schneider_electric.ts
Expand Up @@ -714,7 +714,7 @@ const definitions: Definition[] = [
],
extend: [
deviceEndpoints({endpoints: {'left': 4, 'right': 3, 'left_btn': 22, 'right_btn': 21}}),
light({endpointNames: ['left', 'right'], configureReporting: true}),
light({endpointNames: ['left', 'right'], configureReporting: true, levelConfig: {}}),
switchActions('left_btn'), switchActions('right_btn'), indicatorMode('left_btn'),
],
},
Expand Down

0 comments on commit 8ca9dd8

Please sign in to comment.