summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-04-09 13:54:33 -0400
committerGitHub <noreply@github.com>2019-04-09 13:54:33 -0400
commitc99154795358b6973edf6641ccb9244940721cd4 (patch)
tree17b839b19e80fc69baa658db1e8ad0aa2bfb6e18
parent53fc68a800da61123a1e5f34d17912e01630060c (diff)
parent91e53917bcecf5f3346ea89cce053e0aff3bdcbc (diff)
downloadsdl_core-c99154795358b6973edf6641ccb9244940721cd4.tar.gz
Merge pull request #2882 from smartdevicelink/fix/document_unimplemented_enum
Add note in APIs that MANIFEST_UPDATE is unimplemented
-rw-r--r--src/components/interfaces/HMI_API.xml4
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 859e8d4d4a..1861e49893 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3753,7 +3753,7 @@
<description> The service has been deactivated as the primary service of its type</description>
</element>
<element name="MANIFEST_UPDATE">
- <description> The service has updated its manifest. This could imply updated capabilities</description>
+ <description> The service has updated its manifest. This could imply updated capabilities. Note: Currently unimplemented </description>
</element>
</enum>
@@ -4259,7 +4259,7 @@
</param>
</function>
<function name="OnSystemCapabilityUpdated" messagetype="notification">
- <description>A notification to inform the connected device that a specific system capability has changed.</description>
+ <description>A notification to inform the HMI that a specific system capability has changed.</description>
<param name="systemCapability" type="Common.SystemCapability" mandatory="true">
<description>The system capability that has been updated</description>
</param>
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 1090050c91..990f86ee5a 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -4099,7 +4099,7 @@
<description> The service has been deactivated as the primary service of its type</description>
</element>
<element name="MANIFEST_UPDATE">
- <description> The service has updated its manifest. This could imply updated capabilities</description>
+ <description> The service has updated its manifest. This could imply updated capabilities. Note: Currently unimplemented </description>
</element>
</enum>