George Liu | f98004f | 2020-04-10 11:14:29 +0800 | [diff] [blame^] | 1 | { |
2 | "leds": [ | ||||
3 | { | ||||
4 | "group": "bmc_booted", | ||||
5 | "members": [ | ||||
6 | { | ||||
7 | "name": "heartbeat", | ||||
8 | "Action": "On" | ||||
9 | } | ||||
10 | ] | ||||
11 | }, | ||||
12 | { | ||||
13 | "group": "power_on", | ||||
14 | "members": [ | ||||
15 | { | ||||
16 | "name": "power", | ||||
17 | "Action": "On", | ||||
18 | "Priority": "On" | ||||
19 | } | ||||
20 | ] | ||||
21 | }, | ||||
22 | { | ||||
23 | "group": "enclosure_fault", | ||||
24 | "members": [ | ||||
25 | { | ||||
26 | "name": "front_fault", | ||||
27 | "Action": "On" | ||||
28 | } | ||||
29 | ] | ||||
30 | }, | ||||
31 | { | ||||
32 | "group": "enclosure_identify", | ||||
33 | "members": [ | ||||
34 | { | ||||
35 | "name": "front_id", | ||||
36 | "Action": "Blink", | ||||
37 | "DutyOn": 50, | ||||
38 | "Period": 1000 | ||||
39 | }, | ||||
40 | { | ||||
41 | "name": "rear_id", | ||||
42 | "Action": "Blink", | ||||
43 | "DutyOn": 50, | ||||
44 | "Period": 1000 | ||||
45 | } | ||||
46 | ] | ||||
47 | }, | ||||
48 | { | ||||
49 | "group": "fan_fault", | ||||
50 | "members": [ | ||||
51 | { | ||||
52 | "name": "front_fault", | ||||
53 | "Action": "On" | ||||
54 | }, | ||||
55 | { | ||||
56 | "name": "fan0", | ||||
57 | "Action": "On" | ||||
58 | }, | ||||
59 | { | ||||
60 | "name": "rear_fault", | ||||
61 | "Action": "On" | ||||
62 | } | ||||
63 | ] | ||||
64 | }, | ||||
65 | { | ||||
66 | "group": "fan_identify", | ||||
67 | "members": [ | ||||
68 | { | ||||
69 | "name": "front_id", | ||||
70 | "Action": "Blink", | ||||
71 | "DutyOn": 50, | ||||
72 | "Period": 1000 | ||||
73 | }, | ||||
74 | { | ||||
75 | "name": "rear_id", | ||||
76 | "Action": "Blink", | ||||
77 | "DutyOn": 50, | ||||
78 | "Period": 1000 | ||||
79 | }, | ||||
80 | { | ||||
81 | "name": "fan0", | ||||
82 | "Action": "Blink", | ||||
83 | "DutyOn": 50, | ||||
84 | "Period": 1000 | ||||
85 | } | ||||
86 | ] | ||||
87 | } | ||||
88 | ] | ||||
89 | } |