I have set button G to non toggle off to close my garage door. When I press it, the LED flashes 2 times but the program will not trigger. I have cleared the log pressed the G and looked at the log. When I open the log I get a window "Response Failed" and the the log comes up and has no items in it. Here is the program. As I am only in to this for a week I would appreciate any help
If
Status ‘Key_Pad_G’ is On
Then
$Tester_Vairable =1
Set ‘1F.C3.77-Relay_Garage_Door’ On
Wait 2 seconds
Set ‘1F.C3.77-Relay_Garage_Door’ Off
Else
- No Actions – (To add one, press ‘Action’)
Thanks