mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-14 05:24:21 +00:00
start fleshing out documentation sections
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Interval
|
||||
sidebar:
|
||||
order: 2
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user