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