Z-Wave Protocol Controller Reference
UCL MQTT Node/Endpoint interview

This submodule provides APIs to initiate a node re-interview *. More...

Collaboration diagram for UCL MQTT Node/Endpoint interview:

Functions

sl_status_t ucl_mqtt_initiate_node_interview (const unid_t node_unid)
 Initiates the re-interview of a NodeID. More...
 
sl_status_t ucl_mqtt_initiate_endpoint_interview (const unid_t node_unid, zwave_endpoint_id_t endpoint_id)
 Initiates the re-interview of an endpoint. More...
 

Detailed Description

This submodule provides APIs to initiate a node re-interview *.

Function Documentation

◆ ucl_mqtt_initiate_endpoint_interview()

sl_status_t ucl_mqtt_initiate_endpoint_interview ( const unid_t  node_unid,
zwave_endpoint_id_t  endpoint_id 
)

Initiates the re-interview of an endpoint.

Warning: if you call this function on an aggregated endpoint, it will lose its aggregated endpoint data until the endpoint 0 or the whole node is interviewed again.

Parameters
node_unidThe UNID of the node to interview.
endpoint_idThe End Point ID under the NodeID that is to be interviewed.
Returns
SL_STATUS_OK in any case
Here is the call graph for this function:

◆ ucl_mqtt_initiate_node_interview()

sl_status_t ucl_mqtt_initiate_node_interview ( const unid_t  node_unid)

Initiates the re-interview of a NodeID.

Parameters
node_unidThe UNID of the node to interview.
Returns
SL_STATUS_OK in any case
Here is the call graph for this function: