Skip to content

Commit

Permalink
feat: Expose action_group for paul neuhaus q-remote (#6863)
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Jan 8, 2024
1 parent 2c08cdc commit 2b640b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/paul_neuhaus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const definitions: Definition[] = [
fz.tint_scene, fz.command_recall],
exposes: [e.action(['on', 'off', 'toggle', 'brightness_step_up', 'brightness_step_down', 'color_temperature_move', 'color_move',
'brightness_stop', 'brightness_move_up', 'brightness_move_down', 'color_loop_set', 'enhanced_move_to_hue_and_saturation',
'recall_*', 'scene_*'])],
'recall_*', 'scene_*']), e.action_group()],
toZigbee: [],
},
{
Expand Down

0 comments on commit 2b640b7

Please sign in to comment.