setLights

fun setLights(argb: Int, onMs: Int, offMs: Int): NotificationConfig

Set the argb value that you would like the LED on the device to blink, as well as the rate. The rate is specified in terms of the number of milliseconds to be on and then the number of milliseconds to be off.

Return

The same NotificationConfig.

Parameters

argb

Color of the LED

onMs

Number of Milliseconds on

offMs

Number of milliseconds off