Skip to content

Commit

Permalink
fix: Fix Tuya TS011F_2_gang_power not controllable Koenkk/zigbee2mqtt…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 22, 2024
1 parent 6f8ab95 commit 5140e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/tuya.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3191,7 +3191,7 @@ const definitions: DefinitionWithExtend[] = [
description: '2 gang socket with power monitoring and USB',
extend: [
deviceEndpoints({endpoints: {left: 1, right: 2}, multiEndpointSkip: ['current', 'voltage', 'power', 'energy']}),
onOff({powerOnBehavior: false, endpointNames: ['l1', 'l2']}),
onOff({powerOnBehavior: false, endpointNames: ['left', 'right']}),
identify(),
electricityMeter(),
],
Expand Down

0 comments on commit 5140e0d

Please sign in to comment.