User`s manual
66
add_endpoint
Instantiates an endpoint of the given class, along with any of its default clusters. If no 
endpoint ID is provided, the next available ID will be chosen. Optional parameters will 
override defaults of the endpoint class. The endpoint will also be added to endpoints.ini 
so that on startup the endpoint will be instantiated.
Parameter  Type Description
endpoint_class string Name of the endpoint class to be instantiated.
endpoint_id (optional) int 8-bit identifier of the endpoint. By 
default the next available identi-
fier will be chosen.
profile_id (optional) int 16-bit profile identifier of the endpoint. Required if the endpoint 
cla
ss does not provide a default.
device_id (optional) int 16-bit device identifier of the endpoint.
device_version (optional) int 4-bit device version of the endpoint.
Parameter  Type Description
endpoint_class string Name of the endpoint class that was 
instantiated.
endpoint_id int 8-bit identifier that the endpoint was assigned.
profile_id int 16-bit profile identifier of the endpoint.
device_id int 16-bit device identifier of the endpoint, if it exists.
device_version int 4-bit device version of the endpoint, if it exists.
add_endpoint Parameters:
add_endpoint_response Parameters:










