blob: f2ce5d7ba4f39b9df261bac31b73e256801d22a8 [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",
Alexander Hansen638d1482024-08-21 17:39:57 +02008 "Action": "On",
9 "Priority": "Blink"
George Liudef5f5a2020-04-10 11:23:52 +080010 }
11 ]
12 },
13 {
14 "group": "power_on",
15 "members": [
16 {
George Liue5c366f2020-07-02 18:04:05 +080017 "Name": "power",
George Liudef5f5a2020-04-10 11:23:52 +080018 "Action": "On",
19 "Priority": "On"
20 }
21 ]
22 },
23 {
Alexander Hansen4d44a552024-07-24 14:55:24 +020024 "group": "power_off",
25 "members": [
26 {
27 "Name": "power_off_led",
28 "Action": "Off",
29 "Priority": "Off"
30 }
31 ]
32 },
33 {
George Liudef5f5a2020-04-10 11:23:52 +080034 "group": "enclosure_identify",
35 "members": [
36 {
George Liue5c366f2020-07-02 18:04:05 +080037 "Name": "front_id",
George Liudef5f5a2020-04-10 11:23:52 +080038 "Action": "Blink",
39 "DutyOn": 50,
Alexander Hansen638d1482024-08-21 17:39:57 +020040 "Period": 1000,
41 "Priority": "Blink"
George Liudef5f5a2020-04-10 11:23:52 +080042 },
43 {
George Liue5c366f2020-07-02 18:04:05 +080044 "Name": "rear_id",
George Liudef5f5a2020-04-10 11:23:52 +080045 "Action": "Blink",
46 "DutyOn": 50,
Alexander Hansen638d1482024-08-21 17:39:57 +020047 "Period": 1000,
48 "Priority": "Blink"
George Liudef5f5a2020-04-10 11:23:52 +080049 }
50 ]
51 }
52 ]
Patrick Williams6d254ee2022-12-06 10:52:53 -060053}