ColorTemperatureParameters

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

Color temperature setting for a light

Constructors

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

Properties

Link copied to clipboard
@Serializable(with = MiredSerializer::class)
val temperature: ColorTemperature? = null

Color temperature to set the light to