1{
2    "leds": [
3        {
4            "group" : "bmc_booted",
5            "members" : [
6                {
7                    "Name" : "bmc_heartbeat_n",
8                    "Action" : "Blink",
9                    "DutyOn" : 50,
10                    "Period" : 1000
11                }
12            ]
13        },
14        {
15            "group": "enclosure_identify",
16            "members": [
17                {
18                    "Name": "fm_id_led_n",
19                    "Action": "Blink",
20                    "DutyOn": 50,
21                    "Period": 250
22                }
23            ]
24        }
25    ]
26}
27