Adding RETURNING to ATTR_STATUS #1
This commit is contained in:
parent
30291b7337
commit
230fca0f6f
@ -279,6 +279,8 @@ class VorwerkState:
|
|||||||
status = self._cleaning_status()
|
status = self._cleaning_status()
|
||||||
elif self.state == STATE_PAUSED:
|
elif self.state == STATE_PAUSED:
|
||||||
status = "Paused"
|
status = "Paused"
|
||||||
|
elif self.state == STATE_RETURNING:
|
||||||
|
status = "Returning"
|
||||||
|
|
||||||
return status
|
return status
|
||||||
|
|
||||||
|
2
const.py
2
const.py
@ -54,7 +54,7 @@ ROBOT_CLEANING_ACTIONS = [
|
|||||||
ROBOT_ACTION_SUSPENDED_CLEANING,
|
ROBOT_ACTION_SUSPENDED_CLEANING,
|
||||||
ROBOT_ACTION_MAP_CLEANING,
|
ROBOT_ACTION_MAP_CLEANING,
|
||||||
ROBOT_ACTION_EXPLORING_MAP,
|
ROBOT_ACTION_EXPLORING_MAP,
|
||||||
ROBOT_ACTION_SUSPENDED_EXPLORATION
|
ROBOT_ACTION_SUSPENDED_EXPLORATION,
|
||||||
]
|
]
|
||||||
|
|
||||||
ACTION = {
|
ACTION = {
|
||||||
|
Loading…
Reference in New Issue
Block a user