MitsubishiDestinationDispatchSettings

Represents Mitsubishi-specific destination dispatch settings for elevator control integration

Overview of MitsubishiDestinationDispatchSettings goes here.

MitsubishiDestinationDispatchSettings Properties

DestinationDispatchSettings -> MitsubishiDestinationDispatchSettings

Field Type Inherited from Description
FloorOffset Int32 MitsubishiDestinationDispatchSettings Gets or sets the offset for floor mapping to define negative floor numbers in the Mitsubishi system.
HasFrontAndRearFloors Boolean MitsubishiDestinationDispatchSettings Gets or sets a value indicating whether the elevator has separate front and rear floor configurations.
IsMitsubishiPrimaryController Boolean MitsubishiDestinationDispatchSettings Gets or sets a value indicating whether this is the primary Mitsubishi destination dispatch controller.

JSON Structure of MitsubishiDestinationDispatchSettings

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