Custom
data class Custom(val configured: Boolean, val powerState: PowerupPowerState, val dimmingState: PowerupDimmingState? = null, val colorState: PowerupColorState? = null) : LightPowerup
Custom Color/Temperature setting to restore on power up.
Constructors
Link copied to clipboard
fun Custom(configured: Boolean, powerState: PowerupPowerState, dimmingState: PowerupDimmingState? = null, colorState: PowerupColorState? = null)