Skip to main content

Seat

All seats.

type Seat {
heatingCooling(
unit: RelationUnitEnum = PERCENT
): Int8
height(
unit: LengthUnitEnum = MILLIMETER
): UInt16
isBackwardSwitchEngaged: Boolean
isBelted: Boolean
isCoolerSwitchEngaged: Boolean
isDecreaseMassageLevelSwitchEngaged: Boolean
isDownSwitchEngaged: Boolean
isForwardSwitchEngaged: Boolean
isIncreaseMassageLevelSwitchEngaged: Boolean
isTiltBackwardSwitchEngaged: Boolean
isTiltForwardSwitchEngaged: Boolean
isUpSwitchEngaged: Boolean
isWarmerSwitchEngaged: Boolean
occupancyStatus: Vehicle_Cabin_Seat_OccupancyStatus_Enum
position(
unit: LengthUnitEnum = MILLIMETER
): UInt16
seatBeltHeight(
unit: LengthUnitEnum = MILLIMETER
): UInt16
tilt(
unit: AngleUnitEnum = DEGREE
): Float
airbag: Airbag
backrest: Backrest
headrest: Headrest
massage: Massage
neckScarf: NeckScarf
seating: Seating
instanceTag: Seat_InstanceTag
}

Fields

Seat.heatingCooling ● Int8 scalar

Heating or Cooling requsted for the Item. -100 = Maximum cooling, 0 = Heating/cooling deactivated, 100 = Maximum heating.

Seat.heatingCooling.unit ● RelationUnitEnum enum

Seat.height ● UInt16 scalar

Seat position on vehicle z-axis. Position is relative within available movable range of the seating. 0 = Lowermost position supported.

Seat.height.unit ● LengthUnitEnum enum

Seat.isBackwardSwitchEngaged ● Boolean scalar

Seat backward switch engaged.

Seat.isBelted ● Boolean scalar

Is the belt engaged.

Seat.isCoolerSwitchEngaged ● Boolean scalar

Cooler switch for Seat heater.

Seat.isDecreaseMassageLevelSwitchEngaged ● Boolean scalar

Decrease massage level switch engaged.

Seat.isDownSwitchEngaged ● Boolean scalar

Seat down switch engaged.

Seat.isForwardSwitchEngaged ● Boolean scalar

Seat forward switch engaged.

Seat.isIncreaseMassageLevelSwitchEngaged ● Boolean scalar

Increase massage level switch engaged.

Seat.isTiltBackwardSwitchEngaged ● Boolean scalar

Tilt backward switch engaged.

Seat.isTiltForwardSwitchEngaged ● Boolean scalar

Tilt forward switch engaged.

Seat.isUpSwitchEngaged ● Boolean scalar

Seat up switch engaged.

Seat.isWarmerSwitchEngaged ● Boolean scalar

Warmer switch for Seat heater.

Seat.occupancyStatus ● Vehicle_Cabin_Seat_OccupancyStatus_Enum enum

Occupancy status of the seat.

Seat.position ● UInt16 scalar

Seat position on vehicle x-axis. Position is relative to the frontmost position supported by the seat. 0 = Frontmost position supported.

Seat.position.unit ● LengthUnitEnum enum

Seat.seatBeltHeight ● UInt16 scalar

Seat belt position on vehicle z-axis. Position is relative within available movable range of the seat belt. 0 = Lowermost position supported.

Seat.seatBeltHeight.unit ● LengthUnitEnum enum

Seat.tilt ● Float scalar

Tilting of seat (seating and backrest) relative to vehicle x-axis. 0 = seat bottom is flat, seat bottom and vehicle x-axis are parallel. Positive degrees = seat tilted backwards, seat x-axis tilted upward, seat z-axis is tilted backward.

Seat.tilt.unit ● AngleUnitEnum enum

Seat.airbag ● Airbag object

Seat.backrest ● Backrest object

Seat.headrest ● Headrest object

Seat.massage ● Massage object

Seat.neckScarf ● NeckScarf object

Seat.seating ● Seating object

Seat.instanceTag ● Seat_InstanceTag object

Member Of

Cabin object