Jump to content

Email sends when I execute Then but not when program triggers


berko

Recommended Posts

 

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

Link to comment

<?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

Link to comment

Archived

This topic is now archived and is closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      36.9k
    • Total Posts
      370.2k
×
×
  • Create New...