Home
last modified time | relevance | path

Searched refs:last_color_temperature (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/solutions/genie_mesh_demo/light_ctl/
A Dlight.c127 light_elem_stat[index].powerup.last_color_temperature = COLOR_TEMPERATURE_DEFAULT; in light_elem_state_init()
145 light_elem_stat[index].powerup.last_color_temperature; in light_elem_state_init()
225 p_elem->powerup.last_color_temperature = p_elem->state.color_temperature[TYPE_PRESENT]; in light_save_state()
226 …light_powerup[p_elem->element_id].last_color_temperature = p_elem->state.color_temperature[TYPE_PR… in light_save_state()
241 light_powerup[0].last_color_temperature); in light_save_state()
341 if (light_elem_stat[0].powerup.last_color_temperature) { in light_led_blink()
342 … light_param.present_color_temperature = light_elem_stat[0].powerup.last_color_temperature; in light_led_blink()
/AliOS-Things-master/components/genie_service/core/src/sig_models/
A Dsig_model_light_ctl_srv.c132 p_elem->powerup.last_color_temperature = p_elem->state.color_temperature[TYPE_TARGET]; in _ctl_analyze()
289 if (p_elem->powerup.last_color_temperature) in sig_model_light_ctl_update_by_onoff()
291 p_state->color_temperature[TYPE_TARGET] = p_elem->powerup.last_color_temperature; in sig_model_light_ctl_update_by_onoff()
/AliOS-Things-master/components/genie_service/core/inc/sig_models/
A Dsig_model.h55 u16_t last_color_temperature; member

Completed in 5 milliseconds