summaryrefslogtreecommitdiff
path: root/plugins/websocket/protocol.idl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/websocket/protocol.idl')
-rw-r--r--plugins/websocket/protocol.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/websocket/protocol.idl b/plugins/websocket/protocol.idl
index cb24cf1e..18b46a3e 100644
--- a/plugins/websocket/protocol.idl
+++ b/plugins/websocket/protocol.idl
@@ -216,6 +216,11 @@ interface GetSupportedReply : BaseMessage {
const DOMString name = "getSupported";
/*!
+ * \brief systemTime of the other system. Used to synchronize time
+ */
+ attribute double systemTime;
+
+ /*!
* \brief data - array of properties supported by the system
*/
attribute Property[] data;