DoorLogOptions

Overview of DoorLogOptions goes here.

DoorLogOptions Properties

DoorLogOptions

Field Type Inherited from Description
None Boolean DoorLogOptions Gets or sets the None value
OptLogAuxOpChange Boolean DoorLogOptions Gets or sets the OptLogAuxOpChange value
OptLogClose Boolean DoorLogOptions Gets or sets the OptLogClose value
OptLogDoorAjar Boolean DoorLogOptions Gets or sets the OptLogDoorAjar value
OptLogExitButton Boolean DoorLogOptions Gets or sets the OptLogExitButton value
OptLogForced Boolean DoorLogOptions Gets or sets the OptLogForced value
OptLogOp2Change Boolean DoorLogOptions Gets or sets the OptLogOp2Change value
OptLogOp3Change Boolean DoorLogOptions Gets or sets the OptLogOp3Change value
OptLogOpen Boolean DoorLogOptions Gets or sets the OptLogOpen value
OptLogReadErrors Boolean DoorLogOptions Gets or sets the OptLogReadErrors value

JSON Structure of DoorLogOptions

{
   "None"	:	"Boolean",
   "OptLogAuxOpChange"	:	"Boolean",
   "OptLogClose"	:	"Boolean",
   "OptLogDoorAjar"	:	"Boolean",
   "OptLogExitButton"	:	"Boolean",
   "OptLogForced"	:	"Boolean",
   "OptLogOp2Change"	:	"Boolean",
   "OptLogOp3Change"	:	"Boolean",
   "OptLogOpen"	:	"Boolean",
   "OptLogReadErrors"	:	"Boolean"
}