1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Inject node info with instructions for flow and global options

This commit is contained in:
Aryeh Hoffman 2016-02-21 18:17:05 +02:00
parent c6ad2c9ad2
commit 8bfab8f73d

View File

@ -157,6 +157,9 @@
<p>The repeat function allows the payload to be sent on the required schedule.</p> <p>The repeat function allows the payload to be sent on the required schedule.</p>
<p>The <i>Inject once at start</i> option actually waits a short interval before firing <p>The <i>Inject once at start</i> option actually waits a short interval before firing
to give other nodes a chance to instantiate properly.</p> to give other nodes a chance to instantiate properly.</p>
<p>The <i>Flow</i> and <i>Global</i> options allow one to inject a flow or global
context value.
</p>
<p><b>Note: </b>"Interval between times" and "at a specific time" uses cron. <p><b>Note: </b>"Interval between times" and "at a specific time" uses cron.
This means that 20 minutes will be at the next hour, 20 minutes past and 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 40 minutes past - not in 20 minutes time. If you want every 20 minutes