berko Posted April 16, 2019 Posted April 16, 2019 I have a program: IF MOTION_DETECTED THEN Notification Repeat 3 times Light fast on Wait 2 seconds Light fast off ELSE END Notification is sent and the light blinks when I run the THEN But when I actually trigger the MOTION the light blinks as expected but the notification is not sent! Any ideas? TIA
larryllix Posted April 16, 2019 Posted April 16, 2019 (edited) We need to see the exact syntax for the program. There are various methods of detecting events. Right click on the program title in the program tree and select copy to clipboard. Then past it here. What MS device are you using? Edited April 16, 2019 by larryllix
berko Posted April 17, 2019 Author Posted April 17, 2019 <?xml version="1.0" ?><triggers><d2d><trigger><id>13</id><name>Motion Org</name><parent>1</parent><if><and /><status id ="ST" node="36 93 30 1" op="IS"><val uom="51" prec="0">100</val></status></if><then><notify content="1">2</notify><repeat><for><times>3</times></for></repeat><cmd id="DFON" node="26 D7 2E 1"></cmd><wait><seconds>2</seconds></wait><cmd id="DFOF" node="26 D7 2E 1"></cmd></then><else></else><comment></comment></trigger></d2d></triggers> 2842-222. 4814 Rev 2.6 Thank You
Recommended Posts