class documentation

class SangaIllumination(Illumination): (source)

View In Hierarchy

Illumination driven by a Sangaboard.

Method set_led Set the LED to on or off.
Class Variable _stage Undocumented

Inherited from Illumination:

Method flash Flash the illumination source.
@lt.action
def set_led(self, led_on: bool = True, led_channel: Literal['cc'] = 'cc'): (source)

Undocumented