Skip to content

Commit

Permalink
fix: Add missing actions for Philips Hue Tap (8718696743133) (#8633)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen Kanters <[email protected]>
  • Loading branch information
dieneuser and Koenkk authored Jan 19, 2025
1 parent 6e09825 commit 7643376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/philips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3218,7 +3218,7 @@ const definitions: DefinitionWithExtend[] = [
description: 'Hue tap',
fromZigbee: [fz.hue_tap],
toZigbee: [],
exposes: [e.action(['press_1', 'press_2', 'press_3', 'press_4'])],
exposes: [e.action(['press_1', 'press_2', 'press_3', 'press_4', 'press_1_and_2', 'release_1_and_2', 'press_3_and_4', 'release_3_and_4'])],
},
{
zigbeeModel: ['LCA005'],
Expand Down

0 comments on commit 7643376

Please sign in to comment.