ColorTemperatureDeltaParameters

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

Relative color temperature change for a light

Constructors

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

Properties

Link copied to clipboard

The type of delta defined

Link copied to clipboard
@SerialName(value = "mirek_delta")
@Serializable(with = ExplicitMiredSerializer::class)
val temperatureDelta: Mireds?

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