Test auto docs

Basic Light Objects

Warning

This is a note listing something here because it is very important and the text may or may not wrap

class birdfish.lights.BaseLightElement(name='unamed_LightElements', bell_mode=False, simple=False, trigger_toggle=False, *args, **kwargs)

This class handles trigger events, and is updated with the show timeline.

off()

convenience for off, synonym for trigger(0)

update(show)

The update method is called once per iteration of the main show loop.

update_active

This property is the API for any class to determine whether updates should continue to be passed to this element.