summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/ThermalMode.interface.yaml
blob: 8ec8ebabf53674d97f1061b7f341c5e8b49b2df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
description: >
    Implement to provide alternative thermal control modes of a system
    that can be enabled, overriding the system defaults.

    Control.ThermalMode.Supported is read only.
        Implementation of this interface populates the list of supported modes.
    Control.ThermalMode.Current is read/write.
        Implementation specific mode for the thermal control application
        to run in.

properties:
    - name: Supported
      type: array[string]
      flags:
          - const
      description: >
          An implemention specific list of supported modes that the thermal
          control application can be configured to provide for a platform.
    - name: Current
      type: string
      default: "Default"
      description: >
          The current mode the thermal control application should execute in
          selected from the supported modes provided.

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