Module: FCMLights

FCMLights object.

Methods

build()

Builds FCMLights values.

ledArgb(ledArgb)

Parameters:
Name Type Description
ledArgb string

The color of the LED. The hardware will do its best approximation.

Returns:

The Builder object for calls to be linked.

ledOffMs(ledOffMs)

Parameters:
Name Type Description
ledOffMs number

The number of milliseconds for the LED to be off while it's flashing. The hardware will do its best approximation.

Returns:

The Builder object for calls to be linked.

ledOnMs(ledOnMs)

Parameters:
Name Type Description
ledOnMs number

The number of milliseconds for the LED to be on while it's flashing. The hardware will do its best approximation.

Returns:

The Builder object for calls to be linked.