Command not executing


#1

1) Give a description of the problem
Log seems to show command executing, but action does not occur

2) What is the expected behavior?
Between 7 am and noon, when Wallmote button 4 is pushed or the kitchen lights are turned on, the alarm system should disarm.

3) What is happening/not happening?
Alarm is not disarming. When these Things are actually turned on in ST app, alarm will arm when Arm Stay selected, and disarm when Disarm selected.

**4) Post a Green Snapshot of the piston

5) Attach any logs (From ST IDE and by turning logging level to Full)
4/12/2018, 7:15:48 AM +228ms
+1ms ╔Received event [WallMote].button = pushed with a delay of 970ms
+138ms ║RunTime Analysis CS > 21ms > PS > 43ms > PE > 75ms > CE
+141ms ║Runtime (41721 bytes) successfully initialized in 43ms (v0.3.104.20180323) (138ms)
+141ms ║╔Execution stage started
+154ms ║║Comparison (time) 26148376 is_between (time) 79200000 … (time) 25200000 = false (5ms)
+156ms ║║Condition #20 evaluated false (8ms)
+156ms ║║Condition group #19 evaluated false (state did not change) (9ms)
+165ms ║║Condition #30 evaluated false (6ms)
+169ms ║║Comparison (enum) pushed gets (string) pushed = true (0ms)
+170ms ║║Cancelling condition #31’s schedules…
+170ms ║║Condition #31 evaluated true (4ms)
+171ms ║║Cancelling condition #29’s schedules…
+172ms ║║Condition group #29 evaluated true (state changed) (13ms)
+179ms ║║Comparison (time) 26148400 is_between (time) 25200000 … (time) 43200000 = true (5ms)
+180ms ║║Time restriction check passed
+181ms ║║Cancelling condition #32’s schedules…
+182ms ║║Condition #32 evaluated true (9ms)
+182ms ║║Cancelling condition #26’s schedules…
+183ms ║║Condition group #26 evaluated true (state changed) (25ms)
+185ms ║║Cancelling statement #27’s schedules…
+2039ms ║║Executed physical command [Disarm].on() (1852ms)
+2040ms ║║Executed [Disarm].on (1852ms)
+2042ms ║╚Execution stage complete. (1901ms)
+2044ms ║Setting up scheduled job for Thu, Apr 12 2018 @ 10:00:00 PM CDT (in 53049.729s)
+2053ms ╚Event processed successfully (2053ms)

REMOVE BELOW AFTER READING