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

trigger node - add mention of per topic capability to info.

This commit is contained in:
Dave Conway-Jones 2018-01-30 11:16:04 +00:00
parent 05dc0bfa1d
commit 57ebb93dc0
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4

View File

@ -70,7 +70,7 @@
</script>
<script type="text/x-red" data-help-name="trigger">
<p>Sends a message if nothing is received within a set time interval or until reset.</p>
<p>When triggered, can send a message, and then optionally a second message, unless extended or reset.</p>
<h3>Inputs</h3>
<dl class="message-properties">
@ -95,6 +95,8 @@
progress will be cleared and no message triggered.</p>
<p>The node can be configured to resend a message at a regular interval until it
is reset by a received message.</p>
<p>Optionally, the node can be configured to treat messages with <code>msg.topic</code> as if they
are separate streams.</p>
</script>
<script type="text/javascript">