pulse LEDStart
fun pulseLEDStart(pulseColor: Color = Color.BLUE, minBrightness: Int = 20, maxBrightness: Int = 70, periodInMs: Int = 8000): LEDCommands.PulseLEDStart
Getter function for the PulseLEDStart event.
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)