-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow changing level or tilt while blind is moving (#1549)
* Allow changing level or tilt while blind is moving * Rename _transmit_position to _send_level * Do not send use_command_queue explicitly * Fix empty_queue * Reproduce race condition better in test case Previously, the test case would succeed even when a command queue was being used. Since that leads to bugs on a real CCU (where the time for sending a command is not negligible), this commit introduces a similar communication delay to the test. At the same time, this allows us to reduce the number of iterations that this test needs to run in order to be reasonably sure that a race condition is absent. * Pass collector argument --------- Co-authored-by: SukramJ <[email protected]>
- Loading branch information
Showing
2 changed files
with
127 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters