From 9346fd95b9df9957fe9a30f6b111b48807439857 Mon Sep 17 00:00:00 2001 From: Khrystyna Dubovyk Date: Fri, 2 Aug 2019 15:33:34 +0300 Subject: [PATCH] update per revision sdl_evolution/pull/802 --- docs/Common/Enums/index.md | 1 + docs/VehicleInfo/SubscribeVehicleData/index.md | 5 +++++ docs/VehicleInfo/UnsubscribeVehicleData/index.md | 7 +++++++ 3 files changed, 13 insertions(+) diff --git a/docs/Common/Enums/index.md b/docs/Common/Enums/index.md index 3665fe6c2..969eb6dc2 100644 --- a/docs/Common/Enums/index.md +++ b/docs/Common/Enums/index.md @@ -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 diff --git a/docs/VehicleInfo/SubscribeVehicleData/index.md b/docs/VehicleInfo/SubscribeVehicleData/index.md index 3e09112fe..dd83d60a3 100644 --- a/docs/VehicleInfo/SubscribeVehicleData/index.md +++ b/docs/VehicleInfo/SubscribeVehicleData/index.md @@ -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 diff --git a/docs/VehicleInfo/UnsubscribeVehicleData/index.md b/docs/VehicleInfo/UnsubscribeVehicleData/index.md index 126d7dcd8..cceb5a4da 100644 --- a/docs/VehicleInfo/UnsubscribeVehicleData/index.md +++ b/docs/VehicleInfo/UnsubscribeVehicleData/index.md @@ -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