-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoned cleanup start and stops imediately #355
Labels
Comments
try |
I'm having this same issue. Doing what @ciB89 suggests just leads to argument errors, as it's expecting 4 positional arguments, not an array. Did you make any progress? |
Yes, thank you :) |
I suppose this is now fixed, please reopen if that's not the case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to use miio from a python script in order to launch a zoned cleanup.
If i execute the command vac.zoned_clean(17800,21600,22700,25000,2), my vacuum starts a zoned cleanup and says "finished zoned cleanup, going back to the dock" after 2 seconds.
Other commands (clean, stop, dock ..) work well.
Is there anything else to do in order to initiate zoned cleanup ?
Regards
The text was updated successfully, but these errors were encountered: