Quick summary:
5:57:56 AM =
╔Received event [Stairwell 4 in 1 Sensor 1].motion = inactive
(no action taken)
6:03:34 AM +683ms
╔Received event [Stairwell 4 in 1 Sensor 1].motion = active
║║Condition #7 evaluated true (4ms)
║║Condition #8 evaluated true
║║Condition group #1 evaluated true (state changed)
║║Condition #6 evaluated false
║║Condition group #1 evaluated false (state changed)
║╚Execution stage complete
I admit, I have never seen:
Condition group #1 evaluated true
followed 7 milliseconds later with
Condition group #1 evaluated false
… but then again, I usually put my conditions
inside the IF, instead of using ONLY WHEN…
(not sure if that makes a difference)