summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2017-03-06 10:50:36 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-03-16 20:05:09 +0000
commit9e98c8daaeca22870e865ffd3d3fd42fc4339626 (patch)
tree4d416ab4c30778eef6baa1fb35d69a1b0b6ea3f9 /xyz
parentdb7682dd216cd73ab5fb8f30b06f6b28ea162b2b (diff)
downloadphosphor-dbus-interfaces-9e98c8daaeca22870e865ffd3d3fd42fc4339626.tar.gz
phosphor-dbus-interfaces-9e98c8daaeca22870e865ffd3d3fd42fc4339626.zip
Create Control.FanSpeed interface
The Control.FanSpeed interface contains the 'Target' property that is intended for setting the requested target RPM speed of a fan. Change-Id: Id6c1870cdad980886f8a5a551b1da0ad74dc7af9 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Control/FanSpeed.interface.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Control/FanSpeed.interface.yaml b/xyz/openbmc_project/Control/FanSpeed.interface.yaml
new file mode 100644
index 0000000..3ce4497
--- /dev/null
+++ b/xyz/openbmc_project/Control/FanSpeed.interface.yaml
@@ -0,0 +1,18 @@
+description: >
+ Implement to provide fan speed control. The method of control is hardware
+ dependent and objects implementing Control.FanSpeed must be instantiated
+ within the sensors/fan_tach namespace.
+
+ Any service implementing Control.FanSpeed on one or more objects must
+ implement xyz.openbmc_project.Sensors.Value on the object and
+ org.freedesktop.DBus.ObjectManager on the sensors namespace root.
+
+ All Control.FanSpeed properties are read/write.
+
+properties:
+ - name: Target
+ type: uint64
+ description: >
+ The fan speed target RPM value.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud