artik_zigbee_color_control_command Struct Reference
The command for cluster Color Control. More...
#include <zigbee/artik_zigbee_clusters.h>
Data Fields | |
| artik_zigbee_color_control_type | control_type |
| union { | |
| struct { | |
| int hue | |
| artik_zigbee_color_control_direction direction | |
| int transition_time | |
| } move_to_hue | |
| struct { | |
| artik_zigbee_color_control_move_mode move_mode | |
| int rate | |
| } move_hue | |
| struct { | |
| artik_zigbee_color_control_step_mode step_mode | |
| int step_size | |
| int transition_time | |
| } step_hue | |
| struct { | |
| int saturation | |
| int transition_time | |
| } move_to_sat | |
| struct { | |
| artik_zigbee_color_control_move_mode move_mode | |
| int rate | |
| } move_sat | |
| struct { | |
| artik_zigbee_color_control_step_mode step_mode | |
| int step_size | |
| int transition_time | |
| } step_sat | |
| struct { | |
| int hue | |
| int saturation | |
| int transition_time | |
| } move_to_hue_sat | |
| struct { | |
| int color_x | |
| int color_y | |
| int transition_time | |
| } move_to_color | |
| struct { | |
| int rate_x | |
| int rate_y | |
| } move_color | |
| struct { | |
| int step_x | |
| int step_y | |
| int transition_time | |
| } step_color | |
| struct { | |
| int color_temp | |
| int transition_time | |
| } move_to_color_temp | |
| struct { | |
| int update_flag | |
| artik_zigbee_color_control_loop_set_action action | |
| artik_zigbee_color_control_direction direction | |
| int time | |
| int start_hue | |
| } color_loop_set | |
| struct { | |
| artik_zigbee_color_control_move_mode move_mode | |
| int rate | |
| int min_color_temp | |
| int max_color_temp | |
| } move_color_temp | |
| struct { | |
| artik_zigbee_color_control_step_mode step_mode | |
| int step_size | |
| int transition_time | |
| int min_color_temp | |
| int max_color_temp | |
| } step_color_temp | |
| } | parameters |
Detailed Description
Definition at line 190 of file artik_zigbee_clusters.h.
The documentation for this struct was generated from the following file:
- inc/zigbee/artik_zigbee_clusters.h
Last updated on: