Patrick Venture | 862ac59 | 2017-12-20 09:08:29 -0800 | [diff] [blame] | 1 | description: > |
| 2 | Implement to provide fan pwm control. The method of control is hardware |
| 3 | dependent and objects implementing Control.FanPwm must be instantiated |
| 4 | within the sensors/fan_tach namespace. |
| 5 | |
| 6 | Any service implementing Control.FanPwm 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.FanPwm properties are read-write. |
| 11 | |
| 12 | properties: |
| 13 | - name: Target |
| 14 | type: uint64 |
| 15 | description: > |
| 16 | The fan pwm target value. 0 - 255 |