mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-13 17:43:39 +00:00
437 B
437 B
title, tableOfContents, sidebar
| title | tableOfContents | sidebar | ||
|---|---|---|---|---|
| Interval | false |
|
The time.interval module emits a message at a specified duration. Sending any message to this module will reset the interval timer.
- type:
time.interval - params:
- duration: time in milliseconds between messsages
Example snippet
Emits a message every 3 seconds
- id: every3Secs
type: time.interval
params:
duration: 3000