class documentation

Base class for an illumination controller.

Method flash Flash the illumination source.
Method set_led Set the LED to on or off.
Class Variable _class_settings Undocumented
@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.
_class_settings: dict[str, bool] = (source)

Undocumented