Well said Steve.
Since the Outputs on the M1 are programmable, there is not a fixed set of terminals assigned that controls a garage door.
You could assign Output 3 relay as the garage door control relay. Connect wires to the normally open and common contact terminals on Output 3 Relay. Then connect the other ends of the wires to the contact terminals on the garage door. This is where the garage door operates if the terminals are shorted together.
Write one or more RULES to control OUTPUT 3:
WHENEVER F1 KEY ON ANY KEYPAD ACTIVATES
THEN TURN Output 3 (Out 3) ON FOR 2 SECONDS
An alternate way which is better and uses less rules is to use Tasks:
WHENEVER F1 KEY ON ANY KEYPAD ACTIVATES
THEN ACTIVATE Task 01 (Task 1)
WHENEVER RF KEYFOB BUTTON 3 IS ACTIVATED
THEN ACTIVATE Task 01 (Task 1)
WHENEVER Zone 008 (Zone 8) BECOMES NOT SECURE //this could be a push button input to manually open/close the garage door
THEN ACTIVATE Task 01 (Task 1)
WHENEVER Task 01 (Task 1) IS ACTIVATED
THEN TURN Output 3 (Out 3) ON FOR 2 SECONDS
//this closes the relay contacts for two seconds and activates the garage door to open or close. Adjust the time to suit your garage door.
The Tasks and outputs may be accessed from any keypad, Telephone Remote Control, Webpage, and ELKRM remote control software, as well as controlled from other 3rd party software like Homeseer, CQC, Cinemar.
For better understanding in ELKRP, go to the OUTPUTs section and name the output. Name OUTPUT 3 the GARAGE DOOR. It makes it easier to follow what is happening in the RULES.