Number
Number
Boolean
Number
Number
Number
Number
Boolean
Number
Number
SupportedSeat
Array.<MassageCushionFirmness>
Boolean
Array.<MassageModeData>
SeatMemoryAction
Number
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
SeatControlData
Number
Get the BackTiltAngle
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_BACK_TILT_ANGLE value
Number
Get the BackVerticalPosition
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_BACK_VERTICAL_POSITION value
Boolean
Get the CoolingEnabled
Kind: Instance method of SeatControlData
Returns: Boolean
- the KEY_COOLING_ENABLED value
Number
Get the CoolingLevel
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_COOLING_LEVEL value
Number
Get the FrontVerticalPosition
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_FRONT_VERTICAL_POSITION value
Number
Get the HeadSupportHorizontalPosition
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_HEAD_SUPPORT_HORIZONTAL_POSITION value
Number
Get the HeadSupportVerticalPosition
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_HEAD_SUPPORT_VERTICAL_POSITION value
Boolean
Get the HeatingEnabled
Kind: Instance method of SeatControlData
Returns: Boolean
- the KEY_HEATING_ENABLED value
Number
Get the HeatingLevel
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_HEATING_LEVEL value
Number
Get the HorizontalPosition
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_HORIZONTAL_POSITION value
SupportedSeat
Get the IdParam
Kind: Instance method of SeatControlData
Returns: SupportedSeat
- the KEY_ID value
Array.<MassageCushionFirmness>
Get the MassageCushionFirmness
Kind: Instance method of SeatControlData
Returns: Array.<MassageCushionFirmness>
- the KEY_MASSAGE_CUSHION_FIRMNESS value
Boolean
Get the MassageEnabled
Kind: Instance method of SeatControlData
Returns: Boolean
- the KEY_MASSAGE_ENABLED value
Array.<MassageModeData>
Get the MassageMode
Kind: Instance method of SeatControlData
Returns: Array.<MassageModeData>
- the KEY_MASSAGE_MODE value
SeatMemoryAction
Get the Memory
Kind: Instance method of SeatControlData
Returns: SeatMemoryAction
- the KEY_MEMORY value
Number
Get the VerticalPosition
Kind: Instance method of SeatControlData
Returns: Number
- the KEY_VERTICAL_POSITION value
SeatControlData
Set the BackTiltAngle
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
angle | Number |
The desired BackTiltAngle. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the BackVerticalPosition
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
position | Number |
The desired BackVerticalPosition. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the CoolingEnabled
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enabled | Boolean |
The desired CoolingEnabled. |
SeatControlData
Set the CoolingLevel
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
level | Number |
The desired CoolingLevel. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the FrontVerticalPosition
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
position | Number |
The desired FrontVerticalPosition. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the HeadSupportHorizontalPosition
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
position | Number |
The desired HeadSupportHorizontalPosition. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the HeadSupportVerticalPosition
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
position | Number |
The desired HeadSupportVerticalPosition. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the HeatingEnabled
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enabled | Boolean |
The desired HeatingEnabled. |
SeatControlData
Set the HeatingLevel
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
level | Number |
The desired HeatingLevel. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the HorizontalPosition
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
position | Number |
The desired HorizontalPosition. {'num_min_value': 0, 'num_max_value': 100} |
SeatControlData
Set the IdParam
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | SupportedSeat |
List possible seats that is a remote controllable seat. - The desired IdParam. |
SeatControlData
Set the MassageCushionFirmness
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
firmness | Array.<MassageCushionFirmness> |
The intensity or firmness of a cushion. - The desired MassageCushionFirmness. {'array_min_size': 1, 'array_max_size': 5} |
SeatControlData
Set the MassageEnabled
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
enabled | Boolean |
The desired MassageEnabled. |
SeatControlData
Set the MassageMode
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
mode | Array.<MassageModeData> |
Specify the mode of a massage zone. - The desired MassageMode. {'array_min_size': 1, 'array_max_size': 2} |
SeatControlData
Set the Memory
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
memory | SeatMemoryAction |
The desired Memory. |
SeatControlData
Set the VerticalPosition
Kind: Instance method of SeatControlData
Returns: SeatControlData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
position | Number |
The desired VerticalPosition. {'num_min_value': 0, 'num_max_value': 100} |