summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
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