RearShade
Rear window shade. Open = Retracted, Closed = Deployed. Start position for RearShade is Open/Retracted.
type RearShade {
isOpen: Boolean
position(
unit: RelationUnitEnum = PERCENT
): UInt8
switch: Vehicle_Cabin_RearShade_Switch_Enum
}
Fields
RearShade.isOpen ● Boolean scalar
Is item open or closed? True = Fully or partially open. False = Fully closed.
RearShade.position ● UInt8 scalar
Item position. 0 = Start position 100 = End position.
RearShade.position.unit ● RelationUnitEnum enum
RearShade.switch ● Vehicle_Cabin_RearShade_Switch_Enum enum
Switch controlling sliding action such as window, sunroof, or blind.
Member Of
Cabin object