1{
2    "leds": [
3        {
4            "group": "bmc_booted",
5            "members": [
6                {
7                    "Name": "heartbeat",
8                    "Action": "On"
9                }
10            ]
11        },
12        {
13            "group": "power_on",
14            "members": [
15                {
16                    "Name": "power",
17                    "Action": "On",
18                    "Priority": "On"
19                }
20            ]
21        },
22        {
23            "group": "power_off",
24            "members": [
25                {
26                    "Name": "power_off_led",
27                    "Action": "Off",
28                    "Priority": "Off"
29                }
30            ]
31        },
32        {
33            "group": "enclosure_identify",
34            "members": [
35                {
36                    "Name": "front_id",
37                    "Action": "Blink",
38                    "DutyOn": 50,
39                    "Period": 1000
40                },
41                {
42                    "Name": "rear_id",
43                    "Action": "Blink",
44                    "DutyOn": 50,
45                    "Period": 1000
46                }
47            ]
48        }
49    ]
50}
51