class documentation

Base class for an illumination controller.

Method flash Flash the illumination source.
Method set_led Set the LED to on or off.
@lt.action
def flash(self, number_of_flashes: int = 10, dt: float = 0.5): (source)

Flash the illumination source.

Parameters
number_of_flashes:intNumber of times to flash the LED.
dt:floatFlash duration in seconds.