smia.states.state_booting module¶ class smia.states.state_booting.StateBooting[source]¶ Bases: State This class contains the Boot state of the common SMIA. async run()[source]¶ This method implements the boot state of the common SMIA. Here all the required initialization tasks are performed. async booting_state_logic()[source]¶ This method contains the logic of the boot state of the common SMIA. This method can be used by any inherited class.