summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Control/Power/Cap.interface.yaml
blob: 2994b1487c051d5a7abf2a56cbd2d84a934155ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
description: >
    Implement to specify a cap on maximum power consumption.

properties:
    - name: PowerCap
      type: uint32
      description: >
          Power cap value. This could for example be specified in absolute
          wattage. The unit of measurement must be Watts.

    - name: PowerCapEnable
      type: boolean
      description: >
          Power cap enable.  Set to true to enable the PowerCap, false
          to disable it.
OpenPOWER on IntegriCloud