mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-06 22:23:38 +00:00
338 B
338 B
title, sidebar
| title | sidebar | ||
|---|---|---|---|
| Interval |
|
The interval module emits a message at a specified duration
- 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