summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/Item.interface.yaml
blob: 82e4c75da2b3b15ba08158bc34dbf39f1d0714c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
description: >
    Implement to provide basic item attributes.  Required by all objects
    within the inventory namespace.
properties:
    - name: PrettyName
      type: string
      description: >
          The human readable name of the item.
    - name: Present
      type: boolean
      description: >
          Whether or not the item is present.

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud