blob: e7d935a2a5668ec657c71937cc7c3cbcf69b5af2 [file] [log] [blame]
Jerry Wan7bd6f092022-03-07 15:25:57 +08001{
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}