Searched defs:bt_mesh_light_ctl_status (Results 1 – 1 of 1) sorted by relevance
118 struct bt_mesh_light_ctl_status { struct119 bool op_en; /* Indicate whether optional parameters included */120 uint16_t present_ctl_lightness; /* Present value of light ctl lightness state */121 uint16_t present_ctl_temperature; /* Present value of light ctl temperature state */122 uint16_t target_ctl_lightness; /* Target value of light ctl lightness state (optional) */123 uint16_t target_ctl_temperature; /* Target value of light ctl temperature state (C.1) */124 uint8_t remain_time; /* Time to complete state transition (C.1) */