Positioning mode changed from 'yes' to 'position'; removed 'stop' command configuration

This commit is contained in:
rospogrigio
2020-10-01 09:09:12 +02:00
committed by rospogrigio
parent e0b1cf54fd
commit ee853ddb83
3 changed files with 11 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ CONF_POSITIONING_MODE = "positioning_mode"
CONF_CURRPOS = "currpos_dps"
CONF_SETPOS = "setpos_dps"
CONF_MODE_NONE = "none"
CONF_MODE_YES = "yes"
CONF_MODE_POSITION = "position"
CONF_MODE_FAKE = "fake"
CONF_SPAN_TIME = "span_time"