summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/FanPwm.interface.yaml
blob: 0c711db71d1f2695f4c647f7cb35f826fce5b8f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
description: >
    Implement to provide fan pwm control. The method of control is hardware
    dependent and objects implementing Control.FanPwm must be instantiated
    within the sensors/fan_tach namespace.

    Any service implementing Control.FanPwm 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.FanPwm properties are read-write.

properties:
    - name: Target
      type: uint64
      description: >
          The fan pwm target value. 0 - 255
OpenPOWER on IntegriCloud