11-20-2007, 12:01 PM
I am using the following response to turn in the hallway lights when the front door is opened, if it is dark and if the alarm is set. It is responding to the right conditions but it is turning the lights on when i open the door to exit. it is referanced to the On response of the front door DC, zonetype-Entrydoor.
At what stage is the alarm in Away mode, While it is arming or once it is set?
Stop Ringer
Stop Ringer
If Input LSM <> 0 Then
If SecurityMode = AwayMode Then
Send RS232 2 2A,70,20,31,20,39,20,32,30,30,30,0D
End If
If SecurityMode = VacationMode Then
Send RS232 2 2A,70,20,31,20,39,20,32,30,30,30,0D
End If
End If
Thanks in Advance
At what stage is the alarm in Away mode, While it is arming or once it is set?
Stop Ringer
Stop Ringer
If Input LSM <> 0 Then
If SecurityMode = AwayMode Then
Send RS232 2 2A,70,20,31,20,39,20,32,30,30,30,0D
End If
If SecurityMode = VacationMode Then
Send RS232 2 2A,70,20,31,20,39,20,32,30,30,30,0D
End If
End If
Thanks in Advance

