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": "enclosure_identify",
24            "members": [
25                {
26                    "Name": "front_id",
27                    "Action": "Blink",
28                    "DutyOn": 50,
29                    "Period": 1000
30                },
31                {
32                    "Name": "rear_id",
33                    "Action": "Blink",
34                    "DutyOn": 50,
35                    "Period": 1000
36                }
37            ]
38        }
39    ]
40}