ColorTemperatureDeltaParameters

@Serializable
data class ColorTemperatureDeltaParameters(val action: DeltaAction, val temperatureDelta: Mireds? = null)

Relative color temperature change for a light

Constructors

Link copied to clipboard
fun ColorTemperatureDeltaParameters(action: DeltaAction, temperatureDelta: Mireds? = null)

Properties

Link copied to clipboard

The type of delta defined

Link copied to clipboard
@Serializable(with = ExplicitMiredSerializer::class)
val temperatureDelta: Mireds? = null

Delta of color temperature to be added or removed from the light's current state.