mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-08-14 09:53:37 +00:00
work on auto-generating parts of docs from JSONSchema
This commit is contained in:
@@ -3,12 +3,11 @@ title: Interval
|
||||
sidebar:
|
||||
order: 2
|
||||
---
|
||||
import SchemaInfo from '../../../../components/SchemaInfo.astro';
|
||||
|
||||
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
|
||||
<SchemaInfo type="module" id="time.interval"/>
|
||||
|
||||
### Example snippet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user