summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authordtrunov <dtrunov@luxoft.com>2015-11-02 15:35:59 +0200
committerdtrunov <dtrunov@luxoft.com>2015-12-03 17:48:25 +0200
commit4501b39c66afd2724b9c8d7f3ea93b229ca78b3c (patch)
tree8024485dca0296a4309b1a7dc4a1f15d3af6da09 /src/components/interfaces
parenta2bab2cd053a67cd4b1754ed6f38abbeb3779fde (diff)
downloadsdl_core-4501b39c66afd2724b9c8d7f3ea93b229ca78b3c.tar.gz
Remove PlayTone notification to HMI
Removed PlayTone notification to HMI. Moved this parameter to TTS.Speak. Implements: CRQ-17388
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/HMI_API.xml12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 876887b749..a4aba6327c 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -2199,15 +2199,6 @@
<description>Must be true if supported</description>
</param>
</function>
- <function name="PlayTone" messagetype="notification">
- <description>Sent by SDL to HMI to notify that the tone should be played.</description>
- <param name="appID" type="Integer" mandatory="true">
- <description>ID of the application that invoked this notification</description>
- </param>
- <param name="methodName" type="Common.MethodName" mandatory="true">
- <description>Defines the name of app's request that initiates playing a tone</description>
- </param>
- </function>
<function name="DialNumber" messagetype="request">
<description>Request from SDL to call a specific number.</description>
<param name="number" type="String" maxlength="40">
@@ -2547,6 +2538,9 @@
<param name="speakType" type="Common.MethodName" mandatory="false">
<description>Defines the type of the request which causes text-to-speech</description>
</param>
+ <param name="playTone" type="Boolean" mandatory="false">
+ <description>Defines that the tone should be played</description>
+ </param>
</function>
<function name="Speak" messagetype="response">
<description>Provides information about success of operation.</description>