User`s manual

91
SE Requests/Responses
Demand Response / Load Control (DRLC) Commands - Common
get_DRLC_events
Returns the gateway’s list of valid DRLC events. This command can be used on a DRLC
server or client cluster.
Parameter Type Description
endpoint_id (optional) int 8-bit identifier of the endpoint on the gateway hosting the DRLC
cluste
r. Defaults to the standard SE endpoint (0x5E).
server_or_client (optional) int Return events from local server (0)
or client (1) cluster. If not
specified, will search endpoint for DRLC cluster.
Parameter Type Description
endpoint_id (optional) int 8-bit identifier of the endpoint on
the gateway hosting the DRLC
server cluster.
events_record_list list List of valid events.
item - Lo
adControlEventRecord - Contains information
about the event. (See “LoadControlEventRecord” on
page 125)
get_DRLC_events Parameters:
get_DRLC_events_response Parameters:
Demand Response / Load Control (DRLC) Commands - Server
create_DRLC_event
Adds a DRLC event to the gateway’s list of events. A Load Control Event command
(0x00) will be immediately sent to all DRLC client clusters hosted on an active device.
This command will be sent from the specified endpoint hosting a DRLC server cluster on
the local device.