AscendDestinationDispatchSettings

Defines the destination dispatch elevator settings specific to Ascend elevator systems including floor mapping and cab access configurations

Overview of AscendDestinationDispatchSettings goes here.

AscendDestinationDispatchSettings Properties

DestinationDispatchSettings -> AscendDestinationDispatchSettings

Field Type Inherited from Description
FloorOffset Int32 AscendDestinationDispatchSettings Offset for floor mapping to define negative floor numbers
HasFrontAndRearFloors Boolean AscendDestinationDispatchSettings When true indicates both Front and Rear Doors
MaxElevatorCabinAccessConfigurations Int32 AscendDestinationDispatchSettings Sets the Maximum Elevator Cab Access Configurations

JSON Structure of AscendDestinationDispatchSettings

{
   "FloorOffset"	:	"Int32",
   "HasFrontAndRearFloors"	:	"Boolean",
   "MaxElevatorCabinAccessConfigurations"	:	"Int32"
}