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
ControllerX allows release_delay attribute which is a boolean type. If true, it adds a delay of 100ms to release actions. There is no way to tweak this value.
Describe the solution / feature you'd like
Instead of defining a boolean type, release_delay could be directly the value to delay on release actions.
I just released a beta version v4.21.0b0 with the changes mention in this ticket.
You can download from HACS enabling beta versions on ControllerX. Please, let me know if you find any problems. I will be releasing the non-beta version next week or the next.
Feature Request
Is your feature request related to a problem?
ControllerX allows
release_delay
attribute which is a boolean type. If true, it adds a delay of 100ms torelease
actions. There is no way to tweak this value.Describe the solution / feature you'd like
Instead of defining a boolean type,
release_delay
could be directly the value to delay on release actions.Additional context
related to #491 (#491 (comment))
The text was updated successfully, but these errors were encountered: