Pulse LEDStart
class PulseLEDStart(val pulseColor: Color = Color.BLUE, val minBrightness: Int = 20, val maxBrightness: Int = 70, val periodInMs: Int = 8000) : Event
Event to be used when starting a pulsing LED state.
Parameters
pulse Color
the LED color to pulse, defaults to blue
min Brightness
Percent of maximum brightness [0, maxBrightness), defaults to 20
max Brightness
Percent of maximum brightness (minBrightness, 100], defaults to 70
period In Ms
period to complete a full pulsation in milliseconds (coerced into 1500 - 30000 ms, defaults to 8000)
Constructors
Link copied to clipboard
fun PulseLEDStart(pulseColor: Color = Color.BLUE, minBrightness: Int = 20, maxBrightness: Int = 70, periodInMs: Int = 8000)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard