summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/interfaces/HMI_API.xml6
m---------tools/rpc_spec0
2 files changed, 2 insertions, 4 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index f7a463f293..7c65dfb7ec 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -5961,12 +5961,10 @@
<param name="nextTurnIcon" type="Common.Image" mandatory="false">
</param>
<param name="distanceToManeuver" type="Float" minvalue="0" maxvalue="1000000000" mandatory="true">
- <description>Fraction of distance till next maneuver (from previous maneuver).</description>
- <description>May be used to calculate progress bar.</description>
+ <description>Distance (in meters) until next maneuver. May be used to calculate progress bar.</description>
</param>
<param name="distanceToManeuverScale" type="Float" minvalue="0" maxvalue="1000000000" mandatory="true">
- <description>Fraction of distance till next maneuver (starting from when AlertManeuver is triggered).</description>
- <description>May be used to calculate progress bar.</description>
+ <description>Distance (in meters) from previous maneuver to next maneuver. May be used to calculate progress bar.</description>
</param>
<param name="maneuverComplete" type="Boolean" mandatory="false">
<description>If and when a maneuver has completed while an AlertManeuver is active, SDL will send this value set to TRUE in order to clear the AlertManeuver overlay.</description>
diff --git a/tools/rpc_spec b/tools/rpc_spec
-Subproject 24eaaecc70d49b649f44ae285eeacc72ca601e7
+Subproject e1ca352fbfd04bbbb122e9be421613ad00efd4e