rust_lum/spectacle.yml

61 lines
1.4 KiB
YAML
Raw Normal View History

- name : toto
mac_addresses :
- C9:81:9C:BA:53:BC
sequence:
2022-03-10 09:54:02 +01:00
- pattern:
type: Blink
fade:
current_iteration: 10
nbr_iterations: 20
2022-03-11 12:40:12 +01:00
begin_color: &black
2022-03-10 09:54:02 +01:00
red: 0
green: 0
blue: 0
2022-03-11 12:40:12 +01:00
end_color: &purple
2022-03-10 09:54:02 +01:00
red: 255
green: 0
blue: 255
max_iteration: 10
2022-03-11 12:40:12 +01:00
period: 50
- pattern:
type: Fade
nbr_iterations: 20
2022-03-11 12:40:12 +01:00
begin_color: &red
red: 255
green: 0
blue: 0
2022-03-11 12:40:12 +01:00
end_color: &blue
red: 0
green: 0
blue: 255
2022-03-11 12:40:12 +01:00
period: 200
- pattern:
type: ColorWipe
max_iteration: 25
2022-03-11 12:40:12 +01:00
color: &green
red: 0
green: 255
blue: 0
2022-03-11 12:40:12 +01:00
background_color: *purple
period: 100
- pattern:
type: FillRandom
2022-03-11 12:40:12 +01:00
color: *blue
stability: 40
2022-03-11 12:40:12 +01:00
period: 80
- name: titi
sequence:
- pattern:
2022-03-10 09:54:02 +01:00
type: Blink
fade :
nbr_iterations: 20
2022-03-11 12:40:12 +01:00
begin_color: *black
end_color: &cyan
2022-03-10 09:54:02 +01:00
red: 0
green: 255
blue: 255
max_iteration : 10
2022-03-11 12:40:12 +01:00
period: 50
- pattern:
type: Rainbow
2022-03-11 12:40:12 +01:00
period: 100