add info about output to generator modules

This commit is contained in:
Joel Wetzell
2025-12-26 09:56:12 -06:00
parent 0d6a8e32f3
commit 1c6ab9f47e
2 changed files with 2 additions and 2 deletions
@@ -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**:
+1 -1
View File
@@ -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**: