Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubl/Triple tap and Release #59

Open
evdev opened this issue Mar 3, 2023 · 1 comment
Open

Doubl/Triple tap and Release #59

evdev opened this issue Mar 3, 2023 · 1 comment

Comments

@evdev
Copy link

evdev commented Mar 3, 2023

The only actionable actions in the Button Controller app for the Red Switch (and I imagine some of the other Inovelli switches) are push and hold. Double and triple taps as well as well as release are not supported. Can you please update the driver so that these actions can be programmed in Button Controller and not just Rule Machine?

@apwelsh
Copy link
Contributor

apwelsh commented Mar 3, 2023

I vote against this. The switch already implements Central Scene. As such, double tap up is received as button two press and double tap down comes through as button two release. This is normal for central scene. The device driver is already busy enough. And although DoubleTappable is a capability, Tripple, Quadruple, etc are not. And there is no multi-tappable either, so implementing the tripple tap would require custom rules.
If anything, maybe creating child pushable buttons might work, but then that just becomes more complex than just using central scene with a button controller.
Just my thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants