Move initial FSM trigger to backend

This commit is contained in:
R. Richard 2019-08-15 15:40:09 +02:00
parent 1a1b61375c
commit 11b3ac8eef
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ def main():
YamlFSM, YamlFSM,
'test_fsm.yml', 'test_fsm.yml',
{} # jinja2 variables, empty dict enables jinja2 without any variables {} # jinja2 variables, empty dict enables jinja2 without any variables
) ),
initial_trigger='step_1'
)) ))
# Web IDE backend # Web IDE backend
ide_eh = eh_factory.build(IdeHandler( ide_eh = eh_factory.build(IdeHandler(