Skip to content

Commit

Permalink
update per revision sdl_evolution/pull/802
Browse files Browse the repository at this point in the history
  • Loading branch information
KhrystynaDubovyk committed Aug 2, 2019
1 parent fc0671b commit 9346fd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Common/Enums/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@
|VEHICLEDATA_ENGINEOILLIFE|28||
|VEHICLEDATA_ELECTRONICPARKBRAKESTATUS|29||
|VEHICLEDATA_CLOUDAPPVEHICLEID|30| Parameter used by cloud apps or the policy server to identify a head unit|
|VEHICLEDATA_OEM_CUSTOM_DATA|31||

### VideoStreamingProtocol

Expand Down
5 changes: 5 additions & 0 deletions docs/VehicleInfo/SubscribeVehicleData/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ Purpose

HMI may send SubscribeVehicleData response only for ROOT level items.

!!! note

For OEM specific custom vehicle data items, `oemCustomDataType` will contain a type of OEM specific vehicle data (from schema), and `dataType` will be `VEHICLEDATA_OEM_CUSTOM_DATA`.
For vehicle data items from RPCSpec, `oemCustomDataType` will be omitted, and `dataType` will contain appropriate data type from `VehicleDataType` enum.

!!!

#### Parameters
Expand Down
7 changes: 7 additions & 0 deletions docs/VehicleInfo/UnsubscribeVehicleData/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ Purpose

HMI may send SubscribeVehicleData response only for ROOT level items.

!!!

!!! note

For OEM specific custom vehicle data items, `oemCustomDataType` will contain a type of OEM specific vehicle data (from schema), and `dataType` will be `VEHICLEDATA_OEM_CUSTOM_DATA`.
For vehicle data items from RPCSpec, `oemCustomDataType` will be omitted, and `dataType` will contain appropriate data type from `VehicleDataType` enum.

!!!
#### Parameters

Expand Down

0 comments on commit 9346fd9

Please sign in to comment.