6deb31836f
fix wrong multi devices selection add color section to simplify devices section
81 lines
1.6 KiB
YAML
81 lines
1.6 KiB
YAML
colors:
|
|
- &red
|
|
red: 255
|
|
green: 0
|
|
blue: 0
|
|
|
|
devices:
|
|
- name : toto
|
|
mac_addresses :
|
|
- C9:81:9C:BA:53:BC
|
|
sequence:
|
|
- pattern:
|
|
type: Rain
|
|
color: &blue
|
|
red: 0
|
|
green: 0
|
|
blue: 255
|
|
background_color: &yellow
|
|
red: 0
|
|
green: 255
|
|
blue: 255
|
|
stability: 10
|
|
lines: 5
|
|
period: 200
|
|
- pattern:
|
|
type: Blink
|
|
fade:
|
|
current_iteration: 10
|
|
steps: 20
|
|
begin_color: &black
|
|
red: 0
|
|
green: 0
|
|
blue: 0
|
|
end_color: &purple
|
|
red: 255
|
|
green: 0
|
|
blue: 255
|
|
max_iteration: 10
|
|
period: 50
|
|
- pattern:
|
|
type: Fade
|
|
steps: 20
|
|
begin_color:
|
|
red: 255
|
|
green: 0
|
|
blue: 0
|
|
end_color: *blue
|
|
period: 200
|
|
- pattern:
|
|
type: ColorWipe
|
|
max_iteration: 25
|
|
color: &green
|
|
red: 0
|
|
green: 255
|
|
blue: 0
|
|
period: 100
|
|
- pattern:
|
|
type: FillRandom
|
|
color: *blue
|
|
stability: 40
|
|
period: 80
|
|
- name: titi
|
|
sequence:
|
|
- pattern:
|
|
type: StarsRandom
|
|
color: *green
|
|
ratio: 8
|
|
steps: 20
|
|
background_color:
|
|
red: 0
|
|
green: 255
|
|
blue: 100
|
|
period: 50
|
|
- pattern:
|
|
type: Rainbow
|
|
max_iteration: 200
|
|
period: 10
|
|
- pattern:
|
|
type: Scanner
|
|
color: *blue
|
|
period: 100 |