Jump to content

Variable not setting


Grayson

Recommended Posts

Hi,

 

I am trying to set a variable in my then and else clauses of my program.  The program executes, but the variable value is never changed.

 

IF (Garage Door Open)

 

THEN

    $Open_Door = 1

    Send Text Msg

Else

    $Open_Door = 0

 

I know the then clause executes since I receive the text message.  I tried both integer and state variables and neither work.  

 

Any thoughts?

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