You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/nodes.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,12 @@ The `payload` can be set to a variety of different types:
36
36
- a String, number, boolean, Buffer or Object
37
37
- a Timestamp in milliseconds since January 1st, 1970
38
38
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.
40
43
44
+
*Since Node-RED 1.1.0*, the Inject node can now set any property on the message.
0 commit comments