forked from github.com/eufy_robovac
Timed operations lock out interactions until timer exits #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a time is specified with
-t or --time, the device is locked until that timer finishes. This is because a connection to the device is made and is only destroyed once the timer has completed. Recommend to change the program to create/destroy connections as needed instead of keeping the connection open for however long the program runs.