diff options
-rw-r--r-- | src/components/interfaces/HMI_API.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml index 197bdee44a..7fd1b8fd1b 100644 --- a/src/components/interfaces/HMI_API.xml +++ b/src/components/interfaces/HMI_API.xml @@ -4331,6 +4331,7 @@ </function> <function name="OnFindApplications" messagetype="notification"> <description>This method must be invoked by HMI to get list of registered apps.</description> + <description>DEPRECATED - This RPC is not implemented</description> <param name="deviceInfo" type="Common.DeviceInfo" mandatory="false"> <description>The name and ID of the device the list of registered applications is required for.</description> </param> |