ColorTemperatureParameters

@Serializable
data class ColorTemperatureParameters(val temperature: ColorTemperature? = null)

Color temperature setting for a light

Constructors

Link copied to clipboard
constructor(temperature: ColorTemperature? = null)

Properties

Link copied to clipboard
@Serializable(with = MiredSerializer::class)
@SerialName(value = "mirek")
val temperature: ColorTemperature?

Color temperature to set the light to