Enumeration
ControlType
Describes a resource's control type(s).
Control types describe how a resource is flexible. Typically, an RM will implement one control type, while a CEM will implement all five control types.
Variants
POWER_ENVELOPE_BASED_CONTROL
Power Envelope Base Control, used for devices of which the power producing or consuming behavior cannot be controlled, but can be limited in some way.POWER_PROFILE_BASED_CONTROL
Power Profile Based Control, used for devices which have to perform a certain tasks, but that are flexible in when their tasks can be executed.OPERATION_MODE_BASED_CONTROL
Operation Mode Based Control, used for devices which can adjust their power producing or consuming behavior, without constraints regarding the duration of the adjustment.FILL_RATE_BASED_CONTROL
Fill Rate Based Control, used for devices which can store or buffer energy in some form.DEMAND_DRIVEN_BASED_CONTROL
Demand Driven Based Control, used for devices which need to match a given demand of something, but are flexible in which way they satisfy this demand.NOT_CONTROLABLE
NOT_CONTROLABLE is used when no control is possible. Resources of this type can still provide measurements and forecast.