StaticPower

data class StaticPower(val powerValue: PowerValue) : PowerupPowerState

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

Constructors

Link copied to clipboard
fun StaticPower(powerValue: PowerValue)

Properties

Link copied to clipboard

Power state to restore when the light turns on.