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
constructor(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)
Properties
Link copied to clipboard
Specify an alert state on the light
Link copied to clipboard
Specify a color to change the light to.
Link copied to clipboard
Specify the color temperature of the light
Link copied to clipboard
@SerialName(value = "color_temperature_delta")
Specify a relative color temperature change to implement on the light.
Link copied to clipboard
Specify the brightness state of the light
Link copied to clipboard
Specify a relative brightness change to implement on the light.
Link copied to clipboard
Specify the dynamics of the state change
Link copied to clipboard
Specify a lighting effect for the light
Link copied to clipboard
Specify a gradient to implement on the light.
Link copied to clipboard
Power state of the light
Link copied to clipboard
Specify a timed lighting effect for the light.