Seating
Describes signals related to the seat bottom of the seat.
type Seating {
heatingCooling(
unit: RelationUnitEnum = PERCENT
): Int8
isBackwardSwitchEngaged: Boolean
isForwardSwitchEngaged: Boolean
length(
unit: LengthUnitEnum = MILLIMETER
): UInt16
sideBolsterSupportLeft(
unit: RelationUnitEnum = PERCENT
): Float
sideBolsterSupportRight(
unit: RelationUnitEnum = PERCENT
): Float
}
Fields
Seating.heatingCooling ● Int8 scalar
Heating or Cooling requsted for the Item. -100 = Maximum cooling, 0 = Heating/cooling deactivated, 100 = Maximum heating.
Seating.heatingCooling.unit ● RelationUnitEnum enum
Seating.isBackwardSwitchEngaged ● Boolean scalar
Is switch to decrease seating length engaged.
Seating.isForwardSwitchEngaged ● Boolean scalar
Is switch to increase seating length engaged.
Seating.length ● UInt16 scalar
Length adjustment of seating. 0 = Adjustable part of seating in rearmost position (Shortest length of seating).
Seating.length.unit ● LengthUnitEnum enum
Seating.sideBolsterSupportLeft ● Float scalar
Seat bottom side bolster support left. 0 = Minimum support (widest side bolster setting). 100 = Maximum support.
Seating.sideBolsterSupportLeft.unit ● RelationUnitEnum enum
Seating.sideBolsterSupportRight ● Float scalar
Seat bottom side bolster support right. 0 = Minimum support (widest side bolster setting). 100 = Maximum support.
Seating.sideBolsterSupportRight.unit ● RelationUnitEnum enum
Member Of
Seat object