Device Reset Locally Command Class handlers and init functions.
More...
Device Reset Locally Command Class handlers and init functions.
◆ DEVICE_RESET_LOCALLY_REMOVE_RETRIES_MAX
| #define DEVICE_RESET_LOCALLY_REMOVE_RETRIES_MAX 3 |
◆ DEVICE_RESET_LOCALLY_REMOVE_TRIGGER_TIMEOUT_DEFAULT
| #define DEVICE_RESET_LOCALLY_REMOVE_TRIGGER_TIMEOUT_DEFAULT 1000 |
◆ zwave_command_class_device_reset_locally_control_handler()
Handles incoming Device Reset Locally Command.
- Parameters
-
| connection_info | Info about the connection properties of this frame. |
| frame_data | The data payload of this frame. |
| frame_length | The length of this frame. |
- Returns
- sl_status_t representing the outcome of receiving the frame In case where the command is controlled, it should be set to SL_STATUS_OK, even when encountering some parsing errors In case where the command is supported, it should be set to the sl_status_t corresponding to the correct time Status code. Refer to zwave_command_handler_t
◆ zwave_command_class_device_reset_locally_init()
| sl_status_t zwave_command_class_device_reset_locally_init |
( |
| ) |
|
Intitialize the Device Reset Locally command class control APIs.
This setup will register the device reset locally notification command handler to the Z-Wave CC framework.
- Returns
- Always true