blob: 019fec5af32154eefbc9ed7860bb6dc73b7263b9 [file] [log] [blame]
Matthew Barth9e98c8d2017-03-06 10:50:36 -06001description: >
2 Implement to provide fan speed control. The method of control is hardware
3 dependent and objects implementing Control.FanSpeed must be instantiated
4 within the sensors/fan_tach namespace.
5
6 Any service implementing Control.FanSpeed on one or more objects must
7 implement xyz.openbmc_project.Sensors.Value on the object and
8 org.freedesktop.DBus.ObjectManager on the sensors namespace root.
9
10 All Control.FanSpeed properties are read/write.
11
12properties:
13 - name: Target
14 type: uint64
15 description: >
16 The fan speed target RPM value.