From 5d4f2379695f7c28549b107f325e0b0cd43d83b1 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Sun, 22 Jan 2017 11:23:56 -0500 Subject: 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 --- xyz/openbmc_project/Inventory/Manager.interface.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'xyz') 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 -- cgit v1.2.1