blob: 0a4ccb902a9681fda442f3568822d38a4df57f4d [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 {
Alexander Hansen4d44a552024-07-24 14:55:24 +020023 "group": "power_off",
24 "members": [
25 {
26 "Name": "power_off_led",
27 "Action": "Off",
28 "Priority": "Off"
29 }
30 ]
31 },
32 {
George Liudef5f5a2020-04-10 11:23:52 +080033 "group": "enclosure_identify",
34 "members": [
35 {
George Liue5c366f2020-07-02 18:04:05 +080036 "Name": "front_id",
George Liudef5f5a2020-04-10 11:23:52 +080037 "Action": "Blink",
38 "DutyOn": 50,
39 "Period": 1000
40 },
41 {
George Liue5c366f2020-07-02 18:04:05 +080042 "Name": "rear_id",
George Liudef5f5a2020-04-10 11:23:52 +080043 "Action": "Blink",
44 "DutyOn": 50,
45 "Period": 1000
46 }
47 ]
48 }
49 ]
Patrick Williams6d254ee2022-12-06 10:52:53 -060050}