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

Update vacuum doc to actual lib output #676

Merged
merged 2 commits into from
Apr 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 14 additions & 7 deletions docs/vacuum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Status reporting

::

$ mirobo
$ mirobo --ip <Vacuum IP> --token <Token>
State: Charging
Battery: 100
Fanspeed: 60
Cleaning since: 0:00:00
Cleaned area: 0.0 m²
Water box attached: False

Start cleaning
~~~~~~~~~~~~~~

Expand Down Expand Up @@ -62,8 +62,11 @@ State of consumables
::

$ mirobo consumables
main: 9:24:48, side: 9:24:48, filter: 9:24:48, sensor dirty: 1:27:12

Main brush: 2 days, 16:14:00 (left 9 days, 19:46:00)
Side brush: 2 days, 16:14:00 (left 5 days, 15:46:00)
Filter: 2 days, 16:14:00 (left 3 days, 13:46:00)
Sensor dirty: 2:37:48 (left 1 day, 3:22:12)

Schedule information
~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -118,14 +121,13 @@ Cleaning history

$ mirobo cleaning-history
Total clean count: 43
Clean #0: 2017-03-05 19:09:40-2017-03-05 19:09:50 (complete: False, unknown: 0)
Clean #0: 2017-03-05 19:09:40-2017-03-05 19:09:50 (complete: False, error: No error)
Area cleaned: 0.0 m²
Duration: (0:00:00)
Clean #1: 2017-03-05 16:17:52-2017-03-05 17:14:59 (complete: False, unknown: 0)
Clean #1: 2017-03-05 16:17:52-2017-03-05 17:14:59 (complete: False, error: No error)
Area cleaned: 32.16 m²
Duration: (0:23:54)


Sounds
~~~~~~

Expand Down Expand Up @@ -189,6 +191,11 @@ and updating from an URL requires you to pass the md5 hash of the file.

DND functionality
~~~~~~~~~~~~~~~~~
To get current status:

::

mirobo dnd

To disable:

Expand Down