summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-06-18 16:57:19 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-06-18 16:57:36 -0400
commit1d72721a598bb64c51c4e5e76becba3acc7fad53 (patch)
tree85bf1d872601040b109dccd22591e573dc091b9f
parentf8a56930b28ea8889475d45d44035ffb43b8515b (diff)
downloadsdl_core-feature/new_vehicle_data_EPB_status.tar.gz
-rw-r--r--src/components/interfaces/HMI_API.xml8
-rw-r--r--src/components/interfaces/MOBILE_API.xml8
2 files changed, 8 insertions, 8 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index f6207d42f4..4187ea1066 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4483,7 +4483,7 @@
<param name="engineOilLife" type="Common.VehicleDataResult" mandatory="false">
<description>The estimated percentage of remaining oil life of the engine.</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="Common.VehicleDataResult" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
<!-- Ford Specific Data Items -->
@@ -4659,7 +4659,7 @@
<param name="engineOilLife" type="Common.VehicleDataResult" mandatory="false">
<description>The estimated percentage of remaining oil life of the engine.</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="Common.VehicleDataResult" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
<!-- Ford Specific Data Items -->
@@ -4834,7 +4834,7 @@
<param name="engineOilLife" type="Float" minvalue="0" maxvalue="100" mandatory="false">
<description>The estimated percentage of remaining oil life of the engine.</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="Common.ElectronicParkBrakeStatus" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
<param name="eCallInfo" type="Common.ECallInfo" mandatory="false">
@@ -4894,7 +4894,7 @@
<param name="beltStatus" type="Common.BeltStatus" mandatory="false">
<description>The status of the seat belts</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="Common.ElectronicParkBrakeStatus" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
<param name="bodyInformation" type="Common.BodyInformation" mandatory="false">
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 9ef23f4376..6e6bb7cbaa 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -4357,7 +4357,7 @@
<param name="engineOilLife" type="VehicleDataResult" mandatory="false">
<description>The estimated percentage of remaining oil life of the engine.</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="VehicleDataResult" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
@@ -4559,7 +4559,7 @@
<param name="engineOilLife" type="VehicleDataResult" mandatory="false">
<description>The estimated percentage of remaining oil life of the engine.</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="VehicleDataResult" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
@@ -4768,7 +4768,7 @@
<param name="engineOilLife" type="Float" minvalue="0" maxvalue="100" mandatory="false">
<description>The estimated percentage of remaining oil life of the engine.</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="ElectronicParkBrakeStatus" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>
@@ -6011,7 +6011,7 @@
<param name="engineOilLife" type="Float" minvalue="0" maxvalue="100" mandatory="false">
<description>The estimated percentage of remaining oil life of the engine.</description>
</param>
- <param name="electronicParkBrakeStatus" type="Boolean" mandatory="false">
+ <param name="electronicParkBrakeStatus" type="ElectronicParkBrakeStatus" mandatory="false">
<description>The status of the park brake as provided by Electric Park Brake (EPB) system.</description>
</param>