From a4e651675a085373b6a6a859a76ff539af5034c4 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 9 Dec 2016 09:29:19 -0600 Subject: Inventory.Manager: change parameters for sdbusplus Change-Id: Ibfe7cfa5cd0be4ec5a7365e2369adcfaca2bc17a Signed-off-by: Patrick Williams --- xyz/openbmc_project/Inventory/Manager.interface.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xyz/openbmc_project/Inventory/Manager.interface.yaml b/xyz/openbmc_project/Inventory/Manager.interface.yaml index f5b235c..94019e8 100644 --- a/xyz/openbmc_project/Inventory/Manager.interface.yaml +++ b/xyz/openbmc_project/Inventory/Manager.interface.yaml @@ -12,12 +12,12 @@ methods: state managed. parameters: - name: path - type: o + type: path description: > The path of the item to be managed, relative to the inventory namespace root. - name: object - type: a{sa{sv}} + type: dict[string,dict[string,variant[int64,string]]] description: > The fully enumerated item to be managed. -- cgit v1.2.1