1) Give a description of the problem
The light never turns off
2) What is the expected behavior?
The light turns on when a presence changes to present, and then waits X minutes and turns off…
3) What is happening/not happening?
The light never turns off. I have tried with the variable, without, and added the never
**4) Post a Green Snapshot of the piston![image|45x37]
Logs from WebCore
| +1ms | ╔Received event [Lauren].presence = present with a delay of 138ms |
|---|---|
| +196ms | ║RunTime Analysis CS > 33ms > PS > 83ms > PE > 80ms > CE |
| +198ms | ║Runtime (43594 bytes) successfully initialized in 83ms (v0.3.000.20180224) (196ms) |
| +199ms | ║╔Execution stage started |
| +268ms | ║║Comparison (time) 64590806 is_between (time) 1520207160000 … (time) 1520166240000 = true (8ms) |
| +269ms | ║║Time restriction check passed |
| +271ms | ║║Condition #1 evaluated true (68ms) |
| +272ms | ║║Condition group #null evaluated true (state did not change) (69ms) |
| +319ms | ║║Comparison (enum) present changes_to (string) present = true (0ms) |
| +322ms | ║║Cancelling condition #6’s schedules… |
| +323ms | ║║Condition #6 evaluated true (49ms) |
| +332ms | ║║Comparison (enum) on is (string) off = false (1ms) |
| +333ms | ║║Cancelling condition #7’s schedules… |
| +334ms | ║║Condition #7 evaluated false (11ms) |
| +335ms | ║║Condition group #2 evaluated false (state did not change) (60ms) |
| +343ms | ║║Cancelling condition #13’s schedules… |
| +344ms | ║║Condition #13 evaluated false (7ms) |
| +345ms | ║║Condition group #8 evaluated false (state did not change) (8ms) |
| +353ms | ║║Condition #18 evaluated false (5ms) |
| +354ms | ║║Condition group #15 evaluated false (state did not change) (5ms) |
| +356ms | ║╚Execution stage complete. (157ms) |
| +357ms | ╚Event processed successfully (357ms) |

