summaryrefslogtreecommitdiff
path: root/meta-inspur/meta-fp5280g2/recipes-phosphor/leds/phosphor-led-manager/led-group-config.json
blob: 43dbdc93eaf86465f33d32cb267a9223639783c5 (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
{
    "leds": [
        {
            "group": "bmc_booted",
            "members": [
                {
                    "Name": "power",
                    "Action": "Blink",
                    "DutyOn": 50,
                    "Period": 1000,
                    "Priority": "On"
                },
                {
                    "Name": "init_ok",
                    "Action": "On",
                    "DutyOn": 50,
                    "Period": 0,
                    "Priority": "On"
                }
            ]
        },
        {
            "group": "power_on",
            "members": [
                {
                    "Name": "power",
                    "Action": "On",
                    "DutyOn": 50,
                    "Period": 0,
                    "Priority": "On"
                }
            ]
        }
    ]
}