blob: adde5ec824aeec36aca54ca175c4683ce9f15690 [file] [log] [blame]
Vishwanatha Subbanna6dc0fa22016-11-09 17:17:46 +05301description: >
2 Interface to control LED groups.
3properties:
4 - name: Asserted
5 type: boolean
6 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05007 Whether or not the group is currently asserted.
8 To assert a group, set to True. To de-assert a group, set to False.
George Liu9eb460c2022-10-31 13:59:26 +08009
10associations:
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