Programming in Dealer PC Access

I have a OmniPro II Controller and Dealer PC Access with the Omni Notifier Board 20A30-1.  I have it set up to send emails when the alarm is turn off/on to a specific email.
 
I would like to have a way to have it send an email also to a "different" email address when one of the kids sets the alarm off/on.
 
I have George, with an assigned code off 1234.  I want to know when George comes/goes.  How would I write code to show this? 
 
TIA
 
DeputyDawg
 
 
 
You can do that in the automation programming by selecting the "Security" trigger type and the "E-mail Message" action type.
 
WHEN *USERID* OFF
THEN EMAIL MESSAGE #1: [Test message] TO: [email protected]
 
Back
Top