Skip to content
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

Merged
merged 36 commits into from
May 23, 2022

Commits on Mar 13, 2022

  1. Configuration menu
    Copy the full SHA
    4e63252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e8f278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e21387c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    469cc89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2db536c View commit details
    Browse the repository at this point in the history
  6. Formatting by black

    2pirko committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    05a6ea1 View commit details
    Browse the repository at this point in the history
  7. import isort

    2pirko committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    2db26f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    7723bfa View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    2dd5e61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c354dd4 View commit details
    Browse the repository at this point in the history
  3. Fixed isort

    2pirko committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    dc1ccfa View commit details
    Browse the repository at this point in the history
  4. Removing unnecessary pass

    2pirko committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    5ba5374 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    866e856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f7c5da View commit details
    Browse the repository at this point in the history
  3. Unit test fixed

    2pirko committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    c25552f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4910920 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    4ce7c75 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    c5ad8c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    1ac8138 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01406ea View commit details
    Browse the repository at this point in the history
  3. Added two methods into VacuumInterface:

    - fan_speed_presets()
    - set_fan_speed_preset(speed)
    2pirko committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    af8fffb View commit details
    Browse the repository at this point in the history
  4. Added vacuum unit test

    2pirko committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    580b94f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into vacuum_interface_fan_speed_presets

    # Conflicts:
    #	miio/interfaces/vacuuminterface.py
    2pirko committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ccad8fb View commit details
    Browse the repository at this point in the history
  6. Fixed python 3.10

    2pirko committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a3a8ee0 View commit details
    Browse the repository at this point in the history
  7. Imporved test coverage

    2pirko committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    f7065e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebdd15f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ec88b0 View commit details
    Browse the repository at this point in the history
  10. unit test simplification

    2pirko committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3da873d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Feedback from PR

    2pirko committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    74f8452 View commit details
    Browse the repository at this point in the history
  2. Minor DOCS improvement

    2pirko committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    3465302 View commit details
    Browse the repository at this point in the history
  3. Minor docs update

    2pirko committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    410f5e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Feedback from PR

    2pirko committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5db1b58 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    8c52d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7cc703 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    c7ebce0 View commit details
    Browse the repository at this point in the history
  2. Rework docstrings

    rytilahti committed May 23, 2022
    Configuration menu
    Copy the full SHA
    372702a View commit details
    Browse the repository at this point in the history