blob: 3ef9d73fa573052ad0b5884a6bac08a657017f9d [file] [log] [blame]
George Liudef5f5a2020-04-10 11:23:52 +08001{
2 "leds": [
3 {
4 "group": "bmc_booted",
5 "members": [
6 {
George Liue5c366f2020-07-02 18:04:05 +08007 "Name": "heartbeat",
George Liudef5f5a2020-04-10 11:23:52 +08008 "Action": "On"
9 }
10 ]
11 },
12 {
13 "group": "power_on",
14 "members": [
15 {
George Liue5c366f2020-07-02 18:04:05 +080016 "Name": "power",
George Liudef5f5a2020-04-10 11:23:52 +080017 "Action": "On",
18 "Priority": "On"
19 }
20 ]
21 },
22 {
23 "group": "enclosure_identify",
24 "members": [
25 {
George Liue5c366f2020-07-02 18:04:05 +080026 "Name": "front_id",
George Liudef5f5a2020-04-10 11:23:52 +080027 "Action": "Blink",
28 "DutyOn": 50,
29 "Period": 1000
30 },
31 {
George Liue5c366f2020-07-02 18:04:05 +080032 "Name": "rear_id",
George Liudef5f5a2020-04-10 11:23:52 +080033 "Action": "Blink",
34 "DutyOn": 50,
35 "Period": 1000
36 }
37 ]
38 }
39 ]
40}