Z-Wave Protocol Controller Reference
zwave_command_class_switch_color.h File Reference
#include "sl_status.h"
#include "attribute_store.h"
Include dependency graph for zwave_command_class_switch_color.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void zwave_command_class_switch_color_invoke_on_all_attributes (attribute_store_node_t state_node, attribute_store_type_t child_node_type, void(*function)(attribute_store_node_t))
 Runs a functions for all chidren with a certain type for all color component IDs in the Color Switch Command Class. More...
 
void zwave_command_class_switch_color_invoke_on_all_attributes_with_return_value (attribute_store_node_t state_node, attribute_store_type_t child_node_type, sl_status_t(*function)(attribute_store_node_t))
 Runs a functions for all chidren with a certain type for all color component IDs in the Color Switch Command Class. More...
 
sl_status_t zwave_command_class_switch_color_init ()
 This function initialize the Switch Color Command Class handler. More...