|
| int | lightify_node_request_scan (struct lightify_ctx *ctx) |
| |
| struct lightify_node * | lightify_node_get_from_mac (struct lightify_ctx *ctx, uint64_t mac) |
| |
| struct lightify_node * | lightify_node_get_next (struct lightify_ctx *ctx, struct lightify_node *node) |
| |
| struct lightify_node * | lightify_node_get_previous (struct lightify_ctx *ctx, struct lightify_node *node) |
| |
| const char * | lightify_node_get_name (struct lightify_node *node) |
| |
| uint64_t | lightify_node_get_nodeadr (struct lightify_node *node) |
| |
| uint16_t | lightify_node_get_zoneadr (struct lightify_node *node) |
| |
| uint16_t | lightify_node_get_grpadr (struct lightify_node *node) |
| |
| enum lightify_node_type | lightify_node_get_lamptype (struct lightify_node *node) |
| |
| int | lightify_node_get_red (struct lightify_node *node) |
| |
| int | lightify_node_get_green (struct lightify_node *node) |
| |
| int | lightify_node_get_blue (struct lightify_node *node) |
| |
| int | lightify_node_get_white (struct lightify_node *node) |
| |
| int | lightify_node_get_cct (struct lightify_node *node) |
| |
| int | lightify_node_get_brightness (struct lightify_node *node) |
| |
| int | lightify_node_is_on (struct lightify_node *node) |
| |
| int | lightify_node_is_stale (struct lightify_node *node) |
| |
| int | lightify_node_get_onlinestate (struct lightify_node *node) |
| |
| int | lightify_node_request_onoff (struct lightify_ctx *ctx, struct lightify_node *node, int onoff) |
| |
| int | lightify_node_request_cct (struct lightify_ctx *ctx, struct lightify_node *node, unsigned int cct, unsigned int fadetime) |
| |
| int | lightify_node_request_rgbw (struct lightify_ctx *ctx, struct lightify_node *node, unsigned int r, unsigned int g, unsigned int b, unsigned int w, unsigned int fadetime) |
| |
| int | lightify_node_request_brightness (struct lightify_ctx *ctx, struct lightify_node *node, unsigned int level, unsigned int fadetime) |
| |
| int | lightify_node_request_update (struct lightify_ctx *ctx, struct lightify_node *node) |
| |