rust_lum/spectacle.yml

70 lines
1.5 KiB
YAML
Raw Normal View History

- name : toto
mac_addresses :
- C9:81:9C:BA:53:BC
sequence:
# - pattern:
# type: Blink
# fade:
# current_iteration: 10
# nbr_iterations: 20
# begin_color: &black
# red: 0
# green: 0
# blue: 0
# end_color: &purple
# red: 255
# green: 0
# blue: 255
# max_iteration: 10
# period: 50
2022-03-11 18:43:48 +01:00
- pattern:
type: Rain
color: &blue
red: 0
green: 0
blue: 255
background_color: &black
red: 0
2022-03-12 20:45:27 +01:00
green: 255
2022-03-11 18:43:48 +01:00
blue: 0
stability: 10
lines: 5
period: 200
- pattern:
type: Fade
2022-03-11 18:43:48 +01:00
steps: 20
2022-03-11 12:40:12 +01:00
begin_color: &red
red: 255
green: 0
blue: 0
2022-03-11 18:43:48 +01:00
end_color: *blue
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
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:
2022-03-12 20:45:27 +01:00
- pattern:
2022-03-12 21:20:55 +01:00
type: RingScanner
color: *green
ring_size: 4
2022-03-12 20:45:27 +01:00
max_iteration : 50
period: 100
- pattern:
type: Rainbow
max_iteration: 200
period: 10
- pattern:
2022-03-11 18:43:48 +01:00
type: Scanner
color: *blue
2022-03-11 12:40:12 +01:00
period: 100