Skip to content

Commit

Permalink
Update vacuum doc to actual lib output (rytilahti#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckesc authored and xvlady committed May 9, 2021
1 parent 5c37ecd commit 4881073
Showing 1 changed file with 14 additions and 7 deletions.
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

0 comments on commit 4881073

Please sign in to comment.