Skip to content

Commit

Permalink
fix: BHI-US: Add missing expose of button actions (#7679)
Browse files Browse the repository at this point in the history
  • Loading branch information
mldytech authored Jun 24, 2024
1 parent f65c5b5 commit 15ac786
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/devices/bosch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1897,6 +1897,19 @@ const definitions: Definition[] = [
e.text('config_led_bottom_right_longpress', ea.ALL).withLabel('LED config (bottom right long press)')
.withDescription(labelLongPress)
.withCategory('config'),
e.action([
'button_top_left_release',
'button_top_right_release',
'button_bottom_left_release',
'button_bottom_right_release',
'button_top_left_longpress',
'button_top_right_longpress',
'button_bottom_left_longpress',
'button_bottom_right_longpress',
'button_top_left_longpress_release',
'button_top_right_longpress_release',
'button_bottom_left_longpress_release',
'button_bottom_right_longpress_release']),
],
extend: [
deviceAddCustomCluster(
Expand Down

0 comments on commit 15ac786

Please sign in to comment.