Okay I've been trying to get this program package to work and for the life of me I can't see what I'm doing wrong. When I put the leak sensor in water I see the $sLeakLaundryRoom variable change to 9 but the 'Leak Sensor Activation" program never fires. The only way I can get it to work is to manually change the variable to 9 and then manually run the program. If I do that the email is sent properly. Here is the code for the activation program:
If
$sLeakLaundryRoom is 9
Then
Send Notification to 'Default' content 'Leak Sensor Activation'
Else
- No Actions - (To add one, press 'Action')
I'm stumped. Isn't the program supposed to run on its own? What am I missing? Thanks for any help you can offer.