Callbacks registration system that enables an application to provide some functions performing look-ups in the persistent storage system.
More...
Callbacks registration system that enables an application to provide some functions performing look-ups in the persistent storage system.
◆ zwave_controller_storage_as_set_node_s2_capable()
Set the Z-Wave node as s2 capable when it supports S2.
- Parameters
-
| node_id | The NodeID that supports S2. |
◆ zwave_controller_storage_callback_register()
zwave_controller_storage callbacks register API
- Parameters
-
| callbacks | callbacks pointer for the zwave_controller component. |
- Returns
- SL_STATUS_OK if the callback pointer has been registered.
-
SL_STATUS_FAIL if the callback pointer is invalide
◆ zwave_controller_storage_get_cc_version()
Return the version of a Command Class implemented by a node.
- Parameters
-
| command_class | The Command Class identifier for which the version is requested. |
| node_id | The NodeID for which the version is requested. |
| endpoint_id | The Endpoint for which the version is requested. |
- Returns
- the version number of the Command Class. 0 if it is neither supported nor controlled.
◆ zwave_controller_storage_get_node_granted_keys()
Return the granted keys for a node.
- Parameters
-
| [in] | node_id | Z-Wave NodeID of the node |
| [out] | keys | Pointer where to write granted keys. |
◆ zwave_controller_storage_inclusion_protocol()
Returns the protocol that the node is running in this network.
This function will return the protocol that has been used for including a node in our network.
- Parameters
-
| node_id | The NodeID for which the operating protocol is requested |
◆ zwave_controller_storage_is_node_s2_capable()
| bool zwave_controller_storage_is_node_s2_capable |
( |
zwave_node_id_t |
node_id | ) |
|
Verify if the registered node is supporting S2.
- Parameters
-
| node_id | The NodeID that supports S2. |
- Returns
- True if the node has been registered to support S2, false otherwise