From 1c6ab9f47e12907d0273df71216c442de061141f Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 26 Dec 2025 09:56:12 -0600 Subject: [PATCH] add info about output to generator modules --- src/content/docs/modules/generator/interval.md | 2 +- src/content/docs/modules/generator/timer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/modules/generator/interval.md b/src/content/docs/modules/generator/interval.md index 6f3b64e..7cc9dd0 100644 --- a/src/content/docs/modules/generator/interval.md +++ b/src/content/docs/modules/generator/interval.md @@ -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**: diff --git a/src/content/docs/modules/generator/timer.md b/src/content/docs/modules/generator/timer.md index 2b2ee3e..2c07f72 100644 --- a/src/content/docs/modules/generator/timer.md +++ b/src/content/docs/modules/generator/timer.md @@ -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**: