Skip to content

Commit

Permalink
Add state "idle not docked"
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Nov 23, 2019
1 parent fe229e4 commit 85fbfb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miio/viomivacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ViomiVacuumSpeed(Enum):


class ViomiVacuumState(Enum):
IdleNotDocked = 0
Idle = 1
Idle2 = 2
Cleaning = 3
Expand Down

0 comments on commit 85fbfb5

Please sign in to comment.