You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -130,7 +131,8 @@ function CapabilityHandlers.handle_step_color_temperature_by_percent(driver, dev
130
131
localstep_mode=step_percent_change>0and (clusters.ColorControl.types.StepModeEnumandclusters.ColorControl.types.StepModeEnum.DOWNor3) or (clusters.ColorControl.types.StepModeEnumandclusters.ColorControl.types.StepModeEnum.UPor1)
131
132
localmin_mireds=switch_utils.get_field_for_endpoint(device, fields.COLOR_TEMP_BOUND_RECEIVED_MIRED..fields.COLOR_TEMP_MIN, endpoint_id) orfields.COLOR_TEMPERATURE_MIRED_MIN-- default min mireds
132
133
localmax_mireds=switch_utils.get_field_for_endpoint(device, fields.COLOR_TEMP_BOUND_RECEIVED_MIRED..fields.COLOR_TEMP_MAX, endpoint_id) orfields.COLOR_TEMPERATURE_MIRED_MAX-- default max mireds
0 commit comments