User`s manual

67
remove_endpoint
Removes an endpoint with the given endpoint ID which has been previously added from
endpoints.ini on startup or via the add_endpoint command. Endpoints added in any other
fashion cannot be removed by this command. Also removes the endpoint from
endpoints.ini so that it will not be instantiated at startup.
Note: Any clusters on the given endpoint will also be removed when the endpoint is removed.
Parameter Type Description
endpoint_id int 8-bit identifier of the endpoint to be removed.
Parameter Type Description
endpoint_id int 8-bit identifier of the endpoint that was removed.
remove_endpoint Parameters:
remove_endpoint_response Parameters:
add_cluster
Instantiates a cluster of the given class and adds it to the given endpoint. Optional
parameters will override defaults of the cluster class. The cluster will also be added to
clusters.ini so that on startup the cluster will be added to the given endpoint.
Parameter Type Description
endpoint_id int 8-bit identifier of the endpoint to which the cluster will be added.
cluster_class string Name of the cluster class to be instantiated.
cluster_id (optional) int 16-bit identifier of the cluster. Required if cluster class does not pro-
vide a default.
server_or_client (optional) int If 0, the cluster will be a server cluster
. If 1, the cluster will be a cli-
ent cluster. Required if cluster class does not provide a default.
enable_APS_encryption
(optional)
bool If TRUE, all transmissions over this cluster will
use and require
APS-level encryption. If FALSE, this cluster will not use APS-level
encryption.
add_cluster Parameters: