2022-03-09 15:53:42 +01:00
|
|
|
- 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
|
2022-03-09 15:53:42 +01:00
|
|
|
- pattern:
|
|
|
|
type: Fade
|
|
|
|
nbr_iterations: 20
|
2022-03-11 12:40:12 +01:00
|
|
|
begin_color: &red
|
2022-03-09 15:53:42 +01:00
|
|
|
red: 255
|
|
|
|
green: 0
|
|
|
|
blue: 0
|
2022-03-11 12:40:12 +01:00
|
|
|
end_color: &blue
|
2022-03-09 15:53:42 +01:00
|
|
|
red: 0
|
|
|
|
green: 0
|
|
|
|
blue: 255
|
2022-03-11 12:40:12 +01:00
|
|
|
period: 200
|
2022-03-09 15:53:42 +01:00
|
|
|
- pattern:
|
|
|
|
type: ColorWipe
|
|
|
|
max_iteration: 25
|
2022-03-11 12:40:12 +01:00
|
|
|
color: &green
|
2022-03-09 15:53:42 +01:00
|
|
|
red: 0
|
|
|
|
green: 255
|
|
|
|
blue: 0
|
2022-03-11 12:40:12 +01:00
|
|
|
background_color: *purple
|
|
|
|
period: 100
|
2022-03-09 15:53:42 +01:00
|
|
|
- pattern:
|
|
|
|
type: FillRandom
|
2022-03-11 12:40:12 +01:00
|
|
|
color: *blue
|
2022-03-09 15:53:42 +01:00
|
|
|
stability: 40
|
2022-03-11 12:40:12 +01:00
|
|
|
period: 80
|
2022-03-09 15:53:42 +01:00
|
|
|
- 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
|
2022-03-09 15:53:42 +01:00
|
|
|
- pattern:
|
|
|
|
type: Rainbow
|
2022-03-11 12:40:12 +01:00
|
|
|
period: 100
|