int lightify_node_set_lamptype(struct lightify_node *node, enum lightify_node_type)
int lightify_node_set_zoneadr(struct lightify_node *node, uint16_t adr)
int lightify_node_set_cct(struct lightify_node *node, int cct)
int lightify_node_set_onoff(struct lightify_node *node, uint8_t on)
int lightify_node_set_blue(struct lightify_node *node, int blue)
int lightify_node_set_green(struct lightify_node *node, int green)
int lightify_node_set_red(struct lightify_node *node, int red)
int lightify_node_set_grpadr(struct lightify_node *node, uint16_t adr)
int lightify_node_set_stale(struct lightify_node *node, int stale)
int lightify_node_set_brightness(struct lightify_node *node, int brightness)
struct lightify_node * lightify_node_get_prevnode(struct lightify_node *node)
int lightify_node_set_online_status(struct lightify_node *node, uint8_t state)
int lightify_node_set_name(struct lightify_node *node, char *name)
struct lightify_node * lightify_node_get_nextnode(struct lightify_node *node)
int lightify_node_remove(struct lightify_node *node)
int lightify_node_set_white(struct lightify_node *node, int white)
int lightify_node_set_nodeadr(struct lightify_node *node, uint64_t adr)
int lightify_node_new(struct lightify_ctx *ctx, struct lightify_node **newnode)
struct lightify_ctx * ctx