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**: