These are the settings for the Ascend Elevator dispatch system for an person that will be using the elevator.
Overview of AscendElevatorUserSettingsInfo goes here.
Item -> ElevatorUserSettingsInfo -> AscendElevatorUserSettingsInfo
| 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 |
| AscendAccessId | String | AscendElevatorUserSettingsInfo | Select the elevator access the user should use. This must be a valid Object Id value (a 24 digit hex string). |
| CardHolderFlags | AscendCardHolderFlags | AscendElevatorUserSettingsInfo | Choose how the elevator should work for this user. |
| DefaultFloor | Int32 | AscendElevatorUserSettingsInfo | Choose the default floor number. |
| DefaultFloorType | AscendFloorDefaultType | AscendElevatorUserSettingsInfo | Choose if the default floor type should be front or back. |
| DefaultGroupNumber | Int32 | AscendElevatorUserSettingsInfo | Value between 1 and 16 that indicates what Group / (elevator bank) a default floor is in. |
| Key | String | AscendElevatorUserSettingsInfo | Key For Ascend User Settings Object. |
{
"Href" : "String",
"ControllerKey" : "String",
"AscendAccessId" : "String",
"CardHolderFlags" : "[AscendCardHolderFlags](/object-model/ascendcardholderflags)",
"DefaultFloor" : "Int32",
"DefaultFloorType" : "[AscendFloorDefaultType](/object-model/ascendfloordefaulttype)",
"DefaultGroupNumber" : "Int32",
"Key" : "String"
}