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

Merge pull request #805 from aryehof/InjectInfoUpdate

Updated Inject node info with instructions for flow and global options
This commit is contained in:
Nick O'Leary 2016-02-26 14:07:21 +00:00
commit 2e2556fdad

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