|
liblightify
|

Data Fields | |
| struct lightify_ctx * | ctx |
| struct lightify_node * | next |
| struct lightify_node * | prev |
| uint64_t | node_address |
| uint16_t | zone_address |
| uint16_t | group_address |
| enum lightify_node_type | node_type |
| char * | name |
| int | red |
| int | green |
| int | blue |
| int | white |
| int | cct |
| int | brightness |
| int | is_on |
| enum lightify_node_online_state | online_status |
| int | is_stale |
Information about the nodes (e.g. lamps) kind of cache, will reflet state when last queried.
| struct lightify_ctx* ctx |
| int is_stale |
| char* name |
| struct lightify_node* next |
| enum lightify_node_type node_type |
| enum lightify_node_online_state online_status |
| struct lightify_node* prev |