blob: f6d2a60ba391e146ab12aef8a51da3f9a8dce91b [file] [log] [blame]
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.
- name: MinPowerCapValue
type: uint32
default: 0
description: The Minimum supported PowerCap reading.
- name: MaxPowerCapValue
type: uint32
default: maxint
description: The Maximum supported PowerCap reading.