|
Z-Wave Protocol Controller Reference
|
This submodule provides APIs to initiate a node re-interview *. More...
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... | |
This submodule provides APIs to initiate a node re-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.
| node_unid | The UNID of the node to interview. |
| endpoint_id | The End Point ID under the NodeID that is to be interviewed. |
| sl_status_t ucl_mqtt_initiate_node_interview | ( | const unid_t | node_unid | ) |
Initiates the re-interview of a NodeID.
| node_unid | The UNID of the node to interview. |