summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2016-11-09 17:17:46 +0530
committerPatrick Williams <patrick@stwcx.xyz>2016-11-21 19:41:17 +0000
commit6dc0fa206784840fa10d99786aae9fb9632bc0d4 (patch)
tree4b31a9788f2001df02d4d9a998e075e4b82cac87
parent1542bae0c70185a7fd0109e866aa12871ed4b220 (diff)
downloadphosphor-dbus-interfaces-6dc0fa206784840fa10d99786aae9fb9632bc0d4.tar.gz
phosphor-dbus-interfaces-6dc0fa206784840fa10d99786aae9fb9632bc0d4.zip
Add Interface definition yaml file for LED Manager
This adds the interface definition file for LED manager daemon that deals with LED groups. Currently, this daemon wants only a dbus property which can be altered by the user to assert/de-assert the group Fixes openbmc/openbmc#736 Change-Id: Ib554d7dfd8d6addf7064eeeadaa25e91d32aaf5a Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
-rw-r--r--xyz/openbmc_project/Led/Group.interface.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Led/Group.interface.yaml b/xyz/openbmc_project/Led/Group.interface.yaml
new file mode 100644
index 0000000..121fe80
--- /dev/null
+++ b/xyz/openbmc_project/Led/Group.interface.yaml
@@ -0,0 +1,8 @@
+description: >
+ Interface to control LED groups.
+properties:
+ - name: Asserted
+ type: boolean
+ description: >
+ Whether or not the group is currently asserted.
+ To assert a group, set to True. To de-assert a group, set to False.
OpenPOWER on IntegriCloud