Vishwanatha Subbanna | 6dc0fa2 | 2016-11-09 17:17:46 +0530 | [diff] [blame] | 1 | description: > |
| 2 | Interface to control LED groups. |
| 3 | properties: |
| 4 | - name: Asserted |
| 5 | type: boolean |
| 6 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 7 | Whether or not the group is currently asserted. To assert a group, set |
| 8 | to True. To de-assert a group, set to False. |
George Liu | 9eb460c | 2022-10-31 13:59:26 +0800 | [diff] [blame] | 9 | |
| 10 | associations: |
| 11 | - name: identifying |
| 12 | description: > |
| 13 | Objects that implement LED group can optionally implement the |
| 14 | 'identifying' association to provide a link back to a Item. |
| 15 | reverse_name: identified_by |
| 16 | required_endpoint_interfaces: |
| 17 | - xyz.openbmc_project.Inventory.Item |
George Liu | e7c10bd | 2022-11-03 21:12:53 +0800 | [diff] [blame] | 18 | - name: fault_identifying |
| 19 | description: > |
| 20 | Objects that implement LED group can optionally implement the |
| 21 | 'fault_identifying' association to provide a link back to a Item. |
| 22 | reverse_name: fault_identified_by |
| 23 | required_endpoint_interfaces: |
| 24 | - xyz.openbmc_project.Inventory.Item |