summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-06-21 16:13:33 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-06-21 16:14:30 -0400
commit2efa273c64769c202ff120c787bc2d20bc49b170 (patch)
tree95feba9dfc292bb5b339a28edc0959657ebed533
parent39cafa0114a728de6f6ef3f3f6755d735247137c (diff)
downloadsdl_core-feature/data_turn_signal.tar.gz
-rw-r--r--src/components/interfaces/HMI_API.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 0ecd320d86..25d777dc9c 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4433,7 +4433,7 @@
<param name="externalTemperature" type="Common.VehicleDataResult" mandatory="false">
<description>The external temperature in degrees celsius.</description>
</param>
- <param name="turnSignal" type="VehicleDataResult" mandatory="false">
+ <param name="turnSignal" type="Common.VehicleDataResult" mandatory="false">
<description>See TurnSignal</description>
</param>
<param name="prndl" type="Common.VehicleDataResult" mandatory="false">
@@ -4609,7 +4609,7 @@
<param name="externalTemperature" type="Common.VehicleDataResult" mandatory="false">
<description>The external temperature in degrees celsius</description>
</param>
- <param name="turnSignal" type="VehicleDataResult" mandatory="false">
+ <param name="turnSignal" type="Common.VehicleDataResult" mandatory="false">
<description>See TurnSignal</description>
</param>
<param name="prndl" type="Common.VehicleDataResult" mandatory="false">
@@ -4781,7 +4781,7 @@
<param name="externalTemperature" type="Float" minvalue="-40" maxvalue="100" mandatory="false">
<description>The external temperature in degrees celsius</description>
</param>
- <param name="turnSignal" type="TurnSignal" mandatory="false">
+ <param name="turnSignal" type="Common.TurnSignal" mandatory="false">
<description>See TurnSignal</description>
</param>
<param name="vin" type="String" maxlength="17" mandatory="false">
@@ -4868,7 +4868,7 @@
<param name="externalTemperature" type="Float" minvalue="-40" maxvalue="100" mandatory="false">
<description>The external temperature in degrees celsius</description>
</param>
- <param name="turnSignal" type="TurnSignal" mandatory="false">
+ <param name="turnSignal" type="Common.TurnSignal" mandatory="false">
<description>See TurnSignal</description>
</param>
<param name="vin" type="String" maxlength="17" mandatory="false">