|
struct lightify_group * | lightify_group_get_next (struct lightify_ctx *ctx, struct lightify_group *current) |
|
struct lightify_group * | lightify_group_get_previous (struct lightify_ctx *ctx, struct lightify_group *current) |
|
const char * | lightify_group_get_name (struct lightify_group *grp) |
|
int | lightify_group_get_id (struct lightify_group *grp) |
|
int | lightify_group_request_scan (struct lightify_ctx *ctx) |
|
struct lightify_node * | lightify_group_get_next_node (struct lightify_group *grp, struct lightify_node *lastnode) |
|
int | lightify_group_request_onoff (struct lightify_ctx *ctx, struct lightify_group *group, int onoff) |
|
int | lightify_group_request_cct (struct lightify_ctx *ctx, struct lightify_group *group, unsigned int cct, unsigned int fadetime) |
|
int | lightify_group_request_rgbw (struct lightify_ctx *ctx, struct lightify_group *group, unsigned int r, unsigned int g, unsigned int b, unsigned int w, unsigned int fadetime) |
|
int | lightify_group_request_brightness (struct lightify_ctx *ctx, struct lightify_group *group, unsigned int level, unsigned int fadetime) |
|