Z-Wave Protocol Controller Reference
zwave_COMMAND_CLASS_SWITCH_COLOR_handlers.h File Reference
#include "zwave_controller_connection_info.h"
#include "attribute_store.h"
#include "sl_status.h"
Include dependency graph for zwave_COMMAND_CLASS_SWITCH_COLOR_handlers.h:

Go to the source code of this file.

Macros

#define COMMAND_CLASS_SWITCH_COLOR_VERSION   3
 Version of COMMAND_CLASS_SWITCH_COLOR which this handlers is genrated for. More...
 

Functions

void zwave_COMMAND_CLASS_SWITCH_COLOR_add_SWITCH_COLOR_COLOR_COMPONENT_ID (attribute_store_node_t parent, uint8_t index)
 Add SWITCH_COLOR_COLOR_COMPONENT_ID and its mandatory children to a parent. More...
 
sl_status_t zwave_COMMAND_CLASS_SWITCH_COLOR_init ()
 Initialisation of COMMAND_CLASS_SWITCH_COLOR. More...
 
sl_status_t zwave_SWITCH_COLOR_SUPPORTED_REPORT_handle_report_command_override (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
 Override function for SWITCH_COLOR_SUPPORTED_REPORT. More...
 
sl_status_t zwave_SWITCH_COLOR_REPORT_handle_report_command_override (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame, uint16_t frame_length)
 Override function for SWITCH_COLOR_REPORT. More...
 
sl_status_t zwave_SWITCH_COLOR_SUPPORTED_GET (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Auto-generated function for SWITCH_COLOR_SUPPORTED_GET. More...
 
sl_status_t zwave_SWITCH_COLOR_SUPPORTED_GET_override (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Override function for SWITCH_COLOR_SUPPORTED_GET. More...
 
sl_status_t zwave_SWITCH_COLOR_GET (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Auto-generated function for SWITCH_COLOR_GET. More...
 
sl_status_t zwave_SWITCH_COLOR_GET_override (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Override function for SWITCH_COLOR_GET. More...
 
sl_status_t zwave_SWITCH_COLOR_SET (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Auto-generated function for SWITCH_COLOR_SET. More...
 
sl_status_t zwave_SWITCH_COLOR_SET_override (attribute_store_node_t _node, uint8_t *frame, uint16_t *frame_len)
 Override function for SWITCH_COLOR_SET. More...