From 2f39d9bdd4ed891829539e09fa69ea747c9d09bd Mon Sep 17 00:00:00 2001 From: CaCO3 Date: Thu, 5 Dec 2024 23:14:02 +0100 Subject: [PATCH] Update Interval.md --- param-docs/parameter-pages/AutoTimer/Interval.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/param-docs/parameter-pages/AutoTimer/Interval.md b/param-docs/parameter-pages/AutoTimer/Interval.md index 76fde177f..859e7633f 100644 --- a/param-docs/parameter-pages/AutoTimer/Interval.md +++ b/param-docs/parameter-pages/AutoTimer/Interval.md @@ -7,5 +7,7 @@ Interval in which the Flow (Digitization Round) is run. It will run immediately on startup and then the next time after the given interval. If a round takes longer than this interval, the next round gets postponed until the current round completes. +If the flow gets started by a MQTT message or the REST API call, the interval automatically gets reset. + !!! Note If you want the flow to be disabled, set an interval which is high enough (eg. 1440 = 24h).