summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2017-01-22 11:20:26 -0500
committerBrad Bishop <bradleyb@us.ibm.com>2017-01-31 23:41:05 -0500
commit0e291bf9a3bafba3f52d418cb155ca79b3e984ca (patch)
tree86bb817df5ac884601449246e5f6c85f6ff44b17 /xyz/openbmc_project/Inventory
parent345bef7533e26ce907c7e6024524496d47fa53a4 (diff)
downloadphosphor-dbus-interfaces-0e291bf9a3bafba3f52d418cb155ca79b3e984ca.tar.gz
phosphor-dbus-interfaces-0e291bf9a3bafba3f52d418cb155ca79b3e984ca.zip
inventory: Add bool to allowed property types
Allow inventory interfaces to use booleans. Change-Id: Ic5a2d9e646c1db5e9c76711eb8b0bdaa5a86459d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'xyz/openbmc_project/Inventory')
-rw-r--r--xyz/openbmc_project/Inventory/Manager.interface.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xyz/openbmc_project/Inventory/Manager.interface.yaml b/xyz/openbmc_project/Inventory/Manager.interface.yaml
index 6b894e1..4f022f5 100644
--- a/xyz/openbmc_project/Inventory/Manager.interface.yaml
+++ b/xyz/openbmc_project/Inventory/Manager.interface.yaml
@@ -17,7 +17,7 @@ methods:
The path of the item to be managed, relative to the inventory
namespace root.
- name: object
- type: dict[string,dict[string,variant[int64,string]]]
+ type: dict[string,dict[string,variant[boolean,int64,string]]]
description: >
The fully enumerated item to be managed.
OpenPOWER on IntegriCloud