summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2021-09-28 12:16:37 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2021-09-28 12:16:37 -0400
commit7e7e5fbf870e1d4cfd54a5c3aa9b2468216a333c (patch)
tree0ca93607a7a680fd50b172c112359f4c50af9715
parentde58a410a5842f0c8873feb6de16ca06832077ee (diff)
downloadsdl_core-fix/control_capabilities_descriptions.tar.gz
Fix descriptions for AudioControlCapabilities and SeatControlCapabilitiesfix/control_capabilities_descriptions
-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>