Commit 03f4bdf3 authored by nextime's avatar nextime

Fixed sequence false condition

parent 1fe0f7c9
...@@ -1564,6 +1564,11 @@ class domotikaService(service.Service): ...@@ -1564,6 +1564,11 @@ class domotikaService(service.Service):
# normally and go to next step in normal timing # normally and go to next step in normal timing
exstep=True exstep=True
immediatenext=False immediatenext=False
else:
if res.condition_act in ['GOTOSTEP','STOP','RESTART','IGNORE','NEXT']:
exstep=True
immediatenext=False
if exstep: if exstep:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment