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)

Properties

Link copied to clipboard

Color state to activate after powerup

Link copied to clipboard
open override val configured: Boolean

Indicates if the shown values have been configured in the lightsource.

Link copied to clipboard

Dimming state to activate after powerup

Link copied to clipboard
open override val powerState: PowerupPowerState

Power state to activate after powerup.