summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2021-09-29 10:33:27 -0400
committerGitHub <noreply@github.com>2021-09-29 10:33:27 -0400
commit86e032f7829217f3a4c718e8d2d96c951c70a71c (patch)
tree7e06aed3aa3ddc17a8f3b5ce03b2f2f9bbfb9dd8
parent86dd7b1c9802005657a8e1dddeae79db24ba6ae0 (diff)
downloadsdl_core-86e032f7829217f3a4c718e8d2d96c951c70a71c.tar.gz
Fix descriptions for AudioControlCapabilities and SeatControlCapabilities (#3782)8.0.0-RC1
-rw-r--r--src/components/interfaces/HMI_API.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index f5a8ce163d..a5fa36a9a0 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1949,7 +1949,7 @@
<struct name="SeatControlCapabilities">
<param name="moduleName" type="String" maxlength="100" mandatory="true">
<description>
- The short friendly name of the light control module.
+ The short friendly name of the seat control module.
It should not be used to identify a module by mobile application.
</description>
</param>
@@ -2464,7 +2464,7 @@
<struct name="AudioControlCapabilities">
<param name="moduleName" type="String" maxlength="100" mandatory="true">
<description>
- The short friendly name of the light control module.
+ The short friendly name of the audio control module.
It should not be used to identify a module by mobile application.
</description>
</param>