aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-01-20 16:41:24 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-01-20 16:41:29 +0100
commit5e9ea9dcbbcbe111cee5f7989d84c76fee6c0065 (patch)
tree287d9eefe3c7a9153c7cbbfe839c45a032fbff82
parent35be9ea0fdbe5fda21f0826e35dc1be3f9bc7fcd (diff)
ext-action-binder: add timestamp to triggered event
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
-rw-r--r--staging/ext-action-binder/ext-action-binder-v1.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/staging/ext-action-binder/ext-action-binder-v1.xml b/staging/ext-action-binder/ext-action-binder-v1.xml
index 66647f8..bca7bf7 100644
--- a/staging/ext-action-binder/ext-action-binder-v1.xml
+++ b/staging/ext-action-binder/ext-action-binder-v1.xml
@@ -183,7 +183,8 @@
If a binding would trigger both triggered and started events, the
started event must be sent first.
</description>
- <arg name="type" type="uint" enum="trigger_type" summary="the type of trigger that was sent" />
+ <arg name="time" type="uint" summary="timestamp with millisecond granularity"/>
+ <arg name="type" type="uint" enum="trigger_type" summary="the type of trigger that was sent"/>
</event>
</interface>
</protocol>