Cabin
All in-cabin components, including doors.
type Cabin {
doorCount: UInt8
driverPosition: Vehicle_Cabin_DriverPosition_Enum
isAutoPowerOptimize: Boolean
isWindowChildLockEngaged: Boolean
powerOptimizeLevel: UInt8
seatPosCount: [UInt8!]
seatRowCount: UInt8
convertible: Convertible
doors: [Door]
hvac: HVAC
infotainment: Infotainment
light: Light
rearShade: RearShade
rearviewMirror: RearviewMirror
seats: [Seat]
sunroof: Sunroof
}
Fields
Cabin.doorCount ● UInt8 scalar
Number of doors in vehicle.
Cabin.driverPosition ● Vehicle_Cabin_DriverPosition_Enum enum
The position of the driver seat in row 1.
Cabin.isAutoPowerOptimize ● Boolean scalar
Auto Power Optimization Flag When set to 'true', the system enables automatic power optimization, dynamically adjusting the power optimization level based on runtime conditions or features managed by the OEM. When set to 'false', manual control of the power optimization level is allowed.
Cabin.isWindowChildLockEngaged ● Boolean scalar
Is window child lock engaged. True = Engaged. False = Disengaged.
Cabin.powerOptimizeLevel ● UInt8 scalar
Power optimization level for this branch/subsystem. A higher number indicates more aggressive power optimization. Level 0 indicates that all functionality is enabled, no power optimization enabled. Level 10 indicates most aggressive power optimization mode, only essential functionality enabled.
Cabin.seatPosCount ● [UInt8!] list scalar
Number of seats across each row from the front to the rear.
Cabin.seatRowCount ● UInt8 scalar
Number of seat rows in vehicle.
Cabin.convertible ● Convertible object
Cabin.doors ● [Door] list object
Cabin.hvac ● HVAC object
Cabin.infotainment ● Infotainment object
Cabin.light ● Light object
Cabin.rearShade ● RearShade object
Cabin.rearviewMirror ● RearviewMirror object
Cabin.seats ● [Seat] list object
Cabin.sunroof ● Sunroof object
Member Of
Vehicle object