Matthew Barth | 9e98c8d | 2017-03-06 10:50:36 -0600 | [diff] [blame] | 1 | description: > |
| 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 | |
| 12 | properties: |
| 13 | - name: Target |
| 14 | type: uint64 |
| 15 | description: > |
| 16 | The fan speed target RPM value. |