Skip to content

Commit

Permalink
Fix ThirdReality long release trigger (#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
cure1245 authored Mar 22, 2024
1 parent d3d8850 commit 209cfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhaquirks/thirdreality/button.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ class Button(CustomDevice):
(DOUBLE_PRESS, DOUBLE_PRESS): {COMMAND: COMMAND_DOUBLE},
(SHORT_PRESS, SHORT_PRESS): {COMMAND: COMMAND_SINGLE},
(LONG_PRESS, LONG_PRESS): {COMMAND: COMMAND_HOLD},
(LONG_RELEASE, LONG_RELEASE): {COMMAND: COMMAND_HOLD},
(LONG_RELEASE, LONG_RELEASE): {COMMAND: COMMAND_RELEASE},
}

0 comments on commit 209cfca

Please sign in to comment.