DoorOperationOptions

Specifies operational options for an ACT365 door

Overview of DoorOperationOptions goes here.

DoorOperationOptions Properties

DoorOperationOptions

Field Type Inherited from Description
OptAccessOnly Boolean DoorOperationOptions Gets or sets whether access-only mode is enabled
OptBreakglass Boolean DoorOperationOptions Gets or sets whether breakglass input is enabled
OptChime Boolean DoorOperationOptions Gets or sets whether the door chime is enabled
OptContactMonitoring Boolean DoorOperationOptions Gets or sets whether contact monitoring is enabled
OptDenyWhiteCard Boolean DoorOperationOptions Gets or sets whether white cards are denied
OptDoorCloseClearAlarm Boolean DoorOperationOptions Gets or sets whether door close event clears alarm
OptExitButton Boolean DoorOperationOptions Gets or sets whether exit button is enabled
OptFailsafe Boolean DoorOperationOptions Gets or sets whether the lock is failsafe (unlocked on power loss)
OptFreeExit Boolean DoorOperationOptions Gets or sets whether free exit is enabled
OptInterlock Boolean DoorOperationOptions Gets or sets whether interlock mode is enabled
OptIntruderPanel Boolean DoorOperationOptions Gets or sets whether intrusion panel integration is enabled
OptLockdownInput Boolean DoorOperationOptions Gets or sets whether input lockdown is enabled
OptLockdownPin Boolean DoorOperationOptions Gets or sets whether PIN lockdown is enabled
OptLockdownReader Boolean DoorOperationOptions Gets or sets whether reader is locked down
OptLockSaver Boolean DoorOperationOptions Gets or sets whether lock saver mode is enabled
OptMainsFault Boolean DoorOperationOptions Gets or sets whether mains fault detection is enabled
OptPinRequiredOnExit Boolean DoorOperationOptions Gets or sets whether PIN is required on exit
OptPinSearchAllCardholders Boolean DoorOperationOptions Gets or sets whether PIN search includes all cardholders
OptPir Boolean DoorOperationOptions Gets or sets whether PIR (passive infrared) sensor is enabled
OptRexDisablesDoorForced Boolean DoorOperationOptions Gets or sets whether request-to-exit disables door forced alarm
OptSilent Boolean DoorOperationOptions Gets or sets whether silent operation is enabled
OptTamper Boolean DoorOperationOptions Gets or sets whether tamper detection is enabled
OptToggle Boolean DoorOperationOptions Gets or sets whether toggle mode is enabled
OptUnlockFirstAccess Boolean DoorOperationOptions Gets or sets whether the door unlocks on first access

JSON Structure of DoorOperationOptions

{
   "OptAccessOnly"	:	"Boolean",
   "OptBreakglass"	:	"Boolean",
   "OptChime"	:	"Boolean",
   "OptContactMonitoring"	:	"Boolean",
   "OptDenyWhiteCard"	:	"Boolean",
   "OptDoorCloseClearAlarm"	:	"Boolean",
   "OptExitButton"	:	"Boolean",
   "OptFailsafe"	:	"Boolean",
   "OptFreeExit"	:	"Boolean",
   "OptInterlock"	:	"Boolean",
   "OptIntruderPanel"	:	"Boolean",
   "OptLockdownInput"	:	"Boolean",
   "OptLockdownPin"	:	"Boolean",
   "OptLockdownReader"	:	"Boolean",
   "OptLockSaver"	:	"Boolean",
   "OptMainsFault"	:	"Boolean",
   "OptPinRequiredOnExit"	:	"Boolean",
   "OptPinSearchAllCardholders"	:	"Boolean",
   "OptPir"	:	"Boolean",
   "OptRexDisablesDoorForced"	:	"Boolean",
   "OptSilent"	:	"Boolean",
   "OptTamper"	:	"Boolean",
   "OptToggle"	:	"Boolean",
   "OptUnlockFirstAccess"	:	"Boolean"
}