14#ifndef ZWAVE_COMMAND_CLASS_ZWAVEPLUS_INFO_HANDLERS_H
15#define ZWAVE_COMMAND_CLASS_ZWAVEPLUS_INFO_HANDLERS_H
94#include "attribute_store.h"
103#define COMMAND_CLASS_ZWAVEPLUS_INFO_VERSION 2
127 const uint8_t *frame,
128 uint16_t frame_length) ;
143 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
157 attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len);
sl_status_t zwave_COMMAND_CLASS_ZWAVEPLUS_INFO_init()
Initialisation of COMMAND_CLASS_ZWAVEPLUS_INFO.
sl_status_t zwave_ZWAVEPLUS_INFO_REPORT_handle_report_command_override(const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
Override function for ZWAVEPLUS_INFO_REPORT.
sl_status_t zwave_ZWAVEPLUS_INFO_GET_override(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Override function for ZWAVEPLUS_INFO_GET.
sl_status_t zwave_ZWAVEPLUS_INFO_GET(attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
Auto-generated function for ZWAVEPLUS_INFO_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