blob: a91457d60523e508de3c7c98c5989752e4e0a924 [file] [log] [blame]
Matt Spinlerc0d48752021-01-14 08:26:10 -06001{
2 "sensorPDRs": [
3 {
4 "pdrType" : 4,
5 "entries" : [{
6 "type" : 91,
7 "instance" : 0,
8 "container" : 0,
9 "sensors" : [{
10 "set" : {
11 "id" : 21,
12 "size" : 1,
13 "states" : [1,2]
14 },
15 "dbus" : {
16 "path": "/xyz/openbmc_project/alerts/thermal_fault_alert",
17 "interface": "xyz.openbmc_project.Object.Enable",
18 "property_name": "Enabled",
19 "property_type": "bool",
20 "property_values" : [false, true]
21 }
22 }]
Matt Spinler3103e442021-01-22 09:50:06 -060023 },
24 {
25 "type" : 5,
26 "instance" : 0,
27 "container" : 0,
28 "sensors" : [{
29 "set" : {
30 "id" : 1,
31 "size" : 2,
32 "states" : [1,9]
33 },
34 "dbus" : {
35 "path": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
36 "interface": "xyz.openbmc_project.Sensor.Threshold.HardShutdown",
37 "property_name": "HardShutdownAlarmHigh",
38 "property_type": "bool",
39 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -060040 }
41 }]
42 },
43 {
Jayashankar Padath144ef2b2021-05-10 13:00:17 -050044 "type" : 5,
45 "instance" : 0,
46 "container" : 0,
47 "sensors" : [{
48 "set" : {
49 "id" : 1,
50 "size" : 1,
51 "states" : [1,7]
52 },
53 "dbus" : {
54 "path": "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp",
55 "interface": "xyz.openbmc_project.Sensor.Threshold.SoftShutdown",
56 "property_name": "SoftShutdownAlarmHigh",
57 "property_type": "bool",
58 "property_values" : [false, true]
59 }
60 }]
61 },
62 {
Jayashankar Padath50304da2021-04-14 22:45:11 -050063 "type" : 45,
Jayashankar Padath2f4f2202021-05-20 08:23:56 -050064 "instance" : 1,
Jayashankar Padath50304da2021-04-14 22:45:11 -050065 "container" : 0,
66 "sensors" : [{
67 "set" : {
68 "id" : 17,
69 "size" : 1,
70 "states" : [1,2]
71 },
72 "dbus" : {
73 "path": "/xyz/openbmc_project/led/physical/virtual_enc_id",
74 "interface": "xyz.openbmc_project.Led.Physical",
75 "property_name": "State",
76 "property_type": "string",
77 "property_values": [
Jayashankar Padath2f4f2202021-05-20 08:23:56 -050078 "xyz.openbmc_project.Led.Physical.Action.Off",
79 "xyz.openbmc_project.Led.Physical.Action.On || xyz.openbmc_project.Led.Physical.Action.Blink"
Jayashankar Padath50304da2021-04-14 22:45:11 -050080 ]
81 }
82 }]
83 },
84 {
Varsha Kaverappa06f34412021-03-01 08:40:02 -060085 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/base_op_panel_blyth",
86 "sensors" : [{
87 "set" : {
88 "id" : 17,
89 "size" : 1,
90 "states" : [1,2]
91 },
92 "dbus" : {
93 "path": "/xyz/openbmc_project/led/groups/base_blyth_identify",
94 "interface": "xyz.openbmc_project.Led.Group",
95 "property_name": "Asserted",
96 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +080097 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -060098 }
99 }]
100 },
101 {
102 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/ebmc_card_bmc",
103 "sensors" : [{
104 "set" : {
105 "id" : 17,
106 "size" : 1,
107 "states" : [1,2]
108 },
109 "dbus" : {
110 "path": "/xyz/openbmc_project/led/groups/bmc_ingraham_identify",
111 "interface": "xyz.openbmc_project.Led.Group",
112 "property_name": "Asserted",
113 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800114 "property_values" : [false, true]
Matt Spinler3103e442021-01-22 09:50:06 -0600115 }
116 }]
117 },
118 {
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500119 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card0/cxp_bot",
Matt Spinler3103e442021-01-22 09:50:06 -0600120 "sensors" : [{
121 "set" : {
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500122 "id" : 17,
Matt Spinler3103e442021-01-22 09:50:06 -0600123 "size" : 1,
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500124 "states" : [1,2]
Matt Spinler3103e442021-01-22 09:50:06 -0600125 },
126 "dbus" : {
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500127 "path": "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_identify",
128 "interface": "xyz.openbmc_project.Led.Group",
129 "property_name": "Asserted",
Matt Spinler3103e442021-01-22 09:50:06 -0600130 "property_type": "bool",
Jayashankar Padath2f4f2202021-05-20 08:23:56 -0500131 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500132 }
133 }]
134 },
135 {
136 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card0/cxp_top",
137 "sensors" : [{
138 "set" : {
139 "id" : 17,
140 "size" : 1,
141 "states" : [1,2]
142 },
143 "dbus" : {
144 "path": "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_identify",
145 "interface": "xyz.openbmc_project.Led.Group",
146 "property_name": "Asserted",
147 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800148 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500149 }
150 }]
151 },
152 {
153 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card3/cxp_bot",
154 "sensors" : [{
155 "set" : {
156 "id" : 17,
157 "size" : 1,
158 "states" : [1,2]
159 },
160 "dbus" : {
161 "path": "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_identify",
162 "interface": "xyz.openbmc_project.Led.Group",
163 "property_name": "Asserted",
164 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800165 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500166 }
167 }]
168 },
169 {
170 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card3/cxp_top",
171 "sensors" : [{
172 "set" : {
173 "id" : 17,
174 "size" : 1,
175 "states" : [1,2]
176 },
177 "dbus" : {
178 "path": "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_identify",
179 "interface": "xyz.openbmc_project.Led.Group",
180 "property_name": "Asserted",
181 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800182 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500183 }
184 }]
185 },
186 {
187 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card4/cxp_bot",
188 "sensors" : [{
189 "set" : {
190 "id" : 17,
191 "size" : 1,
192 "states" : [1,2]
193 },
194 "dbus" : {
195 "path": "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_identify",
196 "interface": "xyz.openbmc_project.Led.Group",
197 "property_name": "Asserted",
198 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800199 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500200 }
201 }]
202 },
203 {
204 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card4/cxp_top",
205 "sensors" : [{
206 "set" : {
207 "id" : 17,
208 "size" : 1,
209 "states" : [1,2]
210 },
211 "dbus" : {
212 "path": "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_identify",
213 "interface": "xyz.openbmc_project.Led.Group",
214 "property_name": "Asserted",
215 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800216 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500217 }
218 }]
219 },
220 {
221 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card10/cxp_bot",
222 "sensors" : [{
223 "set" : {
224 "id" : 17,
225 "size" : 1,
226 "states" : [1,2]
227 },
228 "dbus" : {
229 "path": "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_identify",
230 "interface": "xyz.openbmc_project.Led.Group",
231 "property_name": "Asserted",
232 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800233 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500234 }
235 }]
236 },
237 {
238 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card10/cxp_top",
239 "sensors" : [{
240 "set" : {
241 "id" : 17,
242 "size" : 1,
243 "states" : [1,2]
244 },
245 "dbus" : {
246 "path": "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_identify",
247 "interface": "xyz.openbmc_project.Led.Group",
248 "property_name": "Asserted",
249 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800250 "property_values" : [false, true]
Matt Spinler3103e442021-01-22 09:50:06 -0600251 }
252 }]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600253 },
254 {
255 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0",
256 "sensors" : [{
257 "set" : {
258 "id" : 17,
259 "size" : 1,
260 "states" : [1,2]
261 },
262 "dbus" : {
263 "path": "/xyz/openbmc_project/led/groups/cpu0_identify",
264 "interface": "xyz.openbmc_project.Led.Group",
265 "property_name": "Asserted",
266 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800267 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600268 }
269 }]
270 },
271 {
272 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1",
273 "sensors" : [{
274 "set" : {
275 "id" : 17,
276 "size" : 1,
277 "states" : [1,2]
278 },
279 "dbus" : {
280 "path": "/xyz/openbmc_project/led/groups/cpu0_identify",
281 "interface": "xyz.openbmc_project.Led.Group",
282 "property_name": "Asserted",
283 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800284 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600285 }
286 }]
287 },
288 {
289 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu2",
290 "sensors" : [{
291 "set" : {
292 "id" : 17,
293 "size" : 1,
294 "states" : [1,2]
295 },
296 "dbus" : {
297 "path": "/xyz/openbmc_project/led/groups/cpu1_identify",
298 "interface": "xyz.openbmc_project.Led.Group",
299 "property_name": "Asserted",
300 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800301 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600302 }
303 }]
304 },
305 {
306 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu3",
307 "sensors" : [{
308 "set" : {
309 "id" : 17,
310 "size" : 1,
311 "states" : [1,2]
312 },
313 "dbus" : {
314 "path": "/xyz/openbmc_project/led/groups/cpu1_identify",
315 "interface": "xyz.openbmc_project.Led.Group",
316 "property_name": "Asserted",
317 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800318 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600319 }
320 }]
321 },
322 {
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500323 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm0",
324 "sensors" : [{
325 "set" : {
326 "id" : 17,
327 "size" : 1,
328 "states" : [1,2]
329 },
330 "dbus" : {
331 "path": "/xyz/openbmc_project/led/groups/cpu0_vrm0_identify",
332 "interface": "xyz.openbmc_project.Led.Group",
333 "property_name": "Asserted",
334 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800335 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500336 }
337 }]
338 },
339 {
340 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm1",
341 "sensors" : [{
342 "set" : {
343 "id" : 17,
344 "size" : 1,
345 "states" : [1,2]
346 },
347 "dbus" : {
348 "path": "/xyz/openbmc_project/led/groups/cpu1_vrm0_identify",
349 "interface": "xyz.openbmc_project.Led.Group",
350 "property_name": "Asserted",
351 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800352 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500353 }
354 }]
355 },
356 {
357 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0",
358 "sensors" : [{
359 "set" : {
360 "id" : 17,
361 "size" : 1,
362 "states" : [1,2]
363 },
364 "dbus" : {
365 "path": "/xyz/openbmc_project/led/groups/dasd_pyramid0_identify",
366 "interface": "xyz.openbmc_project.Led.Group",
367 "property_name": "Asserted",
368 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800369 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500370 }
371 }]
372 },
373 {
374 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1",
375 "sensors" : [{
376 "set" : {
377 "id" : 17,
378 "size" : 1,
379 "states" : [1,2]
380 },
381 "dbus" : {
382 "path": "/xyz/openbmc_project/led/groups/dasd_pyramid1_identify",
383 "interface": "xyz.openbmc_project.Led.Group",
384 "property_name": "Asserted",
385 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800386 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500387 }
388 }]
389 },
390 {
391 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2",
392 "sensors" : [{
393 "set" : {
394 "id" : 17,
395 "size" : 1,
396 "states" : [1,2]
397 },
398 "dbus" : {
399 "path": "/xyz/openbmc_project/led/groups/dasd_pyramid2_identify",
400 "interface": "xyz.openbmc_project.Led.Group",
401 "property_name": "Asserted",
402 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800403 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -0500404 }
405 }]
406 },
407 {
Jayashankar Padath2f4f2202021-05-20 08:23:56 -0500408 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0",
409 "sensors" : [{
410 "set" : {
411 "id" : 17,
412 "size" : 1,
413 "states" : [1,2]
414 },
415 "dbus" : {
416 "path": "/xyz/openbmc_project/led/groups/ddimm0_identify",
417 "interface": "xyz.openbmc_project.Led.Group",
418 "property_name": "Asserted",
419 "property_type": "bool",
420 "property_values" : [false, true]
421 }
422 }]
423 },
424 {
425 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1",
426 "sensors" : [{
427 "set" : {
428 "id" : 17,
429 "size" : 1,
430 "states" : [1,2]
431 },
432 "dbus" : {
433 "path": "/xyz/openbmc_project/led/groups/ddimm1_identify",
434 "interface": "xyz.openbmc_project.Led.Group",
435 "property_name": "Asserted",
436 "property_type": "bool",
437 "property_values" : [false, true]
438 }
439 }]
440 },
441 {
442 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2",
443 "sensors" : [{
444 "set" : {
445 "id" : 17,
446 "size" : 1,
447 "states" : [1,2]
448 },
449 "dbus" : {
450 "path": "/xyz/openbmc_project/led/groups/ddimm2_identify",
451 "interface": "xyz.openbmc_project.Led.Group",
452 "property_name": "Asserted",
453 "property_type": "bool",
454 "property_values" : [false, true]
455 }
456 }]
457 },
458 {
459 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3",
460 "sensors" : [{
461 "set" : {
462 "id" : 17,
463 "size" : 1,
464 "states" : [1,2]
465 },
466 "dbus" : {
467 "path": "/xyz/openbmc_project/led/groups/ddimm3_identify",
468 "interface": "xyz.openbmc_project.Led.Group",
469 "property_name": "Asserted",
470 "property_type": "bool",
471 "property_values" : [false, true]
472 }
473 }]
474 },
475 {
476 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4",
477 "sensors" : [{
478 "set" : {
479 "id" : 17,
480 "size" : 1,
481 "states" : [1,2]
482 },
483 "dbus" : {
484 "path": "/xyz/openbmc_project/led/groups/ddimm4_identify",
485 "interface": "xyz.openbmc_project.Led.Group",
486 "property_name": "Asserted",
487 "property_type": "bool",
488 "property_values" : [false, true]
489 }
490 }]
491 },
492 {
493 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5",
494 "sensors" : [{
495 "set" : {
496 "id" : 17,
497 "size" : 1,
498 "states" : [1,2]
499 },
500 "dbus" : {
501 "path": "/xyz/openbmc_project/led/groups/ddimm5_identify",
502 "interface": "xyz.openbmc_project.Led.Group",
503 "property_name": "Asserted",
504 "property_type": "bool",
505 "property_values" : [false, true]
506 }
507 }]
508 },
509 {
510 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6",
511 "sensors" : [{
512 "set" : {
513 "id" : 17,
514 "size" : 1,
515 "states" : [1,2]
516 },
517 "dbus" : {
518 "path": "/xyz/openbmc_project/led/groups/ddimm6_identify",
519 "interface": "xyz.openbmc_project.Led.Group",
520 "property_name": "Asserted",
521 "property_type": "bool",
522 "property_values" : [false, true]
523 }
524 }]
525 },
526 {
527 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7",
528 "sensors" : [{
529 "set" : {
530 "id" : 17,
531 "size" : 1,
532 "states" : [1,2]
533 },
534 "dbus" : {
535 "path": "/xyz/openbmc_project/led/groups/ddimm7_identify",
536 "interface": "xyz.openbmc_project.Led.Group",
537 "property_name": "Asserted",
538 "property_type": "bool",
539 "property_values" : [false, true]
540 }
541 }]
542 },
543 {
544 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8",
545 "sensors" : [{
546 "set" : {
547 "id" : 17,
548 "size" : 1,
549 "states" : [1,2]
550 },
551 "dbus" : {
552 "path": "/xyz/openbmc_project/led/groups/ddimm8_identify",
553 "interface": "xyz.openbmc_project.Led.Group",
554 "property_name": "Asserted",
555 "property_type": "bool",
556 "property_values" : [false, true]
557 }
558 }]
559 },
560 {
561 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9",
562 "sensors" : [{
563 "set" : {
564 "id" : 17,
565 "size" : 1,
566 "states" : [1,2]
567 },
568 "dbus" : {
569 "path": "/xyz/openbmc_project/led/groups/ddimm9_identify",
570 "interface": "xyz.openbmc_project.Led.Group",
571 "property_name": "Asserted",
572 "property_type": "bool",
573 "property_values" : [false, true]
574 }
575 }]
576 },
577 {
578 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10",
579 "sensors" : [{
580 "set" : {
581 "id" : 17,
582 "size" : 1,
583 "states" : [1,2]
584 },
585 "dbus" : {
586 "path": "/xyz/openbmc_project/led/groups/ddimm10_identify",
587 "interface": "xyz.openbmc_project.Led.Group",
588 "property_name": "Asserted",
589 "property_type": "bool",
590 "property_values" : [false, true]
591 }
592 }]
593 },
594 {
595 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11",
596 "sensors" : [{
597 "set" : {
598 "id" : 17,
599 "size" : 1,
600 "states" : [1,2]
601 },
602 "dbus" : {
603 "path": "/xyz/openbmc_project/led/groups/ddimm11_identify",
604 "interface": "xyz.openbmc_project.Led.Group",
605 "property_name": "Asserted",
606 "property_type": "bool",
607 "property_values" : [false, true]
608 }
609 }]
610 },
611 {
612 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12",
613 "sensors" : [{
614 "set" : {
615 "id" : 17,
616 "size" : 1,
617 "states" : [1,2]
618 },
619 "dbus" : {
620 "path": "/xyz/openbmc_project/led/groups/ddimm12_identify",
621 "interface": "xyz.openbmc_project.Led.Group",
622 "property_name": "Asserted",
623 "property_type": "bool",
624 "property_values" : [false, true]
625 }
626 }]
627 },
628 {
629 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13",
630 "sensors" : [{
631 "set" : {
632 "id" : 17,
633 "size" : 1,
634 "states" : [1,2]
635 },
636 "dbus" : {
637 "path": "/xyz/openbmc_project/led/groups/ddimm13_identify",
638 "interface": "xyz.openbmc_project.Led.Group",
639 "property_name": "Asserted",
640 "property_type": "bool",
641 "property_values" : [false, true]
642 }
643 }]
644 },
645 {
646 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14",
647 "sensors" : [{
648 "set" : {
649 "id" : 17,
650 "size" : 1,
651 "states" : [1,2]
652 },
653 "dbus" : {
654 "path": "/xyz/openbmc_project/led/groups/ddimm14_identify",
655 "interface": "xyz.openbmc_project.Led.Group",
656 "property_name": "Asserted",
657 "property_type": "bool",
658 "property_values" : [false, true]
659 }
660 }]
661 },
662 {
663 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15",
664 "sensors" : [{
665 "set" : {
666 "id" : 17,
667 "size" : 1,
668 "states" : [1,2]
669 },
670 "dbus" : {
671 "path": "/xyz/openbmc_project/led/groups/ddimm15_identify",
672 "interface": "xyz.openbmc_project.Led.Group",
673 "property_name": "Asserted",
674 "property_type": "bool",
675 "property_values" : [false, true]
676 }
677 }]
678 },
679 {
680 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm16",
681 "sensors" : [{
682 "set" : {
683 "id" : 17,
684 "size" : 1,
685 "states" : [1,2]
686 },
687 "dbus" : {
688 "path": "/xyz/openbmc_project/led/groups/ddimm16_identify",
689 "interface": "xyz.openbmc_project.Led.Group",
690 "property_name": "Asserted",
691 "property_type": "bool",
692 "property_values" : [false, true]
693 }
694 }]
695 },
696 {
697 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm17",
698 "sensors" : [{
699 "set" : {
700 "id" : 17,
701 "size" : 1,
702 "states" : [1,2]
703 },
704 "dbus" : {
705 "path": "/xyz/openbmc_project/led/groups/ddimm17_identify",
706 "interface": "xyz.openbmc_project.Led.Group",
707 "property_name": "Asserted",
708 "property_type": "bool",
709 "property_values" : [false, true]
710 }
711 }]
712 },
713 {
714 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm18",
715 "sensors" : [{
716 "set" : {
717 "id" : 17,
718 "size" : 1,
719 "states" : [1,2]
720 },
721 "dbus" : {
722 "path": "/xyz/openbmc_project/led/groups/ddimm18_identify",
723 "interface": "xyz.openbmc_project.Led.Group",
724 "property_name": "Asserted",
725 "property_type": "bool",
726 "property_values" : [false, true]
727 }
728 }]
729 },
730 {
731 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm19",
732 "sensors" : [{
733 "set" : {
734 "id" : 17,
735 "size" : 1,
736 "states" : [1,2]
737 },
738 "dbus" : {
739 "path": "/xyz/openbmc_project/led/groups/ddimm19_identify",
740 "interface": "xyz.openbmc_project.Led.Group",
741 "property_name": "Asserted",
742 "property_type": "bool",
743 "property_values" : [false, true]
744 }
745 }]
746 },
747 {
748 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm20",
749 "sensors" : [{
750 "set" : {
751 "id" : 17,
752 "size" : 1,
753 "states" : [1,2]
754 },
755 "dbus" : {
756 "path": "/xyz/openbmc_project/led/groups/ddimm20_identify",
757 "interface": "xyz.openbmc_project.Led.Group",
758 "property_name": "Asserted",
759 "property_type": "bool",
760 "property_values" : [false, true]
761 }
762 }]
763 },
764 {
765 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm21",
766 "sensors" : [{
767 "set" : {
768 "id" : 17,
769 "size" : 1,
770 "states" : [1,2]
771 },
772 "dbus" : {
773 "path": "/xyz/openbmc_project/led/groups/ddimm21_identify",
774 "interface": "xyz.openbmc_project.Led.Group",
775 "property_name": "Asserted",
776 "property_type": "bool",
777 "property_values" : [false, true]
778 }
779 }]
780 },
781 {
782 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm22",
783 "sensors" : [{
784 "set" : {
785 "id" : 17,
786 "size" : 1,
787 "states" : [1,2]
788 },
789 "dbus" : {
790 "path": "/xyz/openbmc_project/led/groups/ddimm22_identify",
791 "interface": "xyz.openbmc_project.Led.Group",
792 "property_name": "Asserted",
793 "property_type": "bool",
794 "property_values" : [false, true]
795 }
796 }]
797 },
798 {
799 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm23",
800 "sensors" : [{
801 "set" : {
802 "id" : 17,
803 "size" : 1,
804 "states" : [1,2]
805 },
806 "dbus" : {
807 "path": "/xyz/openbmc_project/led/groups/ddimm23_identify",
808 "interface": "xyz.openbmc_project.Led.Group",
809 "property_name": "Asserted",
810 "property_type": "bool",
811 "property_values" : [false, true]
812 }
813 }]
814 },
815 {
816 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm24",
817 "sensors" : [{
818 "set" : {
819 "id" : 17,
820 "size" : 1,
821 "states" : [1,2]
822 },
823 "dbus" : {
824 "path": "/xyz/openbmc_project/led/groups/ddimm24_identify",
825 "interface": "xyz.openbmc_project.Led.Group",
826 "property_name": "Asserted",
827 "property_type": "bool",
828 "property_values" : [false, true]
829 }
830 }]
831 },
832 {
833 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm25",
834 "sensors" : [{
835 "set" : {
836 "id" : 17,
837 "size" : 1,
838 "states" : [1,2]
839 },
840 "dbus" : {
841 "path": "/xyz/openbmc_project/led/groups/ddimm25_identify",
842 "interface": "xyz.openbmc_project.Led.Group",
843 "property_name": "Asserted",
844 "property_type": "bool",
845 "property_values" : [false, true]
846 }
847 }]
848 },
849 {
850 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm26",
851 "sensors" : [{
852 "set" : {
853 "id" : 17,
854 "size" : 1,
855 "states" : [1,2]
856 },
857 "dbus" : {
858 "path": "/xyz/openbmc_project/led/groups/ddimm26_identify",
859 "interface": "xyz.openbmc_project.Led.Group",
860 "property_name": "Asserted",
861 "property_type": "bool",
862 "property_values" : [false, true]
863 }
864 }]
865 },
866 {
867 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm27",
868 "sensors" : [{
869 "set" : {
870 "id" : 17,
871 "size" : 1,
872 "states" : [1,2]
873 },
874 "dbus" : {
875 "path": "/xyz/openbmc_project/led/groups/ddimm27_identify",
876 "interface": "xyz.openbmc_project.Led.Group",
877 "property_name": "Asserted",
878 "property_type": "bool",
879 "property_values" : [false, true]
880 }
881 }]
882 },
883 {
884 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm28",
885 "sensors" : [{
886 "set" : {
887 "id" : 17,
888 "size" : 1,
889 "states" : [1,2]
890 },
891 "dbus" : {
892 "path": "/xyz/openbmc_project/led/groups/ddimm28_identify",
893 "interface": "xyz.openbmc_project.Led.Group",
894 "property_name": "Asserted",
895 "property_type": "bool",
896 "property_values" : [false, true]
897 }
898 }]
899 },
900 {
901 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm29",
902 "sensors" : [{
903 "set" : {
904 "id" : 17,
905 "size" : 1,
906 "states" : [1,2]
907 },
908 "dbus" : {
909 "path": "/xyz/openbmc_project/led/groups/ddimm29_identify",
910 "interface": "xyz.openbmc_project.Led.Group",
911 "property_name": "Asserted",
912 "property_type": "bool",
913 "property_values" : [false, true]
914 }
915 }]
916 },
917 {
918 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm30",
919 "sensors" : [{
920 "set" : {
921 "id" : 17,
922 "size" : 1,
923 "states" : [1,2]
924 },
925 "dbus" : {
926 "path": "/xyz/openbmc_project/led/groups/ddimm30_identify",
927 "interface": "xyz.openbmc_project.Led.Group",
928 "property_name": "Asserted",
929 "property_type": "bool",
930 "property_values" : [false, true]
931 }
932 }]
933 },
934 {
935 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm31",
936 "sensors" : [{
937 "set" : {
938 "id" : 17,
939 "size" : 1,
940 "states" : [1,2]
941 },
942 "dbus" : {
943 "path": "/xyz/openbmc_project/led/groups/ddimm31_identify",
944 "interface": "xyz.openbmc_project.Led.Group",
945 "property_name": "Asserted",
946 "property_type": "bool",
947 "property_values" : [false, true]
948 }
949 }]
950 },
951 {
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600952 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0",
953 "sensors" : [{
954 "set" : {
955 "id" : 17,
956 "size" : 1,
957 "states" : [1,2]
958 },
959 "dbus" : {
960 "path": "/xyz/openbmc_project/led/groups/fan0_identify",
961 "interface": "xyz.openbmc_project.Led.Group",
962 "property_name": "Asserted",
963 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800964 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600965 }
966 }]
967 },
968 {
969 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1",
970 "sensors" : [{
971 "set" : {
972 "id" : 17,
973 "size" : 1,
974 "states" : [1,2]
975 },
976 "dbus" : {
977 "path": "/xyz/openbmc_project/led/groups/fan1_identify",
978 "interface": "xyz.openbmc_project.Led.Group",
979 "property_name": "Asserted",
980 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800981 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600982 }
983 }]
984 },
985 {
986 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2",
987 "sensors" : [{
988 "set" : {
989 "id" : 17,
990 "size" : 1,
991 "states" : [1,2]
992 },
993 "dbus" : {
994 "path": "/xyz/openbmc_project/led/groups/fan2_identify",
995 "interface": "xyz.openbmc_project.Led.Group",
996 "property_name": "Asserted",
997 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +0800998 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -0600999 }
1000 }]
1001 },
1002 {
1003 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3",
1004 "sensors" : [{
1005 "set" : {
1006 "id" : 17,
1007 "size" : 1,
1008 "states" : [1,2]
1009 },
1010 "dbus" : {
1011 "path": "/xyz/openbmc_project/led/groups/fan3_identify",
1012 "interface": "xyz.openbmc_project.Led.Group",
1013 "property_name": "Asserted",
1014 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001015 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001016 }
1017 }]
1018 },
1019 {
1020 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan4",
1021 "sensors" : [{
1022 "set" : {
1023 "id" : 17,
1024 "size" : 1,
1025 "states" : [1,2]
1026 },
1027 "dbus" : {
1028 "path": "/xyz/openbmc_project/led/groups/fan4_identify",
1029 "interface": "xyz.openbmc_project.Led.Group",
1030 "property_name": "Asserted",
1031 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001032 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001033 }
1034 }]
1035 },
1036 {
1037 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan5",
1038 "sensors" : [{
1039 "set" : {
1040 "id" : 17,
1041 "size" : 1,
1042 "states" : [1,2]
1043 },
1044 "dbus" : {
1045 "path": "/xyz/openbmc_project/led/groups/fan5_identify",
1046 "interface": "xyz.openbmc_project.Led.Group",
1047 "property_name": "Asserted",
1048 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001049 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001050 }
1051 }]
1052 },
1053 {
1054 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/lcd_op_panel_hill",
1055 "sensors" : [{
1056 "set" : {
1057 "id" : 17,
1058 "size" : 1,
1059 "states" : [1,2]
1060 },
1061 "dbus" : {
1062 "path": "/xyz/openbmc_project/led/groups/lcd_russel_identify",
1063 "interface": "xyz.openbmc_project.Led.Group",
1064 "property_name": "Asserted",
1065 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001066 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001067 }
1068 }]
1069 },
1070 {
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001071 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme0",
1072 "sensors" : [{
1073 "set" : {
1074 "id" : 17,
1075 "size" : 1,
1076 "states" : [1,2]
1077 },
1078 "dbus" : {
1079 "path": "/xyz/openbmc_project/led/groups/nvme0_identify",
1080 "interface": "xyz.openbmc_project.Led.Group",
1081 "property_name": "Asserted",
1082 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001083 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001084 }
1085 }]
1086 },
1087 {
1088 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme1",
1089 "sensors" : [{
1090 "set" : {
1091 "id" : 17,
1092 "size" : 1,
1093 "states" : [1,2]
1094 },
1095 "dbus" : {
1096 "path": "/xyz/openbmc_project/led/groups/nvme1_identify",
1097 "interface": "xyz.openbmc_project.Led.Group",
1098 "property_name": "Asserted",
1099 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001100 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001101 }
1102 }]
1103 },
1104 {
1105 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme2",
1106 "sensors" : [{
1107 "set" : {
1108 "id" : 17,
1109 "size" : 1,
1110 "states" : [1,2]
1111 },
1112 "dbus" : {
1113 "path": "/xyz/openbmc_project/led/groups/nvme2_identify",
1114 "interface": "xyz.openbmc_project.Led.Group",
1115 "property_name": "Asserted",
1116 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001117 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001118 }
1119 }]
1120 },
1121 {
1122 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme3",
1123 "sensors" : [{
1124 "set" : {
1125 "id" : 17,
1126 "size" : 1,
1127 "states" : [1,2]
1128 },
1129 "dbus" : {
1130 "path": "/xyz/openbmc_project/led/groups/nvme3_identify",
1131 "interface": "xyz.openbmc_project.Led.Group",
1132 "property_name": "Asserted",
1133 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001134 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001135 }
1136 }]
1137 },
1138 {
1139 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme4",
1140 "sensors" : [{
1141 "set" : {
1142 "id" : 17,
1143 "size" : 1,
1144 "states" : [1,2]
1145 },
1146 "dbus" : {
1147 "path": "/xyz/openbmc_project/led/groups/nvme4_identify",
1148 "interface": "xyz.openbmc_project.Led.Group",
1149 "property_name": "Asserted",
1150 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001151 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001152 }
1153 }]
1154 },
1155 {
1156 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme5",
1157 "sensors" : [{
1158 "set" : {
1159 "id" : 17,
1160 "size" : 1,
1161 "states" : [1,2]
1162 },
1163 "dbus" : {
1164 "path": "/xyz/openbmc_project/led/groups/nvme5_identify",
1165 "interface": "xyz.openbmc_project.Led.Group",
1166 "property_name": "Asserted",
1167 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001168 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001169 }
1170 }]
1171 },
1172 {
1173 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme6",
1174 "sensors" : [{
1175 "set" : {
1176 "id" : 17,
1177 "size" : 1,
1178 "states" : [1,2]
1179 },
1180 "dbus" : {
1181 "path": "/xyz/openbmc_project/led/groups/nvme6_identify",
1182 "interface": "xyz.openbmc_project.Led.Group",
1183 "property_name": "Asserted",
1184 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001185 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001186 }
1187 }]
1188 },
1189 {
1190 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme7",
1191 "sensors" : [{
1192 "set" : {
1193 "id" : 17,
1194 "size" : 1,
1195 "states" : [1,2]
1196 },
1197 "dbus" : {
1198 "path": "/xyz/openbmc_project/led/groups/nvme7_identify",
1199 "interface": "xyz.openbmc_project.Led.Group",
1200 "property_name": "Asserted",
1201 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001202 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001203 }
1204 }]
1205 },
1206 {
1207 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme0",
1208 "sensors" : [{
1209 "set" : {
1210 "id" : 17,
1211 "size" : 1,
1212 "states" : [1,2]
1213 },
1214 "dbus" : {
1215 "path": "/xyz/openbmc_project/led/groups/nvme8_identify",
1216 "interface": "xyz.openbmc_project.Led.Group",
1217 "property_name": "Asserted",
1218 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001219 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001220 }
1221 }]
1222 },
1223 {
1224 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme1",
1225 "sensors" : [{
1226 "set" : {
1227 "id" : 17,
1228 "size" : 1,
1229 "states" : [1,2]
1230 },
1231 "dbus" : {
1232 "path": "/xyz/openbmc_project/led/groups/nvme9_identify",
1233 "interface": "xyz.openbmc_project.Led.Group",
1234 "property_name": "Asserted",
1235 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001236 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001237 }
1238 }]
1239 },
1240 {
1241 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme2",
1242 "sensors" : [{
1243 "set" : {
1244 "id" : 17,
1245 "size" : 1,
1246 "states" : [1,2]
1247 },
1248 "dbus" : {
1249 "path": "/xyz/openbmc_project/led/groups/nvme10_identify",
1250 "interface": "xyz.openbmc_project.Led.Group",
1251 "property_name": "Asserted",
1252 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001253 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001254 }
1255 }]
1256 },
1257 {
1258 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme3",
1259 "sensors" : [{
1260 "set" : {
1261 "id" : 17,
1262 "size" : 1,
1263 "states" : [1,2]
1264 },
1265 "dbus" : {
1266 "path": "/xyz/openbmc_project/led/groups/nvme11_identify",
1267 "interface": "xyz.openbmc_project.Led.Group",
1268 "property_name": "Asserted",
1269 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001270 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001271 }
1272 }]
1273 },
1274 {
1275 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme4",
1276 "sensors" : [{
1277 "set" : {
1278 "id" : 17,
1279 "size" : 1,
1280 "states" : [1,2]
1281 },
1282 "dbus" : {
1283 "path": "/xyz/openbmc_project/led/groups/nvme12_identify",
1284 "interface": "xyz.openbmc_project.Led.Group",
1285 "property_name": "Asserted",
1286 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001287 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001288 }
1289 }]
1290 },
1291 {
1292 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme5",
1293 "sensors" : [{
1294 "set" : {
1295 "id" : 17,
1296 "size" : 1,
1297 "states" : [1,2]
1298 },
1299 "dbus" : {
1300 "path": "/xyz/openbmc_project/led/groups/nvme13_identify",
1301 "interface": "xyz.openbmc_project.Led.Group",
1302 "property_name": "Asserted",
1303 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001304 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001305 }
1306 }]
1307 },
1308 {
1309 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme6",
1310 "sensors" : [{
1311 "set" : {
1312 "id" : 17,
1313 "size" : 1,
1314 "states" : [1,2]
1315 },
1316 "dbus" : {
1317 "path": "/xyz/openbmc_project/led/groups/nvme14_identify",
1318 "interface": "xyz.openbmc_project.Led.Group",
1319 "property_name": "Asserted",
1320 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001321 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001322 }
1323 }]
1324 },
1325 {
1326 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme7",
1327 "sensors" : [{
1328 "set" : {
1329 "id" : 17,
1330 "size" : 1,
1331 "states" : [1,2]
1332 },
1333 "dbus" : {
1334 "path": "/xyz/openbmc_project/led/groups/nvme15_identify",
1335 "interface": "xyz.openbmc_project.Led.Group",
1336 "property_name": "Asserted",
1337 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001338 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001339 }
1340 }]
1341 },
1342 {
1343 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme0",
1344 "sensors" : [{
1345 "set" : {
1346 "id" : 17,
1347 "size" : 1,
1348 "states" : [1,2]
1349 },
1350 "dbus" : {
1351 "path": "/xyz/openbmc_project/led/groups/nvme16_identify",
1352 "interface": "xyz.openbmc_project.Led.Group",
1353 "property_name": "Asserted",
1354 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001355 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001356 }
1357 }]
1358 },
1359 {
1360 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme1",
1361 "sensors" : [{
1362 "set" : {
1363 "id" : 17,
1364 "size" : 1,
1365 "states" : [1,2]
1366 },
1367 "dbus" : {
1368 "path": "/xyz/openbmc_project/led/groups/nvme17_identify",
1369 "interface": "xyz.openbmc_project.Led.Group",
1370 "property_name": "Asserted",
1371 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001372 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001373 }
1374 }]
1375 },
1376 {
1377 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme2",
1378 "sensors" : [{
1379 "set" : {
1380 "id" : 17,
1381 "size" : 1,
1382 "states" : [1,2]
1383 },
1384 "dbus" : {
1385 "path": "/xyz/openbmc_project/led/groups/nvme18_identify",
1386 "interface": "xyz.openbmc_project.Led.Group",
1387 "property_name": "Asserted",
1388 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001389 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001390 }
1391 }]
1392 },
1393 {
1394 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme3",
1395 "sensors" : [{
1396 "set" : {
1397 "id" : 17,
1398 "size" : 1,
1399 "states" : [1,2]
1400 },
1401 "dbus" : {
1402 "path": "/xyz/openbmc_project/led/groups/nvme19_identify",
1403 "interface": "xyz.openbmc_project.Led.Group",
1404 "property_name": "Asserted",
1405 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001406 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001407 }
1408 }]
1409 },
1410 {
1411 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme4",
1412 "sensors" : [{
1413 "set" : {
1414 "id" : 17,
1415 "size" : 1,
1416 "states" : [1,2]
1417 },
1418 "dbus" : {
1419 "path": "/xyz/openbmc_project/led/groups/nvme20_identify",
1420 "interface": "xyz.openbmc_project.Led.Group",
1421 "property_name": "Asserted",
1422 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001423 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001424 }
1425 }]
1426 },
1427 {
1428 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme5",
1429 "sensors" : [{
1430 "set" : {
1431 "id" : 17,
1432 "size" : 1,
1433 "states" : [1,2]
1434 },
1435 "dbus" : {
1436 "path": "/xyz/openbmc_project/led/groups/nvme21_identify",
1437 "interface": "xyz.openbmc_project.Led.Group",
1438 "property_name": "Asserted",
1439 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001440 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001441 }
1442 }]
1443 },
1444 {
1445 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme6",
1446 "sensors" : [{
1447 "set" : {
1448 "id" : 17,
1449 "size" : 1,
1450 "states" : [1,2]
1451 },
1452 "dbus" : {
1453 "path": "/xyz/openbmc_project/led/groups/nvme22_identify",
1454 "interface": "xyz.openbmc_project.Led.Group",
1455 "property_name": "Asserted",
1456 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001457 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001458 }
1459 }]
1460 },
1461 {
1462 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme7",
1463 "sensors" : [{
1464 "set" : {
1465 "id" : 17,
1466 "size" : 1,
1467 "states" : [1,2]
1468 },
1469 "dbus" : {
1470 "path": "/xyz/openbmc_project/led/groups/nvme23_identify",
1471 "interface": "xyz.openbmc_project.Led.Group",
1472 "property_name": "Asserted",
1473 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001474 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001475 }
1476 }]
1477 },
1478 {
1479 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot0",
1480 "sensors" : [{
1481 "set" : {
1482 "id" : 17,
1483 "size" : 1,
1484 "states" : [1,2]
1485 },
1486 "dbus" : {
1487 "path": "/xyz/openbmc_project/led/groups/pcieslot0_identify",
1488 "interface": "xyz.openbmc_project.Led.Group",
1489 "property_name": "Asserted",
1490 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001491 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001492 }
1493 }]
1494 },
1495 {
1496 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot1",
1497 "sensors" : [{
1498 "set" : {
1499 "id" : 17,
1500 "size" : 1,
1501 "states" : [1,2]
1502 },
1503 "dbus" : {
1504 "path": "/xyz/openbmc_project/led/groups/pcieslot1_identify",
1505 "interface": "xyz.openbmc_project.Led.Group",
1506 "property_name": "Asserted",
1507 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001508 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001509 }
1510 }]
1511 },
1512 {
1513 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot2",
1514 "sensors" : [{
1515 "set" : {
1516 "id" : 17,
1517 "size" : 1,
1518 "states" : [1,2]
1519 },
1520 "dbus" : {
1521 "path": "/xyz/openbmc_project/led/groups/pcieslot2_identify",
1522 "interface": "xyz.openbmc_project.Led.Group",
1523 "property_name": "Asserted",
1524 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001525 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001526 }
1527 }]
1528 },
1529 {
1530 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot3",
1531 "sensors" : [{
1532 "set" : {
1533 "id" : 17,
1534 "size" : 1,
1535 "states" : [1,2]
1536 },
1537 "dbus" : {
1538 "path": "/xyz/openbmc_project/led/groups/pcieslot3_identify",
1539 "interface": "xyz.openbmc_project.Led.Group",
1540 "property_name": "Asserted",
1541 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001542 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001543 }
1544 }]
1545 },
1546 {
1547 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot4",
1548 "sensors" : [{
1549 "set" : {
1550 "id" : 17,
1551 "size" : 1,
1552 "states" : [1,2]
1553 },
1554 "dbus" : {
1555 "path": "/xyz/openbmc_project/led/groups/pcieslot4_identify",
1556 "interface": "xyz.openbmc_project.Led.Group",
1557 "property_name": "Asserted",
1558 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001559 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001560 }
1561 }]
1562 },
1563 {
1564 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot6",
1565 "sensors" : [{
1566 "set" : {
1567 "id" : 17,
1568 "size" : 1,
1569 "states" : [1,2]
1570 },
1571 "dbus" : {
1572 "path": "/xyz/openbmc_project/led/groups/pcieslot6_identify",
1573 "interface": "xyz.openbmc_project.Led.Group",
1574 "property_name": "Asserted",
1575 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001576 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001577 }
1578 }]
1579 },
1580 {
1581 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot7",
1582 "sensors" : [{
1583 "set" : {
1584 "id" : 17,
1585 "size" : 1,
1586 "states" : [1,2]
1587 },
1588 "dbus" : {
1589 "path": "/xyz/openbmc_project/led/groups/pcieslot7_identify",
1590 "interface": "xyz.openbmc_project.Led.Group",
1591 "property_name": "Asserted",
1592 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001593 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001594 }
1595 }]
1596 },
1597 {
1598 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot8",
1599 "sensors" : [{
1600 "set" : {
1601 "id" : 17,
1602 "size" : 1,
1603 "states" : [1,2]
1604 },
1605 "dbus" : {
1606 "path": "/xyz/openbmc_project/led/groups/pcieslot8_identify",
1607 "interface": "xyz.openbmc_project.Led.Group",
1608 "property_name": "Asserted",
1609 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001610 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001611 }
1612 }]
1613 },
1614 {
1615 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot9",
1616 "sensors" : [{
1617 "set" : {
1618 "id" : 17,
1619 "size" : 1,
1620 "states" : [1,2]
1621 },
1622 "dbus" : {
1623 "path": "/xyz/openbmc_project/led/groups/pcieslot9_identify",
1624 "interface": "xyz.openbmc_project.Led.Group",
1625 "property_name": "Asserted",
1626 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001627 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001628 }
1629 }]
1630 },
1631 {
1632 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot10",
1633 "sensors" : [{
1634 "set" : {
1635 "id" : 17,
1636 "size" : 1,
1637 "states" : [1,2]
1638 },
1639 "dbus" : {
1640 "path": "/xyz/openbmc_project/led/groups/pcieslot10_identify",
1641 "interface": "xyz.openbmc_project.Led.Group",
1642 "property_name": "Asserted",
1643 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001644 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001645 }
1646 }]
1647 },
1648 {
1649 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot11",
1650 "sensors" : [{
1651 "set" : {
1652 "id" : 17,
1653 "size" : 1,
1654 "states" : [1,2]
1655 },
1656 "dbus" : {
1657 "path": "/xyz/openbmc_project/led/groups/pcieslot11_identify",
1658 "interface": "xyz.openbmc_project.Led.Group",
1659 "property_name": "Asserted",
1660 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001661 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001662 }
1663 }]
1664 },
1665 {
1666 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard",
1667 "sensors" : [{
1668 "set" : {
1669 "id" : 17,
1670 "size" : 1,
1671 "states" : [1,2]
1672 },
1673 "dbus" : {
1674 "path": "/xyz/openbmc_project/led/groups/planar_identify",
1675 "interface": "xyz.openbmc_project.Led.Group",
1676 "property_name": "Asserted",
1677 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001678 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001679 }
1680 }]
1681 },
1682 {
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001683 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
1684 "sensors" : [{
1685 "set" : {
1686 "id" : 17,
1687 "size" : 1,
1688 "states" : [1,2]
1689 },
1690 "dbus" : {
1691 "path": "/xyz/openbmc_project/led/groups/powersupply0_identify",
1692 "interface": "xyz.openbmc_project.Led.Group",
1693 "property_name": "Asserted",
1694 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001695 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001696 }
1697 }]
1698 },
1699 {
1700 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
1701 "sensors" : [{
1702 "set" : {
1703 "id" : 17,
1704 "size" : 1,
1705 "states" : [1,2]
1706 },
1707 "dbus" : {
1708 "path": "/xyz/openbmc_project/led/groups/powersupply1_identify",
1709 "interface": "xyz.openbmc_project.Led.Group",
1710 "property_name": "Asserted",
1711 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001712 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001713 }
1714 }]
1715 },
1716 {
Sridevi Ramesh2e30eb12021-07-06 06:07:37 -05001717 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply2",
1718 "sensors" : [{
1719 "set" : {
1720 "id" : 17,
1721 "size" : 1,
1722 "states" : [1,2]
1723 },
1724 "dbus" : {
1725 "path": "/xyz/openbmc_project/led/groups/powersupply2_identify",
1726 "interface": "xyz.openbmc_project.Led.Group",
1727 "property_name": "Asserted",
1728 "property_type": "bool",
1729 "property_values" : [false, true]
1730 }
1731 }]
1732 },
1733 {
1734 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply3",
1735 "sensors" : [{
1736 "set" : {
1737 "id" : 17,
1738 "size" : 1,
1739 "states" : [1,2]
1740 },
1741 "dbus" : {
1742 "path": "/xyz/openbmc_project/led/groups/powersupply3_identify",
1743 "interface": "xyz.openbmc_project.Led.Group",
1744 "property_name": "Asserted",
1745 "property_type": "bool",
1746 "property_values" : [false, true]
1747 }
1748 }]
1749 },
1750 {
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001751 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/tod_battery",
1752 "sensors" : [{
1753 "set" : {
1754 "id" : 17,
1755 "size" : 1,
1756 "states" : [1,2]
1757 },
1758 "dbus" : {
1759 "path": "/xyz/openbmc_project/led/groups/rtc_battery_identify",
1760 "interface": "xyz.openbmc_project.Led.Group",
1761 "property_name": "Asserted",
1762 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001763 "property_values" : [false, true]
Jayashankar Padath144ef2b2021-05-10 13:00:17 -05001764 }
1765 }]
1766 },
1767 {
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001768 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/tpm_wilson",
1769 "sensors" : [{
1770 "set" : {
1771 "id" : 17,
1772 "size" : 1,
1773 "states" : [1,2]
1774 },
1775 "dbus" : {
1776 "path": "/xyz/openbmc_project/led/groups/tpm_wilson_identify",
1777 "interface": "xyz.openbmc_project.Led.Group",
1778 "property_name": "Asserted",
1779 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08001780 "property_values" : [false, true]
Varsha Kaverappa06f34412021-03-01 08:40:02 -06001781 }
1782 }]
1783 },
1784 {
Jayashankar Padath50304da2021-04-14 22:45:11 -05001785 "type" : 45,
Jayashankar Padath2f4f2202021-05-20 08:23:56 -05001786 "instance" : 1,
Jayashankar Padath50304da2021-04-14 22:45:11 -05001787 "container" : 0,
1788 "sensors" : [{
1789 "set" : {
1790 "id" : 10,
1791 "size" : 1,
1792 "states" : [1,2]
1793 },
1794 "dbus" : {
1795 "path": "/xyz/openbmc_project/led/physical/virtual_enc_fault",
1796 "interface": "xyz.openbmc_project.Led.Physical",
1797 "property_name": "State",
1798 "property_type": "string",
1799 "property_values": [
Jayashankar Padath2f4f2202021-05-20 08:23:56 -05001800 "xyz.openbmc_project.Led.Physical.Action.Off",
1801 "xyz.openbmc_project.Led.Physical.Action.On || xyz.openbmc_project.Led.Physical.Action.Blink"
Jayashankar Padath50304da2021-04-14 22:45:11 -05001802 ]
1803 }
1804 }]
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05001805 },
1806 {
Sridevi Ramesh2e30eb12021-07-06 06:07:37 -05001807 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/base_op_panel_blyth",
1808 "sensors" : [{
1809 "set" : {
1810 "id" : 10,
1811 "size" : 1,
1812 "states" : [1,2]
1813 },
1814 "dbus" : {
1815 "path": "/xyz/openbmc_project/led/groups/base_blyth_fault",
1816 "interface": "xyz.openbmc_project.Led.Group",
1817 "property_name": "Asserted",
1818 "property_type": "bool",
1819 "property_values" : [false, true]
1820 }
1821 }]
1822 },
1823 {
1824 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/ebmc_card_bmc",
1825 "sensors" : [{
1826 "set" : {
1827 "id" : 10,
1828 "size" : 1,
1829 "states" : [1,2]
1830 },
1831 "dbus" : {
1832 "path": "/xyz/openbmc_project/led/groups/bmc_ingraham_fault",
1833 "interface": "xyz.openbmc_project.Led.Group",
1834 "property_name": "Asserted",
1835 "property_type": "bool",
1836 "property_values" : [false, true]
1837 }
1838 }]
1839 },
1840 {
1841 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card0/cxp_bot",
1842 "sensors" : [{
1843 "set" : {
1844 "id" : 10,
1845 "size" : 1,
1846 "states" : [1,2]
1847 },
1848 "dbus" : {
1849 "path": "/xyz/openbmc_project/led/groups/cablecard0_cxp_bot_fault",
1850 "interface": "xyz.openbmc_project.Led.Group",
1851 "property_name": "Asserted",
1852 "property_type": "bool",
1853 "property_values" : [false, true]
1854 }
1855 }]
1856 },
1857 {
1858 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card0/cxp_top",
1859 "sensors" : [{
1860 "set" : {
1861 "id" : 10,
1862 "size" : 1,
1863 "states" : [1,2]
1864 },
1865 "dbus" : {
1866 "path": "/xyz/openbmc_project/led/groups/cablecard0_cxp_top_fault",
1867 "interface": "xyz.openbmc_project.Led.Group",
1868 "property_name": "Asserted",
1869 "property_type": "bool",
1870 "property_values" : [false, true]
1871 }
1872 }]
1873 },
1874 {
1875 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card3/cxp_bot",
1876 "sensors" : [{
1877 "set" : {
1878 "id" : 10,
1879 "size" : 1,
1880 "states" : [1,2]
1881 },
1882 "dbus" : {
1883 "path": "/xyz/openbmc_project/led/groups/cablecard3_cxp_bot_fault",
1884 "interface": "xyz.openbmc_project.Led.Group",
1885 "property_name": "Asserted",
1886 "property_type": "bool",
1887 "property_values" : [false, true]
1888 }
1889 }]
1890 },
1891 {
1892 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card3/cxp_top",
1893 "sensors" : [{
1894 "set" : {
1895 "id" : 10,
1896 "size" : 1,
1897 "states" : [1,2]
1898 },
1899 "dbus" : {
1900 "path": "/xyz/openbmc_project/led/groups/cablecard3_cxp_top_fault",
1901 "interface": "xyz.openbmc_project.Led.Group",
1902 "property_name": "Asserted",
1903 "property_type": "bool",
1904 "property_values" : [false, true]
1905 }
1906 }]
1907 },
1908 {
1909 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card4/cxp_bot",
1910 "sensors" : [{
1911 "set" : {
1912 "id" : 10,
1913 "size" : 1,
1914 "states" : [1,2]
1915 },
1916 "dbus" : {
1917 "path": "/xyz/openbmc_project/led/groups/cablecard4_cxp_bot_fault",
1918 "interface": "xyz.openbmc_project.Led.Group",
1919 "property_name": "Asserted",
1920 "property_type": "bool",
1921 "property_values" : [false, true]
1922 }
1923 }]
1924 },
1925 {
1926 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card4/cxp_top",
1927 "sensors" : [{
1928 "set" : {
1929 "id" : 10,
1930 "size" : 1,
1931 "states" : [1,2]
1932 },
1933 "dbus" : {
1934 "path": "/xyz/openbmc_project/led/groups/cablecard4_cxp_top_fault",
1935 "interface": "xyz.openbmc_project.Led.Group",
1936 "property_name": "Asserted",
1937 "property_type": "bool",
1938 "property_values" : [false, true]
1939 }
1940 }]
1941 },
1942 {
1943 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card10/cxp_bot",
1944 "sensors" : [{
1945 "set" : {
1946 "id" : 10,
1947 "size" : 1,
1948 "states" : [1,2]
1949 },
1950 "dbus" : {
1951 "path": "/xyz/openbmc_project/led/groups/cablecard10_cxp_bot_fault",
1952 "interface": "xyz.openbmc_project.Led.Group",
1953 "property_name": "Asserted",
1954 "property_type": "bool",
1955 "property_values" : [false, true]
1956 }
1957 }]
1958 },
1959 {
1960 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcie_cable_card10/cxp_top",
1961 "sensors" : [{
1962 "set" : {
1963 "id" : 10,
1964 "size" : 1,
1965 "states" : [1,2]
1966 },
1967 "dbus" : {
1968 "path": "/xyz/openbmc_project/led/groups/cablecard10_cxp_top_fault",
1969 "interface": "xyz.openbmc_project.Led.Group",
1970 "property_name": "Asserted",
1971 "property_type": "bool",
1972 "property_values" : [false, true]
1973 }
1974 }]
1975 },
1976 {
1977 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0",
1978 "sensors" : [{
1979 "set" : {
1980 "id" : 10,
1981 "size" : 1,
1982 "states" : [1,2]
1983 },
1984 "dbus" : {
1985 "path": "/xyz/openbmc_project/led/groups/cpu0_fault",
1986 "interface": "xyz.openbmc_project.Led.Group",
1987 "property_name": "Asserted",
1988 "property_type": "bool",
1989 "property_values" : [false, true]
1990 }
1991 }]
1992 },
1993 {
1994 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu1",
1995 "sensors" : [{
1996 "set" : {
1997 "id" : 10,
1998 "size" : 1,
1999 "states" : [1,2]
2000 },
2001 "dbus" : {
2002 "path": "/xyz/openbmc_project/led/groups/cpu0_fault",
2003 "interface": "xyz.openbmc_project.Led.Group",
2004 "property_name": "Asserted",
2005 "property_type": "bool",
2006 "property_values" : [false, true]
2007 }
2008 }]
2009 },
2010 {
2011 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu2",
2012 "sensors" : [{
2013 "set" : {
2014 "id" : 10,
2015 "size" : 1,
2016 "states" : [1,2]
2017 },
2018 "dbus" : {
2019 "path": "/xyz/openbmc_project/led/groups/cpu1_fault",
2020 "interface": "xyz.openbmc_project.Led.Group",
2021 "property_name": "Asserted",
2022 "property_type": "bool",
2023 "property_values" : [false, true]
2024 }
2025 }]
2026 },
2027 {
2028 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu3",
2029 "sensors" : [{
2030 "set" : {
2031 "id" : 10,
2032 "size" : 1,
2033 "states" : [1,2]
2034 },
2035 "dbus" : {
2036 "path": "/xyz/openbmc_project/led/groups/cpu1_fault",
2037 "interface": "xyz.openbmc_project.Led.Group",
2038 "property_name": "Asserted",
2039 "property_type": "bool",
2040 "property_values" : [false, true]
2041 }
2042 }]
2043 },
2044 {
2045 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm0",
2046 "sensors" : [{
2047 "set" : {
2048 "id" : 10,
2049 "size" : 1,
2050 "states" : [1,2]
2051 },
2052 "dbus" : {
2053 "path": "/xyz/openbmc_project/led/groups/cpu0_vrm0_fault",
2054 "interface": "xyz.openbmc_project.Led.Group",
2055 "property_name": "Asserted",
2056 "property_type": "bool",
2057 "property_values" : [false, true]
2058 }
2059 }]
2060 },
2061 {
2062 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/vdd_vrm1",
2063 "sensors" : [{
2064 "set" : {
2065 "id" : 10,
2066 "size" : 1,
2067 "states" : [1,2]
2068 },
2069 "dbus" : {
2070 "path": "/xyz/openbmc_project/led/groups/cpu1_vrm0_fault",
2071 "interface": "xyz.openbmc_project.Led.Group",
2072 "property_name": "Asserted",
2073 "property_type": "bool",
2074 "property_values" : [false, true]
2075 }
2076 }]
2077 },
2078 {
2079 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0",
2080 "sensors" : [{
2081 "set" : {
2082 "id" : 10,
2083 "size" : 1,
2084 "states" : [1,2]
2085 },
2086 "dbus" : {
2087 "path": "/xyz/openbmc_project/led/groups/dasd_pyramid0_fault",
2088 "interface": "xyz.openbmc_project.Led.Group",
2089 "property_name": "Asserted",
2090 "property_type": "bool",
2091 "property_values" : [false, true]
2092 }
2093 }]
2094 },
2095 {
2096 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1",
2097 "sensors" : [{
2098 "set" : {
2099 "id" : 10,
2100 "size" : 1,
2101 "states" : [1,2]
2102 },
2103 "dbus" : {
2104 "path": "/xyz/openbmc_project/led/groups/dasd_pyramid1_fault",
2105 "interface": "xyz.openbmc_project.Led.Group",
2106 "property_name": "Asserted",
2107 "property_type": "bool",
2108 "property_values" : [false, true]
2109 }
2110 }]
2111 },
2112 {
2113 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2",
2114 "sensors" : [{
2115 "set" : {
2116 "id" : 10,
2117 "size" : 1,
2118 "states" : [1,2]
2119 },
2120 "dbus" : {
2121 "path": "/xyz/openbmc_project/led/groups/dasd_pyramid2_fault",
2122 "interface": "xyz.openbmc_project.Led.Group",
2123 "property_name": "Asserted",
2124 "property_type": "bool",
2125 "property_values" : [false, true]
2126 }
2127 }]
2128 },
2129 {
2130 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0",
2131 "sensors" : [{
2132 "set" : {
2133 "id" : 10,
2134 "size" : 1,
2135 "states" : [1,2]
2136 },
2137 "dbus" : {
2138 "path": "/xyz/openbmc_project/led/groups/ddimm0_fault",
2139 "interface": "xyz.openbmc_project.Led.Group",
2140 "property_name": "Asserted",
2141 "property_type": "bool",
2142 "property_values" : [false, true]
2143 }
2144 }]
2145 },
2146 {
2147 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1",
2148 "sensors" : [{
2149 "set" : {
2150 "id" : 10,
2151 "size" : 1,
2152 "states" : [1,2]
2153 },
2154 "dbus" : {
2155 "path": "/xyz/openbmc_project/led/groups/ddimm1_fault",
2156 "interface": "xyz.openbmc_project.Led.Group",
2157 "property_name": "Asserted",
2158 "property_type": "bool",
2159 "property_values" : [false, true]
2160 }
2161 }]
2162 },
2163 {
2164 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2",
2165 "sensors" : [{
2166 "set" : {
2167 "id" : 10,
2168 "size" : 1,
2169 "states" : [1,2]
2170 },
2171 "dbus" : {
2172 "path": "/xyz/openbmc_project/led/groups/ddimm2_fault",
2173 "interface": "xyz.openbmc_project.Led.Group",
2174 "property_name": "Asserted",
2175 "property_type": "bool",
2176 "property_values" : [false, true]
2177 }
2178 }]
2179 },
2180 {
2181 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3",
2182 "sensors" : [{
2183 "set" : {
2184 "id" : 10,
2185 "size" : 1,
2186 "states" : [1,2]
2187 },
2188 "dbus" : {
2189 "path": "/xyz/openbmc_project/led/groups/ddimm3_fault",
2190 "interface": "xyz.openbmc_project.Led.Group",
2191 "property_name": "Asserted",
2192 "property_type": "bool",
2193 "property_values" : [false, true]
2194 }
2195 }]
2196 },
2197 {
2198 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4",
2199 "sensors" : [{
2200 "set" : {
2201 "id" : 10,
2202 "size" : 1,
2203 "states" : [1,2]
2204 },
2205 "dbus" : {
2206 "path": "/xyz/openbmc_project/led/groups/ddimm4_fault",
2207 "interface": "xyz.openbmc_project.Led.Group",
2208 "property_name": "Asserted",
2209 "property_type": "bool",
2210 "property_values" : [false, true]
2211 }
2212 }]
2213 },
2214 {
2215 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5",
2216 "sensors" : [{
2217 "set" : {
2218 "id" : 10,
2219 "size" : 1,
2220 "states" : [1,2]
2221 },
2222 "dbus" : {
2223 "path": "/xyz/openbmc_project/led/groups/ddimm5_fault",
2224 "interface": "xyz.openbmc_project.Led.Group",
2225 "property_name": "Asserted",
2226 "property_type": "bool",
2227 "property_values" : [false, true]
2228 }
2229 }]
2230 },
2231 {
2232 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6",
2233 "sensors" : [{
2234 "set" : {
2235 "id" : 10,
2236 "size" : 1,
2237 "states" : [1,2]
2238 },
2239 "dbus" : {
2240 "path": "/xyz/openbmc_project/led/groups/ddimm6_fault",
2241 "interface": "xyz.openbmc_project.Led.Group",
2242 "property_name": "Asserted",
2243 "property_type": "bool",
2244 "property_values" : [false, true]
2245 }
2246 }]
2247 },
2248 {
2249 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm7",
2250 "sensors" : [{
2251 "set" : {
2252 "id" : 10,
2253 "size" : 1,
2254 "states" : [1,2]
2255 },
2256 "dbus" : {
2257 "path": "/xyz/openbmc_project/led/groups/ddimm7_fault",
2258 "interface": "xyz.openbmc_project.Led.Group",
2259 "property_name": "Asserted",
2260 "property_type": "bool",
2261 "property_values" : [false, true]
2262 }
2263 }]
2264 },
2265 {
2266 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm8",
2267 "sensors" : [{
2268 "set" : {
2269 "id" : 10,
2270 "size" : 1,
2271 "states" : [1,2]
2272 },
2273 "dbus" : {
2274 "path": "/xyz/openbmc_project/led/groups/ddimm8_fault",
2275 "interface": "xyz.openbmc_project.Led.Group",
2276 "property_name": "Asserted",
2277 "property_type": "bool",
2278 "property_values" : [false, true]
2279 }
2280 }]
2281 },
2282 {
2283 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm9",
2284 "sensors" : [{
2285 "set" : {
2286 "id" : 10,
2287 "size" : 1,
2288 "states" : [1,2]
2289 },
2290 "dbus" : {
2291 "path": "/xyz/openbmc_project/led/groups/ddimm9_fault",
2292 "interface": "xyz.openbmc_project.Led.Group",
2293 "property_name": "Asserted",
2294 "property_type": "bool",
2295 "property_values" : [false, true]
2296 }
2297 }]
2298 },
2299 {
2300 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm10",
2301 "sensors" : [{
2302 "set" : {
2303 "id" : 10,
2304 "size" : 1,
2305 "states" : [1,2]
2306 },
2307 "dbus" : {
2308 "path": "/xyz/openbmc_project/led/groups/ddimm10_fault",
2309 "interface": "xyz.openbmc_project.Led.Group",
2310 "property_name": "Asserted",
2311 "property_type": "bool",
2312 "property_values" : [false, true]
2313 }
2314 }]
2315 },
2316 {
2317 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm11",
2318 "sensors" : [{
2319 "set" : {
2320 "id" : 10,
2321 "size" : 1,
2322 "states" : [1,2]
2323 },
2324 "dbus" : {
2325 "path": "/xyz/openbmc_project/led/groups/ddimm11_fault",
2326 "interface": "xyz.openbmc_project.Led.Group",
2327 "property_name": "Asserted",
2328 "property_type": "bool",
2329 "property_values" : [false, true]
2330 }
2331 }]
2332 },
2333 {
2334 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm12",
2335 "sensors" : [{
2336 "set" : {
2337 "id" : 10,
2338 "size" : 1,
2339 "states" : [1,2]
2340 },
2341 "dbus" : {
2342 "path": "/xyz/openbmc_project/led/groups/ddimm12_fault",
2343 "interface": "xyz.openbmc_project.Led.Group",
2344 "property_name": "Asserted",
2345 "property_type": "bool",
2346 "property_values" : [false, true]
2347 }
2348 }]
2349 },
2350 {
2351 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm13",
2352 "sensors" : [{
2353 "set" : {
2354 "id" : 10,
2355 "size" : 1,
2356 "states" : [1,2]
2357 },
2358 "dbus" : {
2359 "path": "/xyz/openbmc_project/led/groups/ddimm13_fault",
2360 "interface": "xyz.openbmc_project.Led.Group",
2361 "property_name": "Asserted",
2362 "property_type": "bool",
2363 "property_values" : [false, true]
2364 }
2365 }]
2366 },
2367 {
2368 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm14",
2369 "sensors" : [{
2370 "set" : {
2371 "id" : 10,
2372 "size" : 1,
2373 "states" : [1,2]
2374 },
2375 "dbus" : {
2376 "path": "/xyz/openbmc_project/led/groups/ddimm14_fault",
2377 "interface": "xyz.openbmc_project.Led.Group",
2378 "property_name": "Asserted",
2379 "property_type": "bool",
2380 "property_values" : [false, true]
2381 }
2382 }]
2383 },
2384 {
2385 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm15",
2386 "sensors" : [{
2387 "set" : {
2388 "id" : 10,
2389 "size" : 1,
2390 "states" : [1,2]
2391 },
2392 "dbus" : {
2393 "path": "/xyz/openbmc_project/led/groups/ddimm15_fault",
2394 "interface": "xyz.openbmc_project.Led.Group",
2395 "property_name": "Asserted",
2396 "property_type": "bool",
2397 "property_values" : [false, true]
2398 }
2399 }]
2400 },
2401 {
2402 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm16",
2403 "sensors" : [{
2404 "set" : {
2405 "id" : 10,
2406 "size" : 1,
2407 "states" : [1,2]
2408 },
2409 "dbus" : {
2410 "path": "/xyz/openbmc_project/led/groups/ddimm16_fault",
2411 "interface": "xyz.openbmc_project.Led.Group",
2412 "property_name": "Asserted",
2413 "property_type": "bool",
2414 "property_values" : [false, true]
2415 }
2416 }]
2417 },
2418 {
2419 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm17",
2420 "sensors" : [{
2421 "set" : {
2422 "id" : 10,
2423 "size" : 1,
2424 "states" : [1,2]
2425 },
2426 "dbus" : {
2427 "path": "/xyz/openbmc_project/led/groups/ddimm17_fault",
2428 "interface": "xyz.openbmc_project.Led.Group",
2429 "property_name": "Asserted",
2430 "property_type": "bool",
2431 "property_values" : [false, true]
2432 }
2433 }]
2434 },
2435 {
2436 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm18",
2437 "sensors" : [{
2438 "set" : {
2439 "id" : 10,
2440 "size" : 1,
2441 "states" : [1,2]
2442 },
2443 "dbus" : {
2444 "path": "/xyz/openbmc_project/led/groups/ddimm18_fault",
2445 "interface": "xyz.openbmc_project.Led.Group",
2446 "property_name": "Asserted",
2447 "property_type": "bool",
2448 "property_values" : [false, true]
2449 }
2450 }]
2451 },
2452 {
2453 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm19",
2454 "sensors" : [{
2455 "set" : {
2456 "id" : 10,
2457 "size" : 1,
2458 "states" : [1,2]
2459 },
2460 "dbus" : {
2461 "path": "/xyz/openbmc_project/led/groups/ddimm19_fault",
2462 "interface": "xyz.openbmc_project.Led.Group",
2463 "property_name": "Asserted",
2464 "property_type": "bool",
2465 "property_values" : [false, true]
2466 }
2467 }]
2468 },
2469 {
2470 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm20",
2471 "sensors" : [{
2472 "set" : {
2473 "id" : 10,
2474 "size" : 1,
2475 "states" : [1,2]
2476 },
2477 "dbus" : {
2478 "path": "/xyz/openbmc_project/led/groups/ddimm20_fault",
2479 "interface": "xyz.openbmc_project.Led.Group",
2480 "property_name": "Asserted",
2481 "property_type": "bool",
2482 "property_values" : [false, true]
2483 }
2484 }]
2485 },
2486 {
2487 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm21",
2488 "sensors" : [{
2489 "set" : {
2490 "id" : 10,
2491 "size" : 1,
2492 "states" : [1,2]
2493 },
2494 "dbus" : {
2495 "path": "/xyz/openbmc_project/led/groups/ddimm21_fault",
2496 "interface": "xyz.openbmc_project.Led.Group",
2497 "property_name": "Asserted",
2498 "property_type": "bool",
2499 "property_values" : [false, true]
2500 }
2501 }]
2502 },
2503 {
2504 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm22",
2505 "sensors" : [{
2506 "set" : {
2507 "id" : 10,
2508 "size" : 1,
2509 "states" : [1,2]
2510 },
2511 "dbus" : {
2512 "path": "/xyz/openbmc_project/led/groups/ddimm22_fault",
2513 "interface": "xyz.openbmc_project.Led.Group",
2514 "property_name": "Asserted",
2515 "property_type": "bool",
2516 "property_values" : [false, true]
2517 }
2518 }]
2519 },
2520 {
2521 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm23",
2522 "sensors" : [{
2523 "set" : {
2524 "id" : 10,
2525 "size" : 1,
2526 "states" : [1,2]
2527 },
2528 "dbus" : {
2529 "path": "/xyz/openbmc_project/led/groups/ddimm23_fault",
2530 "interface": "xyz.openbmc_project.Led.Group",
2531 "property_name": "Asserted",
2532 "property_type": "bool",
2533 "property_values" : [false, true]
2534 }
2535 }]
2536 },
2537 {
2538 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm24",
2539 "sensors" : [{
2540 "set" : {
2541 "id" : 10,
2542 "size" : 1,
2543 "states" : [1,2]
2544 },
2545 "dbus" : {
2546 "path": "/xyz/openbmc_project/led/groups/ddimm24_fault",
2547 "interface": "xyz.openbmc_project.Led.Group",
2548 "property_name": "Asserted",
2549 "property_type": "bool",
2550 "property_values" : [false, true]
2551 }
2552 }]
2553 },
2554 {
2555 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm25",
2556 "sensors" : [{
2557 "set" : {
2558 "id" : 10,
2559 "size" : 1,
2560 "states" : [1,2]
2561 },
2562 "dbus" : {
2563 "path": "/xyz/openbmc_project/led/groups/ddimm25_fault",
2564 "interface": "xyz.openbmc_project.Led.Group",
2565 "property_name": "Asserted",
2566 "property_type": "bool",
2567 "property_values" : [false, true]
2568 }
2569 }]
2570 },
2571 {
2572 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm26",
2573 "sensors" : [{
2574 "set" : {
2575 "id" : 10,
2576 "size" : 1,
2577 "states" : [1,2]
2578 },
2579 "dbus" : {
2580 "path": "/xyz/openbmc_project/led/groups/ddimm26_fault",
2581 "interface": "xyz.openbmc_project.Led.Group",
2582 "property_name": "Asserted",
2583 "property_type": "bool",
2584 "property_values" : [false, true]
2585 }
2586 }]
2587 },
2588 {
2589 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm27",
2590 "sensors" : [{
2591 "set" : {
2592 "id" : 10,
2593 "size" : 1,
2594 "states" : [1,2]
2595 },
2596 "dbus" : {
2597 "path": "/xyz/openbmc_project/led/groups/ddimm27_fault",
2598 "interface": "xyz.openbmc_project.Led.Group",
2599 "property_name": "Asserted",
2600 "property_type": "bool",
2601 "property_values" : [false, true]
2602 }
2603 }]
2604 },
2605 {
2606 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm28",
2607 "sensors" : [{
2608 "set" : {
2609 "id" : 10,
2610 "size" : 1,
2611 "states" : [1,2]
2612 },
2613 "dbus" : {
2614 "path": "/xyz/openbmc_project/led/groups/ddimm28_fault",
2615 "interface": "xyz.openbmc_project.Led.Group",
2616 "property_name": "Asserted",
2617 "property_type": "bool",
2618 "property_values" : [false, true]
2619 }
2620 }]
2621 },
2622 {
2623 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm29",
2624 "sensors" : [{
2625 "set" : {
2626 "id" : 10,
2627 "size" : 1,
2628 "states" : [1,2]
2629 },
2630 "dbus" : {
2631 "path": "/xyz/openbmc_project/led/groups/ddimm29_fault",
2632 "interface": "xyz.openbmc_project.Led.Group",
2633 "property_name": "Asserted",
2634 "property_type": "bool",
2635 "property_values" : [false, true]
2636 }
2637 }]
2638 },
2639 {
2640 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm30",
2641 "sensors" : [{
2642 "set" : {
2643 "id" : 10,
2644 "size" : 1,
2645 "states" : [1,2]
2646 },
2647 "dbus" : {
2648 "path": "/xyz/openbmc_project/led/groups/ddimm30_fault",
2649 "interface": "xyz.openbmc_project.Led.Group",
2650 "property_name": "Asserted",
2651 "property_type": "bool",
2652 "property_values" : [false, true]
2653 }
2654 }]
2655 },
2656 {
2657 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm31",
2658 "sensors" : [{
2659 "set" : {
2660 "id" : 10,
2661 "size" : 1,
2662 "states" : [1,2]
2663 },
2664 "dbus" : {
2665 "path": "/xyz/openbmc_project/led/groups/ddimm31_fault",
2666 "interface": "xyz.openbmc_project.Led.Group",
2667 "property_name": "Asserted",
2668 "property_type": "bool",
2669 "property_values" : [false, true]
2670 }
2671 }]
2672 },
2673 {
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05002674 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan0",
2675 "sensors" : [{
2676 "set" : {
2677 "id" : 10,
2678 "size" : 1,
2679 "states" : [1,2]
2680 },
2681 "dbus" : {
2682 "path": "/xyz/openbmc_project/led/groups/fan0_fault",
2683 "interface": "xyz.openbmc_project.Led.Group",
2684 "property_name": "Asserted",
2685 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08002686 "property_values" : [false, true]
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05002687 }
2688 }]
2689 },
2690 {
2691 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan1",
2692 "sensors" : [{
2693 "set" : {
2694 "id" : 10,
2695 "size" : 1,
2696 "states" : [1,2]
2697 },
2698 "dbus" : {
2699 "path": "/xyz/openbmc_project/led/groups/fan1_fault",
2700 "interface": "xyz.openbmc_project.Led.Group",
2701 "property_name": "Asserted",
2702 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08002703 "property_values" : [false, true]
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05002704 }
2705 }]
2706 },
2707 {
2708 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan2",
2709 "sensors" : [{
2710 "set" : {
2711 "id" : 10,
2712 "size" : 1,
2713 "states" : [1,2]
2714 },
2715 "dbus" : {
2716 "path": "/xyz/openbmc_project/led/groups/fan2_fault",
2717 "interface": "xyz.openbmc_project.Led.Group",
2718 "property_name": "Asserted",
2719 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08002720 "property_values" : [false, true]
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05002721 }
2722 }]
2723 },
2724 {
2725 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan3",
2726 "sensors" : [{
2727 "set" : {
2728 "id" : 10,
2729 "size" : 1,
2730 "states" : [1,2]
2731 },
2732 "dbus" : {
2733 "path": "/xyz/openbmc_project/led/groups/fan3_fault",
2734 "interface": "xyz.openbmc_project.Led.Group",
2735 "property_name": "Asserted",
2736 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08002737 "property_values" : [false, true]
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05002738 }
2739 }]
2740 },
2741 {
2742 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan4",
2743 "sensors" : [{
2744 "set" : {
2745 "id" : 10,
2746 "size" : 1,
2747 "states" : [1,2]
2748 },
2749 "dbus" : {
2750 "path": "/xyz/openbmc_project/led/groups/fan4_fault",
2751 "interface": "xyz.openbmc_project.Led.Group",
2752 "property_name": "Asserted",
2753 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08002754 "property_values" : [false, true]
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05002755 }
2756 }]
2757 },
2758 {
2759 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/fan5",
2760 "sensors" : [{
2761 "set" : {
2762 "id" : 10,
2763 "size" : 1,
2764 "states" : [1,2]
2765 },
2766 "dbus" : {
2767 "path": "/xyz/openbmc_project/led/groups/fan5_fault",
2768 "interface": "xyz.openbmc_project.Led.Group",
2769 "property_name": "Asserted",
2770 "property_type": "bool",
George Liu8dd6fa12021-06-03 10:01:39 +08002771 "property_values" : [false, true]
Jayashankar Padathdf2fa472021-05-04 04:12:02 -05002772 }
2773 }]
Jayashankar Padath06347d72021-05-27 05:03:13 -05002774 },
2775 {
Sridevi Ramesh2e30eb12021-07-06 06:07:37 -05002776 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/lcd_op_panel_hill",
2777 "sensors" : [{
2778 "set" : {
2779 "id" : 10,
2780 "size" : 1,
2781 "states" : [1,2]
2782 },
2783 "dbus" : {
2784 "path": "/xyz/openbmc_project/led/groups/lcd_russel_fault",
2785 "interface": "xyz.openbmc_project.Led.Group",
2786 "property_name": "Asserted",
2787 "property_type": "bool",
2788 "property_values" : [false, true]
2789 }
2790 }]
2791 },
2792 {
2793 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme0",
2794 "sensors" : [{
2795 "set" : {
2796 "id" : 10,
2797 "size" : 1,
2798 "states" : [1,2]
2799 },
2800 "dbus" : {
2801 "path": "/xyz/openbmc_project/led/groups/nvme0_fault",
2802 "interface": "xyz.openbmc_project.Led.Group",
2803 "property_name": "Asserted",
2804 "property_type": "bool",
2805 "property_values" : [false, true]
2806 }
2807 }]
2808 },
2809 {
2810 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme1",
2811 "sensors" : [{
2812 "set" : {
2813 "id" : 10,
2814 "size" : 1,
2815 "states" : [1,2]
2816 },
2817 "dbus" : {
2818 "path": "/xyz/openbmc_project/led/groups/nvme1_fault",
2819 "interface": "xyz.openbmc_project.Led.Group",
2820 "property_name": "Asserted",
2821 "property_type": "bool",
2822 "property_values" : [false, true]
2823 }
2824 }]
2825 },
2826 {
2827 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme2",
2828 "sensors" : [{
2829 "set" : {
2830 "id" : 10,
2831 "size" : 1,
2832 "states" : [1,2]
2833 },
2834 "dbus" : {
2835 "path": "/xyz/openbmc_project/led/groups/nvme2_fault",
2836 "interface": "xyz.openbmc_project.Led.Group",
2837 "property_name": "Asserted",
2838 "property_type": "bool",
2839 "property_values" : [false, true]
2840 }
2841 }]
2842 },
2843 {
2844 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme3",
2845 "sensors" : [{
2846 "set" : {
2847 "id" : 10,
2848 "size" : 1,
2849 "states" : [1,2]
2850 },
2851 "dbus" : {
2852 "path": "/xyz/openbmc_project/led/groups/nvme3_fault",
2853 "interface": "xyz.openbmc_project.Led.Group",
2854 "property_name": "Asserted",
2855 "property_type": "bool",
2856 "property_values" : [false, true]
2857 }
2858 }]
2859 },
2860 {
2861 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme4",
2862 "sensors" : [{
2863 "set" : {
2864 "id" : 10,
2865 "size" : 1,
2866 "states" : [1,2]
2867 },
2868 "dbus" : {
2869 "path": "/xyz/openbmc_project/led/groups/nvme4_fault",
2870 "interface": "xyz.openbmc_project.Led.Group",
2871 "property_name": "Asserted",
2872 "property_type": "bool",
2873 "property_values" : [false, true]
2874 }
2875 }]
2876 },
2877 {
2878 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme5",
2879 "sensors" : [{
2880 "set" : {
2881 "id" : 10,
2882 "size" : 1,
2883 "states" : [1,2]
2884 },
2885 "dbus" : {
2886 "path": "/xyz/openbmc_project/led/groups/nvme5_fault",
2887 "interface": "xyz.openbmc_project.Led.Group",
2888 "property_name": "Asserted",
2889 "property_type": "bool",
2890 "property_values" : [false, true]
2891 }
2892 }]
2893 },
2894 {
2895 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme6",
2896 "sensors" : [{
2897 "set" : {
2898 "id" : 10,
2899 "size" : 1,
2900 "states" : [1,2]
2901 },
2902 "dbus" : {
2903 "path": "/xyz/openbmc_project/led/groups/nvme6_fault",
2904 "interface": "xyz.openbmc_project.Led.Group",
2905 "property_name": "Asserted",
2906 "property_type": "bool",
2907 "property_values" : [false, true]
2908 }
2909 }]
2910 },
2911 {
2912 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane0/nvme7",
2913 "sensors" : [{
2914 "set" : {
2915 "id" : 10,
2916 "size" : 1,
2917 "states" : [1,2]
2918 },
2919 "dbus" : {
2920 "path": "/xyz/openbmc_project/led/groups/nvme7_fault",
2921 "interface": "xyz.openbmc_project.Led.Group",
2922 "property_name": "Asserted",
2923 "property_type": "bool",
2924 "property_values" : [false, true]
2925 }
2926 }]
2927 },
2928 {
2929 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme0",
2930 "sensors" : [{
2931 "set" : {
2932 "id" : 10,
2933 "size" : 1,
2934 "states" : [1,2]
2935 },
2936 "dbus" : {
2937 "path": "/xyz/openbmc_project/led/groups/nvme8_fault",
2938 "interface": "xyz.openbmc_project.Led.Group",
2939 "property_name": "Asserted",
2940 "property_type": "bool",
2941 "property_values" : [false, true]
2942 }
2943 }]
2944 },
2945 {
2946 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme1",
2947 "sensors" : [{
2948 "set" : {
2949 "id" : 10,
2950 "size" : 1,
2951 "states" : [1,2]
2952 },
2953 "dbus" : {
2954 "path": "/xyz/openbmc_project/led/groups/nvme9_fault",
2955 "interface": "xyz.openbmc_project.Led.Group",
2956 "property_name": "Asserted",
2957 "property_type": "bool",
2958 "property_values" : [false, true]
2959 }
2960 }]
2961 },
2962 {
2963 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme2",
2964 "sensors" : [{
2965 "set" : {
2966 "id" : 10,
2967 "size" : 1,
2968 "states" : [1,2]
2969 },
2970 "dbus" : {
2971 "path": "/xyz/openbmc_project/led/groups/nvme10_fault",
2972 "interface": "xyz.openbmc_project.Led.Group",
2973 "property_name": "Asserted",
2974 "property_type": "bool",
2975 "property_values" : [false, true]
2976 }
2977 }]
2978 },
2979 {
2980 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme3",
2981 "sensors" : [{
2982 "set" : {
2983 "id" : 10,
2984 "size" : 1,
2985 "states" : [1,2]
2986 },
2987 "dbus" : {
2988 "path": "/xyz/openbmc_project/led/groups/nvme11_fault",
2989 "interface": "xyz.openbmc_project.Led.Group",
2990 "property_name": "Asserted",
2991 "property_type": "bool",
2992 "property_values" : [false, true]
2993 }
2994 }]
2995 },
2996 {
2997 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme4",
2998 "sensors" : [{
2999 "set" : {
3000 "id" : 10,
3001 "size" : 1,
3002 "states" : [1,2]
3003 },
3004 "dbus" : {
3005 "path": "/xyz/openbmc_project/led/groups/nvme12_fault",
3006 "interface": "xyz.openbmc_project.Led.Group",
3007 "property_name": "Asserted",
3008 "property_type": "bool",
3009 "property_values" : [false, true]
3010 }
3011 }]
3012 },
3013 {
3014 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme5",
3015 "sensors" : [{
3016 "set" : {
3017 "id" : 10,
3018 "size" : 1,
3019 "states" : [1,2]
3020 },
3021 "dbus" : {
3022 "path": "/xyz/openbmc_project/led/groups/nvme13_fault",
3023 "interface": "xyz.openbmc_project.Led.Group",
3024 "property_name": "Asserted",
3025 "property_type": "bool",
3026 "property_values" : [false, true]
3027 }
3028 }]
3029 },
3030 {
3031 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme6",
3032 "sensors" : [{
3033 "set" : {
3034 "id" : 10,
3035 "size" : 1,
3036 "states" : [1,2]
3037 },
3038 "dbus" : {
3039 "path": "/xyz/openbmc_project/led/groups/nvme14_fault",
3040 "interface": "xyz.openbmc_project.Led.Group",
3041 "property_name": "Asserted",
3042 "property_type": "bool",
3043 "property_values" : [false, true]
3044 }
3045 }]
3046 },
3047 {
3048 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane1/nvme7",
3049 "sensors" : [{
3050 "set" : {
3051 "id" : 10,
3052 "size" : 1,
3053 "states" : [1,2]
3054 },
3055 "dbus" : {
3056 "path": "/xyz/openbmc_project/led/groups/nvme15_fault",
3057 "interface": "xyz.openbmc_project.Led.Group",
3058 "property_name": "Asserted",
3059 "property_type": "bool",
3060 "property_values" : [false, true]
3061 }
3062 }]
3063 },
3064 {
3065 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme0",
3066 "sensors" : [{
3067 "set" : {
3068 "id" : 10,
3069 "size" : 1,
3070 "states" : [1,2]
3071 },
3072 "dbus" : {
3073 "path": "/xyz/openbmc_project/led/groups/nvme16_fault",
3074 "interface": "xyz.openbmc_project.Led.Group",
3075 "property_name": "Asserted",
3076 "property_type": "bool",
3077 "property_values" : [false, true]
3078 }
3079 }]
3080 },
3081 {
3082 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme1",
3083 "sensors" : [{
3084 "set" : {
3085 "id" : 10,
3086 "size" : 1,
3087 "states" : [1,2]
3088 },
3089 "dbus" : {
3090 "path": "/xyz/openbmc_project/led/groups/nvme17_fault",
3091 "interface": "xyz.openbmc_project.Led.Group",
3092 "property_name": "Asserted",
3093 "property_type": "bool",
3094 "property_values" : [false, true]
3095 }
3096 }]
3097 },
3098 {
3099 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme2",
3100 "sensors" : [{
3101 "set" : {
3102 "id" : 10,
3103 "size" : 1,
3104 "states" : [1,2]
3105 },
3106 "dbus" : {
3107 "path": "/xyz/openbmc_project/led/groups/nvme18_fault",
3108 "interface": "xyz.openbmc_project.Led.Group",
3109 "property_name": "Asserted",
3110 "property_type": "bool",
3111 "property_values" : [false, true]
3112 }
3113 }]
3114 },
3115 {
3116 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme3",
3117 "sensors" : [{
3118 "set" : {
3119 "id" : 10,
3120 "size" : 1,
3121 "states" : [1,2]
3122 },
3123 "dbus" : {
3124 "path": "/xyz/openbmc_project/led/groups/nvme19_fault",
3125 "interface": "xyz.openbmc_project.Led.Group",
3126 "property_name": "Asserted",
3127 "property_type": "bool",
3128 "property_values" : [false, true]
3129 }
3130 }]
3131 },
3132 {
3133 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme4",
3134 "sensors" : [{
3135 "set" : {
3136 "id" : 10,
3137 "size" : 1,
3138 "states" : [1,2]
3139 },
3140 "dbus" : {
3141 "path": "/xyz/openbmc_project/led/groups/nvme20_fault",
3142 "interface": "xyz.openbmc_project.Led.Group",
3143 "property_name": "Asserted",
3144 "property_type": "bool",
3145 "property_values" : [false, true]
3146 }
3147 }]
3148 },
3149 {
3150 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme5",
3151 "sensors" : [{
3152 "set" : {
3153 "id" : 10,
3154 "size" : 1,
3155 "states" : [1,2]
3156 },
3157 "dbus" : {
3158 "path": "/xyz/openbmc_project/led/groups/nvme21_fault",
3159 "interface": "xyz.openbmc_project.Led.Group",
3160 "property_name": "Asserted",
3161 "property_type": "bool",
3162 "property_values" : [false, true]
3163 }
3164 }]
3165 },
3166 {
3167 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme6",
3168 "sensors" : [{
3169 "set" : {
3170 "id" : 10,
3171 "size" : 1,
3172 "states" : [1,2]
3173 },
3174 "dbus" : {
3175 "path": "/xyz/openbmc_project/led/groups/nvme22_fault",
3176 "interface": "xyz.openbmc_project.Led.Group",
3177 "property_name": "Asserted",
3178 "property_type": "bool",
3179 "property_values" : [false, true]
3180 }
3181 }]
3182 },
3183 {
3184 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/disk_backplane2/nvme7",
3185 "sensors" : [{
3186 "set" : {
3187 "id" : 10,
3188 "size" : 1,
3189 "states" : [1,2]
3190 },
3191 "dbus" : {
3192 "path": "/xyz/openbmc_project/led/groups/nvme23_fault",
3193 "interface": "xyz.openbmc_project.Led.Group",
3194 "property_name": "Asserted",
3195 "property_type": "bool",
3196 "property_values" : [false, true]
3197 }
3198 }]
3199 },
3200 {
3201 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot0",
3202 "sensors" : [{
3203 "set" : {
3204 "id" : 10,
3205 "size" : 1,
3206 "states" : [1,2]
3207 },
3208 "dbus" : {
3209 "path": "/xyz/openbmc_project/led/groups/pcieslot0_fault",
3210 "interface": "xyz.openbmc_project.Led.Group",
3211 "property_name": "Asserted",
3212 "property_type": "bool",
3213 "property_values" : [false, true]
3214 }
3215 }]
3216 },
3217 {
3218 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot1",
3219 "sensors" : [{
3220 "set" : {
3221 "id" : 10,
3222 "size" : 1,
3223 "states" : [1,2]
3224 },
3225 "dbus" : {
3226 "path": "/xyz/openbmc_project/led/groups/pcieslot1_fault",
3227 "interface": "xyz.openbmc_project.Led.Group",
3228 "property_name": "Asserted",
3229 "property_type": "bool",
3230 "property_values" : [false, true]
3231 }
3232 }]
3233 },
3234 {
3235 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot2",
3236 "sensors" : [{
3237 "set" : {
3238 "id" : 10,
3239 "size" : 1,
3240 "states" : [1,2]
3241 },
3242 "dbus" : {
3243 "path": "/xyz/openbmc_project/led/groups/pcieslot2_fault",
3244 "interface": "xyz.openbmc_project.Led.Group",
3245 "property_name": "Asserted",
3246 "property_type": "bool",
3247 "property_values" : [false, true]
3248 }
3249 }]
3250 },
3251 {
3252 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot3",
3253 "sensors" : [{
3254 "set" : {
3255 "id" : 10,
3256 "size" : 1,
3257 "states" : [1,2]
3258 },
3259 "dbus" : {
3260 "path": "/xyz/openbmc_project/led/groups/pcieslot3_fault",
3261 "interface": "xyz.openbmc_project.Led.Group",
3262 "property_name": "Asserted",
3263 "property_type": "bool",
3264 "property_values" : [false, true]
3265 }
3266 }]
3267 },
3268 {
3269 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot4",
3270 "sensors" : [{
3271 "set" : {
3272 "id" : 10,
3273 "size" : 1,
3274 "states" : [1,2]
3275 },
3276 "dbus" : {
3277 "path": "/xyz/openbmc_project/led/groups/pcieslot4_fault",
3278 "interface": "xyz.openbmc_project.Led.Group",
3279 "property_name": "Asserted",
3280 "property_type": "bool",
3281 "property_values" : [false, true]
3282 }
3283 }]
3284 },
3285 {
3286 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot6",
3287 "sensors" : [{
3288 "set" : {
3289 "id" : 10,
3290 "size" : 1,
3291 "states" : [1,2]
3292 },
3293 "dbus" : {
3294 "path": "/xyz/openbmc_project/led/groups/pcieslot6_fault",
3295 "interface": "xyz.openbmc_project.Led.Group",
3296 "property_name": "Asserted",
3297 "property_type": "bool",
3298 "property_values" : [false, true]
3299 }
3300 }]
3301 },
3302 {
3303 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot7",
3304 "sensors" : [{
3305 "set" : {
3306 "id" : 10,
3307 "size" : 1,
3308 "states" : [1,2]
3309 },
3310 "dbus" : {
3311 "path": "/xyz/openbmc_project/led/groups/pcieslot7_fault",
3312 "interface": "xyz.openbmc_project.Led.Group",
3313 "property_name": "Asserted",
3314 "property_type": "bool",
3315 "property_values" : [false, true]
3316 }
3317 }]
3318 },
3319 {
3320 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot8",
3321 "sensors" : [{
3322 "set" : {
3323 "id" : 10,
3324 "size" : 1,
3325 "states" : [1,2]
3326 },
3327 "dbus" : {
3328 "path": "/xyz/openbmc_project/led/groups/pcieslot8_fault",
3329 "interface": "xyz.openbmc_project.Led.Group",
3330 "property_name": "Asserted",
3331 "property_type": "bool",
3332 "property_values" : [false, true]
3333 }
3334 }]
3335 },
3336 {
3337 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot9",
3338 "sensors" : [{
3339 "set" : {
3340 "id" : 10,
3341 "size" : 1,
3342 "states" : [1,2]
3343 },
3344 "dbus" : {
3345 "path": "/xyz/openbmc_project/led/groups/pcieslot9_fault",
3346 "interface": "xyz.openbmc_project.Led.Group",
3347 "property_name": "Asserted",
3348 "property_type": "bool",
3349 "property_values" : [false, true]
3350 }
3351 }]
3352 },
3353 {
3354 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot10",
3355 "sensors" : [{
3356 "set" : {
3357 "id" : 10,
3358 "size" : 1,
3359 "states" : [1,2]
3360 },
3361 "dbus" : {
3362 "path": "/xyz/openbmc_project/led/groups/pcieslot10_fault",
3363 "interface": "xyz.openbmc_project.Led.Group",
3364 "property_name": "Asserted",
3365 "property_type": "bool",
3366 "property_values" : [false, true]
3367 }
3368 }]
3369 },
3370 {
3371 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/pcieslot11",
3372 "sensors" : [{
3373 "set" : {
3374 "id" : 10,
3375 "size" : 1,
3376 "states" : [1,2]
3377 },
3378 "dbus" : {
3379 "path": "/xyz/openbmc_project/led/groups/pcieslot11_fault",
3380 "interface": "xyz.openbmc_project.Led.Group",
3381 "property_name": "Asserted",
3382 "property_type": "bool",
3383 "property_values" : [false, true]
3384 }
3385 }]
3386 },
3387 {
3388 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard",
3389 "sensors" : [{
3390 "set" : {
3391 "id" : 10,
3392 "size" : 1,
3393 "states" : [1,2]
3394 },
3395 "dbus" : {
3396 "path": "/xyz/openbmc_project/led/groups/planar_fault",
3397 "interface": "xyz.openbmc_project.Led.Group",
3398 "property_name": "Asserted",
3399 "property_type": "bool",
3400 "property_values" : [false, true]
3401 }
3402 }]
3403 },
3404 {
Jayashankar Padath06347d72021-05-27 05:03:13 -05003405 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0",
3406 "sensors" : [{
3407 "set" : {
3408 "id" : 10,
3409 "size" : 1,
3410 "states" : [1,2]
3411 },
3412 "dbus" : {
3413 "path": "/xyz/openbmc_project/led/groups/powersupply0_fault",
3414 "interface": "xyz.openbmc_project.Led.Group",
3415 "property_name": "Asserted",
3416 "property_type": "bool",
3417 "property_values" : [false, true]
3418 }
3419 }]
3420 },
3421 {
3422 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1",
3423 "sensors" : [{
3424 "set" : {
3425 "id" : 10,
3426 "size" : 1,
3427 "states" : [1,2]
3428 },
3429 "dbus" : {
3430 "path": "/xyz/openbmc_project/led/groups/powersupply1_fault",
3431 "interface": "xyz.openbmc_project.Led.Group",
3432 "property_name": "Asserted",
3433 "property_type": "bool",
3434 "property_values" : [false, true]
3435 }
3436 }]
Sridevi Ramesh2e30eb12021-07-06 06:07:37 -05003437 },
3438 {
3439 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply2",
3440 "sensors" : [{
3441 "set" : {
3442 "id" : 10,
3443 "size" : 1,
3444 "states" : [1,2]
3445 },
3446 "dbus" : {
3447 "path": "/xyz/openbmc_project/led/groups/powersupply2_fault",
3448 "interface": "xyz.openbmc_project.Led.Group",
3449 "property_name": "Asserted",
3450 "property_type": "bool",
3451 "property_values" : [false, true]
3452 }
3453 }]
3454 },
3455 {
3456 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply3",
3457 "sensors" : [{
3458 "set" : {
3459 "id" : 10,
3460 "size" : 1,
3461 "states" : [1,2]
3462 },
3463 "dbus" : {
3464 "path": "/xyz/openbmc_project/led/groups/powersupply3_fault",
3465 "interface": "xyz.openbmc_project.Led.Group",
3466 "property_name": "Asserted",
3467 "property_type": "bool",
3468 "property_values" : [false, true]
3469 }
3470 }]
3471 },
3472 {
3473 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/tod_battery",
3474 "sensors" : [{
3475 "set" : {
3476 "id" : 10,
3477 "size" : 1,
3478 "states" : [1,2]
3479 },
3480 "dbus" : {
3481 "path": "/xyz/openbmc_project/led/groups/rtc_battery_fault",
3482 "interface": "xyz.openbmc_project.Led.Group",
3483 "property_name": "Asserted",
3484 "property_type": "bool",
3485 "property_values" : [false, true]
3486 }
3487 }]
3488 },
3489 {
3490 "entity_path" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/tpm_wilson",
3491 "sensors" : [{
3492 "set" : {
3493 "id" : 10,
3494 "size" : 1,
3495 "states" : [1,2]
3496 },
3497 "dbus" : {
3498 "path": "/xyz/openbmc_project/led/groups/tpm_wilson_fault",
3499 "interface": "xyz.openbmc_project.Led.Group",
3500 "property_name": "Asserted",
3501 "property_type": "bool",
3502 "property_values" : [false, true]
3503 }
3504 }]
Matt Spinlerc0d48752021-01-14 08:26:10 -06003505 }]
3506 }]
3507}
3508