DoorAuxRelayOptions

Specifies auxiliary relay activation options for an ACT365 door

Overview of DoorAuxRelayOptions goes here.

DoorAuxRelayOptions Properties

DoorAuxRelayOptions

Field Type Inherited from Description
OptAuxActivateAjar Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on door ajar
OptAuxActivateArmIntruderPanel Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on intrusion panel arm
OptAuxActivateBreakglass Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on breakglass
OptAuxActivateDenied Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on access denied
OptAuxActivateDuress Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on duress
OptAuxActivateExitDenied Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on exit denied
OptAuxActivateExitGranted Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on exit granted
OptAuxActivateFollowMainRelay Boolean DoorAuxRelayOptions Gets or sets whether aux relay follows the main relay
OptAuxActivateForced Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on door forced
OptAuxActivateGranted Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on access granted
OptAuxActivateOpen Boolean DoorAuxRelayOptions Gets or sets whether aux relay activates on door open

JSON Structure of DoorAuxRelayOptions

{
   "OptAuxActivateAjar"	:	"Boolean",
   "OptAuxActivateArmIntruderPanel"	:	"Boolean",
   "OptAuxActivateBreakglass"	:	"Boolean",
   "OptAuxActivateDenied"	:	"Boolean",
   "OptAuxActivateDuress"	:	"Boolean",
   "OptAuxActivateExitDenied"	:	"Boolean",
   "OptAuxActivateExitGranted"	:	"Boolean",
   "OptAuxActivateFollowMainRelay"	:	"Boolean",
   "OptAuxActivateForced"	:	"Boolean",
   "OptAuxActivateGranted"	:	"Boolean",
   "OptAuxActivateOpen"	:	"Boolean"
}