How to send acknowledgement reports
Acknowledgement reports are required to send when as soon as possible after receiving LPCRequested event.
Reporting acknowledgement
When given a list of targets that should limit power consumption for some time in an LPC event,
you should report back which of those targets will be able to comply.
acknowledgedTargets
are those targets that can commit to the LPC event in its entirety.
If a target cannot fulfill what is asked, or can only partially act on the event, then add the resource to declinedTargets
.
The payload payloadType
property must be set to ResourceLPCAcknowledged
.
Example report
{ "eventId": "ed7a8a7a-010f-4fad-a2e0-33dab82dccf2", "payloads": [ { "acknowledgedTargets": [ { "meterPointId": "7070575000XXXXXXXX", "locationId": "1d0238b1-466d-47cb-9e1c-fd39d54507a1", "resourceId": "da58f89b-c319-4f02-b05d-bab47015a2bd" } ], "declinedTargets": [], "payloadType": "ResourceLPCAcknowledged" } ]}