summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2017-01-22 11:23:56 -0500
committerBrad Bishop <bradleyb@us.ibm.com>2017-01-31 23:41:05 -0500
commit5d4f2379695f7c28549b107f325e0b0cd43d83b1 (patch)
tree1f2a27e0c5136213835e98ab8d856fe17b6ada72 /xyz
parent0e291bf9a3bafba3f52d418cb155ca79b3e984ca (diff)
downloadphosphor-dbus-interfaces-5d4f2379695f7c28549b107f325e0b0cd43d83b1.tar.gz
phosphor-dbus-interfaces-5d4f2379695f7c28549b107f325e0b0cd43d83b1.zip
inventory: Pass multiple objects to notify
Allow multiple objects to be passed to the notify interface in a single dbus method call. Change-Id: Iffe97ba9468692ab26b803841072fddfaf6d282a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Inventory/Manager.interface.yaml9
1 files changed, 2 insertions, 7 deletions
diff --git a/xyz/openbmc_project/Inventory/Manager.interface.yaml b/xyz/openbmc_project/Inventory/Manager.interface.yaml
index 4f022f5..53ce1fd 100644
--- a/xyz/openbmc_project/Inventory/Manager.interface.yaml
+++ b/xyz/openbmc_project/Inventory/Manager.interface.yaml
@@ -11,14 +11,9 @@ methods:
Signal the implementing service that an item is ready to have its
state managed.
parameters:
- - name: path
- type: path
- description: >
- The path of the item to be managed, relative to the inventory
- namespace root.
- name: object
- type: dict[string,dict[string,variant[boolean,int64,string]]]
+ type: dict[path,dict[string,dict[string,variant[boolean,int64,string]]]]
description: >
- The fully enumerated item to be managed.
+ A dictionary of fully enumerated items to be managed.
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud