Thanks for responding Lee. Been busy with my other projects and haven't had the time to follow up on this. What I am trying to do is trigger the then statement above to toggle the EZIO relay on, wait 1 sec, and then off. The relay toggles correctly when I run the then statement, but can't figure out how to use a secondary keypadlinc button in the if statement to trigger the then statement.
Ultimately, I want to use a single secondary keypadlinc to trigger three different programs: The first program, will trigger relay #1 on/off using a Fast On command (turn lights on). The second program will trigger relay #2 on/off using a On command (change lights mode). The third program will trigger relay #1 on/off using a Fast Off command (turn lights off). I hope this is possible.
TURN LIGHTS ON:
If
Control 'Secondary Keypadlinc button' is switched Fast On
Then Set 'EZIO Relay#1' On Wait 1 second Set 'EZIO Relay#1' Off Set Scene 'Deck Rail Lights On' On Else - No Actions - (To add one, press 'Action')
CHANGE LIGHTS MODE:
If
Control 'Secondary Keypadlinc button' is switched On
Then Set 'EZIO Relay#2' On Wait 1 second Set 'EZIO Relay#2' Off Set Scene 'Deck Rail Lights On' On Else - No Actions - (To add one, press 'Action')
TURN LIGHTS OFF:
If
Control 'Secondary Keypadlinc button' is switched Fast Off
Then Set 'EZIO Relay#1' On Wait 1 second Set 'EZIO Relay#1' Off Set Scene 'Deck Rail Lights Off' On Else - No Actions - (To add one, press 'Action')
BR,
scimanic