From 6dc0fa206784840fa10d99786aae9fb9632bc0d4 Mon Sep 17 00:00:00 2001 From: Vishwanatha Subbanna Date: Wed, 9 Nov 2016 17:17:46 +0530 Subject: 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 --- xyz/openbmc_project/Led/Group.interface.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 xyz/openbmc_project/Led/Group.interface.yaml (limited to 'xyz/openbmc_project') 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. -- cgit v1.2.1