summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhdanovP <pzhdanov@luxoft.com>2018-08-17 18:18:35 +0300
committerZhdanovP <pzhdanov@luxoft.com>2018-08-17 19:36:38 +0300
commit8d9e17589b01cad866478532297f554f909feefb (patch)
treeb1e0abbb5463ce01d073c2fd8262ea51b289b4de
parent8aba98dc89c47d4279175cd4c42ce3dc8722309a (diff)
downloadsdl_core-8d9e17589b01cad866478532297f554f909feefb.tar.gz
Add version and history for parameters in mobile api
-rw-r--r--src/components/interfaces/MOBILE_API.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index a7eca9d192..2f345c1350 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -3034,14 +3034,20 @@
</param>
<param name="rdsData" type="RdsData" mandatory="false">
</param>
- <param name="hdRadioEnable" type="Boolean" mandatory="false">
+ <param name="hdRadioEnable" type="Boolean" mandatory="false" since="5.0">
<description> True if the hd radio is on, false is the radio is off</description>
</param>
- <param name="availableHDs" type="Integer" minvalue="1" maxvalue="7" mandatory="false">
+ <param name="availableHDs" type="Integer" minvalue="1" maxvalue="7" mandatory="false" since="5.0">
<description>number of HD sub-channels if available</description>
+ <history>
+ <param name="availableHDs" type="Integer" minvalue="1" maxvalue="3" mandatory="false" since="4.5" until="5.0"></param>
+ </history>
</param>
- <param name="hdChannel" type="Integer" minvalue="1" maxvalue="7" mandatory="false">
+ <param name="hdChannel" type="Integer" minvalue="1" maxvalue="7" mandatory="false" since="5.0">
<description>Current HD sub-channel if available</description>
+ <history>
+ <param name="hdChannel" type="Integer" minvalue="1" maxvalue="3" mandatory="false" since="4.5" until="5.0"> </param>
+ </history>
</param>
<param name="signalStrength" type="Integer" minvalue="0" maxvalue="100" mandatory="false">
</param>