MitsubishiElevatorUserSettingsInfo

Represents elevator access settings for Mitsubishi elevator systems

Overview of MitsubishiElevatorUserSettingsInfo goes here.

MitsubishiElevatorUserSettingsInfo Properties

Item -> ElevatorUserSettingsInfo -> MitsubishiElevatorUserSettingsInfo

Field Type Inherited from Description
Href String Item Gets or sets the href.
ControllerKey String ElevatorUserSettingsInfo Gets or sets the controller key that these settings apply to
CardHolderFlags MitsubishiCardHolderFlags MitsubishiElevatorUserSettingsInfo Gets or sets the cardholder flags (Normal, Handicapped, VIP, Management)
DefaultFloor Int32 MitsubishiElevatorUserSettingsInfo Gets or sets the default floor number
DefaultFloorType MitsubishiFloorDefaultType MitsubishiElevatorUserSettingsInfo Gets or sets the default floor type (Front or Rear)

JSON Structure of MitsubishiElevatorUserSettingsInfo

{
   "Href"	:	"String",
   "ControllerKey"	:	"String",
   "CardHolderFlags"	:	"[MitsubishiCardHolderFlags](/object-model/mitsubishicardholderflags)",
   "DefaultFloor"	:	"Int32",
   "DefaultFloorType"	:	"[MitsubishiFloorDefaultType](/object-model/mitsubishifloordefaulttype)"
}