-

Welcome to state_machine documentation!

+

state_machine package

state_machine (State Machine)

Author:

@@ -178,7 +179,8 @@
class state_machine.state_machine(default_state, log_lvl, **kwargs)
-
+

Bases: object

+
Parameters:
  • default_state – The default state which is set on initialisation.

  • @@ -261,6 +263,16 @@ including the following information: (condition-method (str), transition-time (n INFO - state_machine - TraficLights: State change ('condition_true'): 'state_green' -> 'state_red'