14#ifndef ZWAVE_COMMAND_CLASS_DOOR_LOCK_HANDLERS_H
15#define ZWAVE_COMMAND_CLASS_DOOR_LOCK_HANDLERS_H
118#include "attribute_store.h"
127#define COMMAND_CLASS_DOOR_LOCK_VERSION 2
151 const uint8_t *frame,
152 uint16_t frame_length) ;
164 const uint8_t *frame,
165 uint16_t frame_length) ;
180 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
194 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
208 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
222 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
237 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
251 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
265 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
279 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
sl_status_t zwave_DOOR_LOCK_OPERATION_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_OPERATION_GET.
sl_status_t zwave_COMMAND_CLASS_DOOR_LOCK_init()
Initialisation of COMMAND_CLASS_DOOR_LOCK.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_SET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_CONFIGURATION_SET.
sl_status_t zwave_DOOR_LOCK_OPERATION_REPORT_handle_report_command_override(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
Override function for DOOR_LOCK_OPERATION_REPORT.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_CONFIGURATION_GET.
sl_status_t zwave_DOOR_LOCK_OPERATION_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_OPERATION_GET.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_REPORT_handle_report_command_override(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
Override function for DOOR_LOCK_CONFIGURATION_REPORT.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_SET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_CONFIGURATION_SET.
sl_status_t zwave_DOOR_LOCK_OPERATION_SET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_OPERATION_SET.
sl_status_t zwave_DOOR_LOCK_OPERATION_SET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for DOOR_LOCK_OPERATION_SET.
sl_status_t zwave_DOOR_LOCK_CONFIGURATION_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for DOOR_LOCK_CONFIGURATION_GET.
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