Skip to content

Commit

Permalink
Update legrand.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sangecz authored Oct 7, 2023
1 parent f4328c8 commit aa834b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/legrand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ const definitions: Definition[] = [
const endpointRight = device.getEndpoint(1);
await reporting.bind(endpointRight, coordinatorEndpoint, ['genOnOff', 'genBinaryInput', 'lightingBallastCfg']);
await reporting.brightness(endpointRight);
await reporting.Onff(endpointRight);
await reporting.onOff(endpointRight);
},
endpoint: (device) => {
return {left: 2, right: 1};
Expand Down

0 comments on commit aa834b2

Please sign in to comment.