Every - xkp/Doc GitHub Wiki
The every tag will contain tags that will activate every certain amount of time.
t: Mandatory, indicates the time, in seconds, at which the children get called repeatedly.
<sequence id="my_sequence">
<every t="2">
... //this will happen every 2 seconds
</every>
</sequence>