mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-14 05:24:21 +00:00
add info about output to generator modules
This commit is contained in:
@@ -3,7 +3,7 @@ title: Interval
|
|||||||
sidebar:
|
sidebar:
|
||||||
order: 2
|
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`
|
- **type**: `gen.interval`
|
||||||
- **params**:
|
- **params**:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ title: Timer
|
|||||||
sidebar:
|
sidebar:
|
||||||
order: 1
|
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`
|
- **type**: `gen.timer`
|
||||||
- **params**:
|
- **params**:
|
||||||
|
|||||||
Reference in New Issue
Block a user