Jump to content

srjacob

Members
  • Posts

    77
  • Joined

  • Last visited

Community Answers

  1. srjacob's post in Programming help needed was marked as the answer   
    Copy and paste the program like this?
    424Entered Copy Copy - [ID 0021][Parent 0001]
    If
           -(
           |     'First Floor / Back Door' Logical Status is Violated
           |  Or 'First Floor / Kitchen Door' Logical Status is Violated
           |  Or 'First Floor / Front Door' Logical Status is Violated
           |  Or 'Basement / Basement Door' Logical Status is Violated
           -)
        And $Away_Off is 1
     
    Then
            Send Notification to 'Email' content '424Entered'
     
    Else
       - No Actions - (To add one, press 'Action')
     
    Send "424 Entered" message if "Away Off" was triggered by garage keypad.
    The parenthesis seems to work, too.
    I wish there was some way to embed IF statements in the THEN block (like other programming languages).
    Thank you for your help.
×
×
  • Create New...