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