merge upstream/master

This commit is contained in:
Hiroyasu Nishiyama
2018-01-30 22:15:24 +09:00
7 changed files with 59 additions and 9 deletions

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">

View File

@@ -75,7 +75,7 @@
<dl>
<dt>Number of messages</dt>
<dd>groups messages into sequences of a given length. The <b>overlap</b>
option specifies how many messages and the end of one sequence should be
option specifies how many messages at the end of one sequence should be
repeated at the start of the next sequence.</dd>
<dt>Time interval</dt>