Skip to main content Skip to footer

Interval Documentation

Version: 2.1.1
Retrieved: 2025-10-09 15:15:58


Interval

The module calls the next module(s) in the flow on a specified interval

This module is designed to be located at the beginning of a flow.

Settings

The module will make calls to the next module(s) in the flow on the interval specified in the Interval.

Name Requirements Purpose Default
Interval 1 second -> 24 hours The interval to run the module on 15000
Run on start bool If true the first call to the next module(s) will be made instantly at start. true

Input

There is no input

Output

There is no output, just a trigger to the next module(s) in the flow.

Example usage

The interval module is great to use when you want to input data into a flow without setting up external calls using MQTT etc. For example hooking up a random module to get test data etc efter the interval module.