summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorAndrey Oleynik <AOleynik@luxoft.com>2015-04-28 00:47:08 +0300
committerAndrey Oleynik <my@email.com>2015-04-28 21:58:44 +0300
commit390870b553bb5a68901b5bcdf75b6e76d25d11bd (patch)
treed0afe023c9dbc16eed4031c08608f9b012f9c781 /src/components/interfaces
parent375ed7e0549adedfc72564a5fd0b4ffe9c39cea6 (diff)
downloadsdl_core-390870b553bb5a68901b5bcdf75b6e76d25d11bd.tar.gz
APPLINK-12586. HMI API changed for AlertManeuver. TTS.Speak will include appropriate type.
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/HMI_API.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 8652c8e414..3be818e07b 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1136,6 +1136,7 @@
<element name="ALERT" />
<element name="SPEAK" />
<element name="AUDIO_PASS_THRU" />
+ <element name="ALERT_MANEUVER" />
</enum>
<enum name="AlertType">
@@ -3141,6 +3142,9 @@
<param name="softButtons" type="Common.SoftButton" minsize="0" maxsize="3" array="true" mandatory="false">
<description>If omitted, only the system defined "Close" SoftButton should be displayed.</description>
</param>
+ <param name="appID" type="Integer" mandatory="true">
+ <description>ID of the application requested this RPC.</description>
+ </param>
</function>
<function name="AlertManeuver" messagetype="response">
</function>