LightUpdateParameters
@Serializable
Data available to be updated on a light object via the bridge.
All these fields are optional and if left blank will not be changed.
Constructors
Link copied to clipboard
fun LightUpdateParameters(power: PowerParameters? = null, dimming: DimmingParameters? = null, dimmingDelta: DimmingDeltaParameters? = null, colorTemperature: ColorTemperatureParameters? = null, colorTemperatureDelta: ColorTemperatureDeltaParameters? = null, color: ColorParameters? = null, dynamics: DynamicsParameters? = null, alert: AlertParameters? = null, gradient: GradientParameters? = null, effects: EffectsParameters? = null, timedEffects: TimedEffectsParameters? = null)