Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
cc_color_switch_io.h
Go to the documentation of this file.
1
6#ifndef CC_COLOR_SWITCH_IO_H
7#define CC_COLOR_SWITCH_IO_H
8
9#include <CC_ColorSwitch.h>
10
19bool cc_color_switch_write(uint8_t color_component_id, s_colorComponent *color_component);
20bool cc_color_switch_read(uint8_t color_component_id, s_colorComponent *color_component);
21
26#endif /* CC_COLOR_SWITCH_IO_H */
bool cc_color_switch_write(uint8_t color_component_id, s_colorComponent *color_component)
bool cc_color_switch_read(uint8_t color_component_id, s_colorComponent *color_component)
Definition CC_ColorSwitch.h:41