blob: 43dbdc93eaf86465f33d32cb267a9223639783c5 [file] [log] [blame]
George Liu911c71c2020-05-26 17:58:01 +08001{
2 "leds": [
3 {
4 "group": "bmc_booted",
5 "members": [
6 {
7 "Name": "power",
8 "Action": "Blink",
9 "DutyOn": 50,
10 "Period": 1000,
11 "Priority": "On"
12 },
13 {
14 "Name": "init_ok",
15 "Action": "On",
16 "DutyOn": 50,
17 "Period": 0,
18 "Priority": "On"
19 }
20 ]
21 },
22 {
23 "group": "power_on",
24 "members": [
25 {
26 "Name": "power",
27 "Action": "On",
28 "DutyOn": 50,
29 "Period": 0,
30 "Priority": "On"
31 }
32 ]
33 }
34 ]
35}