Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_color_switch_config_api.h
Go to the documentation of this file.
1
7#ifndef CC_COLOR_SWITCH_CONFIG_API_H
8#define CC_COLOR_SWITCH_CONFIG_API_H
9
10#include <CC_ColorSwitch.h>
11#include <stdint.h>
19void cc_color_switch_cb(s_colorComponent * colorComponent);
23
28#endif /* CC_COLOR_SWITCH_CONFIG_API_H */
uint8_t cc_color_switch_get_length_colorComponents(void)
void cc_color_switch_cb(s_colorComponent *colorComponent)
uint8_t cc_color_switch_get_default_duration(void)
s_colorComponent * cc_color_switch_get_colorComponents(void)
Definition CC_ColorSwitch.h:41