summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-01-26 13:50:51 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-06 01:45:54 +0000
commit5fd5eea583db6608429bf2710fa375f2111f3176 (patch)
tree147d6c95ccc9381f8e726ba27f17883807de19d6
parent6be593578a26854bbc2e373b562520412916c202 (diff)
downloadphosphor-dbus-interfaces-5fd5eea583db6608429bf2710fa375f2111f3176.tar.gz
phosphor-dbus-interfaces-5fd5eea583db6608429bf2710fa375f2111f3176.zip
Add PowerSupplyRedundancy interface
Added the PowerSupplyRedundancy interface to be used to set the redundancy of the power supplies. Change-Id: I5394975963b79ae74ed7a6caf7a5bf48879f34ba Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml b/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
new file mode 100644
index 0000000..b99d51b
--- /dev/null
+++ b/xyz/openbmc_project/Control/PowerSupplyRedundancy.interface.yaml
@@ -0,0 +1,7 @@
+description: >
+ An interface to set whether the power supplies are redundant.
+properties:
+ - name: PowerSupplyRedundancyEnabled
+ type: boolean
+ description: >
+ When true, the power supplies are redundant.
OpenPOWER on IntegriCloud