diff --git a/src/devices/legrand.ts b/src/devices/legrand.ts index 055b782f85b071..5853e5a17cca14 100644 --- a/src/devices/legrand.ts +++ b/src/devices/legrand.ts @@ -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};