You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But there seems to be an error in new hue dimmer converter (PR #323)
Button-press events are not reported immediately but after multiple_press_timeout (default 250ms)
Example: set multiple_press_timeout to 5 seconds and press a button. No events at first, button-press and Button-release will both fire after 5 seconds. (if you press a button, and right after another button, events for first button will fire immediately)
This also explains the additional input delay since new converter.
Press events should be reported immediately in my opinion, else the remote will always feel like slow response..
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@ugrug First: Thanks for enhanced functionality
But there seems to be an error in new hue dimmer converter (PR #323)
Button-press events are not reported immediately but after multiple_press_timeout (default 250ms)
Example: set multiple_press_timeout to 5 seconds and press a button. No events at first, button-press and Button-release will both fire after 5 seconds. (if you press a button, and right after another button, events for first button will fire immediately)
This also explains the additional input delay since new converter.
Press events should be reported immediately in my opinion, else the remote will always feel like slow response..
The text was updated successfully, but these errors were encountered: