mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-09-03 19:28:58 +00:00
work on auto-generating parts of docs from JSONSchema
This commit is contained in:
@@ -3,12 +3,11 @@ title: Timer
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
import SchemaInfo from '../../../../components/SchemaInfo.astro';
|
||||
|
||||
The `time.timer` module emits only one message after a specified duration. Sending any message to this module will reset the timer.
|
||||
|
||||
- **type**: `time.timer`
|
||||
- **params**:
|
||||
- **duration**: time in milliseconds to wait before emitting message
|
||||
<SchemaInfo type="module" id="time.timer"></SchemaInfo>
|
||||
|
||||
### Example snippet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user