@Version(value="2.0.0.${qualifier}")
See: Description
| Class | Description |
|---|---|
| Allocation |
An
Allocation message is always a response from the energy application to a ControlSpaceUpdate
message. |
| AllocationRevoke |
An energy application can revoke sent
Allocations by sending the AllocationRevoke message. |
| AllocationStatusUpdate |
After an appliance driver received an
Allocation message, it is good practice to provide feedback to the
energy application on the follow up actions. |
| ControlSpaceRegistration |
As soon as an appliance becomes available to an energy application (see
ControllerManager), it will send a
ControlSpaceRegistration message. |
| ControlSpaceRevoke |
An appliance driver can revoke an already sent
ControlSpaceUpdate message by sending the
ControlSpaceRevoke message. |
| ControlSpaceUpdate |
This message contains information about the flexibility an appliance has to offer.
|
| ResourceMessage |
The super class for all messages of the Resource Abstraction Interface.
|
| Enum | Description |
|---|---|
| AllocationStatus |
This enumeration contains all possible states that may be fed back by an appliance driver to an energy app in
response to an
Allocation. |