change constant names for rollershutter services

This commit is contained in:
sfam 2015-12-02 12:16:13 +00:00
parent 21ee621aec
commit c3f0d618be

View File

@ -143,8 +143,8 @@ SERVICE_ALARM_TRIGGER = "alarm_trigger"
SERVICE_LOCK = "lock"
SERVICE_UNLOCK = "unlock"
SERVICE_OPEN = 'open'
SERVICE_CLOSE = 'close'
SERVICE_MOVE_UP = 'move_up'
SERVICE_MOVE_DOWN = 'move_down'
SERVICE_STOP = 'stop'
# #### API / REMOTE ####