summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-06-18 08:22:27 -0700
committerGitHub <noreply@github.com>2018-06-18 08:22:27 -0700
commit7f4db1878dc618e3d8454d9b70b665bf79fea5ed (patch)
tree9e3aa46ba0691d1f830a0208f585573cb9bd4993 /src/components/interfaces
parent1527db9a68a54e07891ccfad0c2532f0813704d7 (diff)
parentd99d7f2fa71205a5f1a69d07b1abb75ef2c1fc7f (diff)
downloadsdl_core-7f4db1878dc618e3d8454d9b70b665bf79fea5ed.tar.gz
Merge pull request #2105 from smartdevicelink/feature/get_system_time
Feature/get system time
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/HMI_API.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 0281b50956..65cc9bea5b 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -2854,6 +2854,17 @@
</interface>
<interface name="BasicCommunication" version="1.2.1" date="2017-08-02">
+ <function name="GetSystemTime" messagetype="request">
+ <description>Request from SDL to HMI to obtain current UTC time.</description>
+ </function>
+ <function name="GetSystemTime" messagetype="response">
+ <param name="systemTime" type="Common.DateTime" mandatory="true">
+ <description>Current UTC system time</description>
+ </param>
+ </function>
+ <function name="OnSystemTimeReady" messagetype="notification">
+ <description>HMI must notify SDL about readiness to provide system time.</description>
+ </function>
<function name="OnReady" messagetype="notification">
<description>HMI must notify SDL about its readiness to start communication. In fact, this has to be the first message between SDL and HMI.</description>
</function>