24#ifndef ZWAVE_COMMAND_CLASS_DEVICE_RESET_LOCALLY_H
25#define ZWAVE_COMMAND_CLASS_DEVICE_RESET_LOCALLY_H
35#define DEVICE_RESET_LOCALLY_REMOVE_TRIGGER_TIMEOUT_DEFAULT 1000
36#define DEVICE_RESET_LOCALLY_REMOVE_RETRIES_MAX 3
56 const uint8_t *frame_data,
57 uint16_t frame_length);
sl_status_t zwave_command_class_device_reset_locally_control_handler(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length)
Handles incoming Device Reset Locally Command.
sl_status_t zwave_command_class_device_reset_locally_init()
Intitialize the Device Reset Locally command class control APIs.
uint32_t sl_status_t
Definition: sl_status.h:139
Structure holding information about the source and destination when transmitting and receiving Z-Wave...
Definition: zwave_controller_connection_info.h:87
Various Z-Wave related utilities.