add stop and locate commands

This commit is contained in:
rikman122
2021-06-17 11:46:07 +02:00
parent 77380992cb
commit 0f3ad66849
3 changed files with 20 additions and 5 deletions

View File

@@ -53,8 +53,10 @@ CONF_FAN_SPEED_DP = "fan_speed_dp"
CONF_FAN_SPEEDS = "fan_speeds"
CONF_CLEAN_TIME_DP = "clean_time_dp"
CONF_CLEAN_AREA_DP = "clean_area_dp"
CONF_LOCATE_DP = "locate_dp"
CONF_PAUSED_STATE = "paused_state"
CONF_RETURN_MODE = "return_mode"
CONF_STOP_STATUS = "stop_status"
DATA_DISCOVERY = "discovery"