'sisyphus_brightness_10': alias: sisyphus_brightness_10 sequence: - data: command: set_brightness value: '0.1' service: rest_command.sisyphus 'sisyphus_sleep': alias: sisyphus_sleep sequence: - data: command: sleep_sisbot value: '1' service: rest_command.sisyphus 'sisyphus_wake': alias: sisyphus_wake sequence: - data: command: wake_sisbot value: '1' service: rest_command.sisyphus 'sisyphus_brightness_100': alias: sisyphus_brightness_100 sequence: - data: command: set_brightness value: '1' service: rest_command.sisyphus 'sisyphus_pause': alias: sisyphus_pause sequence: - data: command: pause value: '1' service: rest_command.sisyphus 'sisyphus_resume': alias: sisyphus_resume sequence: - data: command: play value: '1' service: rest_command.sisyphus 'sisyphus_speed_10': alias: sisyphus_speed_10 sequence: - data: command: set_speed value: '0.1' service: rest_command.sisyphus 'sisyphus_speed_100': alias: sisyphus_speed_100 sequence: - data: command: set_speed value: '1' service: rest_command.sisyphus 'sisyphus_set_autodim': alias: sisyphus_set_autodim sequence: - data: command: set_autodim value: 'true' service: rest_command.sisyphus 'sisyphus_set_autodim_off': alias: sisyphus_set_autodim_off sequence: - data: command: set_autodim value: 'false' service: rest_command.sisyphus 'sisyphus_loop': alias: sisyphus_loop sequence: - data: command: set_loop value: 'true' service: rest_command.sisyphus 'sisyphus_loop_off': alias: sisyphus_loop_off sequence: - data: command: set_loop value: 'false' service: rest_command.sisyphus 'sisyphus_shuffle': alias: sisyphus_shuffle sequence: - data: command: set_shuffle value: 'true' service: rest_command.sisyphus 'sisyphus_shuffle_off': alias: sisyphus_shuffle_off sequence: - data: command: set_shuffle value: 'false' service: rest_command.sisyphus