Skip to content

Commit

Permalink
feat: Support power_on_behavoir for LELLKI WP33-EU/WP34-EU Koenkk/z…
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 20, 2023
1 parent d130166 commit f6aaa87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/devices/lellki.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const definitions: Definition[] = [
model: 'WP33-EU/WP34-EU',
vendor: 'LELLKI',
description: 'Multiprise with 4 AC outlets and 2 USB super charging ports (16A)',
toZigbee: [tuya.tz.power_on_behavior_2],
fromZigbee: [tuya.fz.power_on_behavior_2],
exposes: [e.power_on_behavior()],
extend: [onOff({endpoints: {l1: 1, l2: 2, l3: 3, l4: 4, l5: 5}, powerOnBehavior: false})],
},
{
Expand Down

0 comments on commit f6aaa87

Please sign in to comment.