LightPowerup
Properties to configure powerup behaviour of a lightsource.
Types
Link copied to clipboard
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.
Link copied to clipboard
Restore the last known state of the light when it was on.
Link copied to clipboard
Restore the last known state of the light, maintaining on/off value.
Link copied to clipboard
Restore the default state of the light on powerup.