Skip to content

Commit

Permalink
fix: Disable power_on_behaviour for Schneider Electric MEG5126-0300 (
Browse files Browse the repository at this point in the history
…#8719)

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
senna1992 and Koenkk authored Feb 3, 2025
1 parent 5313dae commit 4cd9699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/schneider_electric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ const definitions: DefinitionWithExtend[] = [
model: 'MEG5126-0300',
vendor: 'Schneider Electric',
description: 'Merten MEG5165 PlusLink relais insert with Merten Wiser System M push button (2fold)',
extend: [m.deviceEndpoints({endpoints: {l1: 1, l2: 2}}), m.onOff({endpointNames: ['l1', 'l2']})],
extend: [m.deviceEndpoints({endpoints: {l1: 1, l2: 2}}), m.onOff({endpointNames: ['l1', 'l2'], powerOnBehavior: false})],
},
{
zigbeeModel: ['EH-ZB-VACT'],
Expand Down

0 comments on commit 4cd9699

Please sign in to comment.