summaryrefslogtreecommitdiff
path: root/meta-evb/meta-evb-enclustra/meta-evb-zx3-pm3/recipes-phosphor/leds/evb-zx3-pm3-led-manager-config/led.yaml
blob: 38eb7697f8dd766f64f82040fd21ca1da9ae4a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
enclosure_identify:
  led1:
    Action: 'Blink'
    DutyOn: 20
    Period: 100

bmc_booted:
  led2:
    Action: 'Blink'
    DutyOn: 50
    Period: 1000

power_on:
  led3:
    Action: 'Blink'
    DutyOn: 50
    Period: 1000

enclosure_fault:
  led3:
    Action: 'Blink'
    DutyOn: 50
    Period: 30

lamp_test:
  led1:
    Action: 'Blink'
    DutyOn: 20
    Period: 50
  led2:
    Action: 'Blink'
    DutyOn: 20
    Period: 100
  led3:
    Action: 'Blink'
    DutyOn: 20
    Period: 150