summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Led/Physical.interface.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Led.Physical: Wrap yaml reserved words within single quoteVishwanatha Subbanna2016-11-301-4/+4
| | | | | | | | | This interface definition file has ENUM with values Off and On. This resulted in generated code creating the ENUM with values False and True instead of Off and On. This is specific to pyyaml parser. Change-Id: Id824ca1d594c533593264a6dd1121d698e0787dd Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Add Interface definition yaml file for physical LED managerVishwanatha Subbanna2016-11-221-0/+56
This adds the interface definition file for LED manager daemon that deals with physical LEDs. It has a property named 'State' which can be written onto for getting the desired operation triggered on the real LED. For example, to turn on the LED, write 'ON' to property 'State' Change-Id: Iee641ab1d4f890f255f1d73e807a57b30d488d16 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud