Skip to content

Commit

Permalink
hide dnd status from regular status message, fixes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Jul 6, 2017
1 parent 9a86847 commit 72f29b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirobo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def status(vac):
click.echo("Fanspeed: %s %%" % res.fanspeed)
click.echo("Cleaning since: %s" % res.clean_time)
click.echo("Cleaned area: %s m²" % res.clean_area)
click.echo("DND enabled: %s" % res.dnd)
# click.echo("DND enabled: %s" % res.dnd)
# click.echo("Map present: %s" % res.map)
# click.echo("in_cleaning: %s" % res.in_cleaning)

Expand Down

0 comments on commit 72f29b6

Please sign in to comment.