PowerupPowerState

abstract class PowerupPowerState

Power state to restore on light powerup.

Inheritors

Types

Link copied to clipboard

Return to the state it was in before powering off.

Link copied to clipboard
data class StaticPower(val powerValue: PowerValue) : PowerupPowerState

Set a static on/off state when power is restored.

Link copied to clipboard

Alternate between on and off on each subsequent power toggle.