Skip to content

Commit c7eaa9e

Browse files
authored
Merge pull request #287 from robskaar/patch-1
updated your guidelines for core node "inject"
2 parents 3eb22de + b97ccce commit c7eaa9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/user-guide/nodes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ The `payload` can be set to a variety of different types:
3636
- a String, number, boolean, Buffer or Object
3737
- a Timestamp in milliseconds since January 1st, 1970
3838

39-
*Since Node-RED 1.1.0*, the Inject node can now set any property on the message.
39+
The `interval` can be set up to a maximum of 596 hours (approximately 24 days).
40+
If you are looking at intervals greater than one day - consider using a scheduler node that can cope with power outages and restarts.
41+
42+
The `interval between times` and `at a specific time` options use the standard cron system. This means that 20 minutes will be at the next hour, 20 minutes past and 40 minutes past - not in 20 minutes time. If you want every 20 minutes from now - use the `interval` option.
4043

44+
*Since Node-RED 1.1.0*, the Inject node can now set any property on the message.
4145
***
4246

4347
<img alt="Debug node" style="float: right; margin-top: 20px;" src="/docs/user-guide/images/node_debug.png" width="169px">

0 commit comments

Comments
 (0)