mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
add info about output to generator modules
This commit is contained in:
@@ -3,7 +3,7 @@ title: Interval
|
||||
sidebar:
|
||||
order: 2
|
||||
---
|
||||
The `gen.interval` module emits a message at a specified duration
|
||||
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**:
|
||||
|
||||
@@ -3,7 +3,7 @@ title: Timer
|
||||
sidebar:
|
||||
order: 1
|
||||
---
|
||||
The `gen.timer` module emits only one message after a specified duration. Output to this module currently does nothing.
|
||||
The `gen.timer` module emits only one message after a specified duration. Sending any message to this module will reset the timer.
|
||||
|
||||
- **type**: `gen.timer`
|
||||
- **params**:
|
||||
|
||||
Reference in New Issue
Block a user