Cover refactoring: introduced parameter positioning_type = [none/yes/fake]

This commit is contained in:
rospogrigio
2020-09-30 17:42:44 +02:00
committed by rospogrigio
parent 440ca2c90d
commit e1594bf474
3 changed files with 73 additions and 44 deletions

View File

@@ -17,6 +17,13 @@ CONF_VOLTAGE = "voltage"
CONF_OPEN_CMD = "open_cmd"
CONF_CLOSE_CMD = "close_cmd"
CONF_STOP_CMD = "stop_cmd"
CONF_POSITIONING_MODE = "positioning_mode"
CONF_CURRPOS = "currpos_dps"
CONF_SETPOS = "setpos_dps"
CONF_MODE_NONE = "none"
CONF_MODE_YES = "yes"
CONF_MODE_FAKE = "fake"
CONF_SPAN_TIME = "span_time"
# sensor
CONF_SCALING = "scaling"