03-04-2009, 05:09 PM
I have a job that has a door contact on an internal door between the garage and the house. The contact only wants to be active when set to vacation mode. there is also a keypad on one side of the door.
If I set the zone type to SwitchNC and use the following response will it work?
If SecurityMode = VacationMode Then
If Input DC3_Coats <> 0 Then
Start EntryDelay
End If
End If
Thanks
If I set the zone type to SwitchNC and use the following response will it work?
If SecurityMode = VacationMode Then
If Input DC3_Coats <> 0 Then
Start EntryDelay
End If
End If
Thanks

