fruggy83 / openocean

27 stars 11 forks source link

Evaluate Second Action of Rocker Switches #111

Closed fruggy83 closed 2 years ago

fruggy83 commented 2 years ago

Currently RockerSwitches react only on single actions (one button press). RockerSwitches do not emit an event if a second action is pressed. The following PR already lets RockerSwitches listen to the second action. However it is not possible to distinguish between a single action or a second action. Even if two buttons are pressed it is treated as a single action. So the following options are missing:

fruggy83 commented 2 years ago
fruggy83 commented 2 years ago

Merged by https://github.com/openhab/openhab-addons/pull/10769