1description: >
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
12properties:
13    - name: Target
14      type: uint64
15      description: >
16          The fan pwm target value. 0 - 255
17