-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
Add fan speed presets to VacuumInterface #1405
Add fan speed presets to VacuumInterface #1405
Conversation
- fan_speed_presets() - set_fan_speed_preset(speed)
# Conflicts: # miio/interfaces/vacuuminterface.py
Codecov Report
@@ Coverage Diff @@
## master #1405 +/- ##
==========================================
+ Coverage 84.18% 84.31% +0.13%
==========================================
Files 135 135
Lines 13348 13389 +41
Branches 1485 1493 +8
==========================================
+ Hits 11237 11289 +52
+ Misses 1900 1883 -17
- Partials 211 217 +6
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
@rytilahti , |
@rytilahti , ready to merge! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to go as soon as the conflict is fixed 👍
@rytilahti , it seems there is a new problem reported in code, which is not mine. Probably new pylint/flake8? |
Looks like that https://github.com/JBKahn/flake8-print suddenly changed the error code from T001 to T201 in those files. Feel free to change those |
@rytilahti , merge now? |
@rytilahti , I'm done with this pull request, you can merge it |
1 similar comment
@rytilahti , I'm done with this pull request, you can merge it |
@rytilahti , you can merge this pull request OR delete it. |
I updated the docstrings & tidied the PR a bit, I'll merge as soon as the tests pass. Thanks @2pirko! |
No description provided.