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

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

properties:
    - name: Target
      type: uint64
      description: >
          The fan speed target RPM value.

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud