commit | b78a070484513df432e60deec60bd146c9afddf0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 24 12:32:56 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 24 12:32:58 2022 -0500 |
tree | 3f9e716a83c7cf22fa3d8ca1f730f2feafabd4b7 | |
parent | 8e56f4cde158d64cece38e9b45f9b76e55128213 [diff] [blame] |
treewide: use more specific object_path type The sdbus++ tool allows the YAML to specify either "path" or "object_path". Switch to "object_path" everywhere for consistency and clarity. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I60c51b2ece5fc4cb23d05ce5151301db3dcddf3a
diff --git a/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml b/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml index 17e956a..235a95b 100644 --- a/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml +++ b/yaml/xyz/openbmc_project/Control/FanRedundancy.interface.yaml
@@ -8,7 +8,7 @@ description: > Number of fans in error state before redundancy is lost. - name: Collection - type: array[path] + type: array[object_path] flags: - const description: >