mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
correct output for timeswitch
(simple typo) Also tidied up info etc… push to close #176
This commit is contained in:
@@ -285,14 +285,14 @@
|
||||
|
||||
<script type="text/x-red" data-help-name="timeswitch">
|
||||
<p>Timeswitch node to schedule daily on/off events.</p>
|
||||
<p>Sets <b>msg.payload</b> to 1 at on time, and 0 at off time.</p>
|
||||
<p>Sets <code>msg.payload</code> to 1 at on time, and 0 at off time.</p>
|
||||
<p>Also allows the use of dawn and dusk.</p>
|
||||
<p>Dawn and dusk times can be offset both positively (+ve) for minutes later
|
||||
or negatively (-ve) for minutes earlier.</p>
|
||||
<p>The output emits a <b>msg.payload</b> of <i>1</i> or <i>0</i> every minute depending on
|
||||
<p>The output emits a <code>msg.payload</code> of <i>1</i> or <i>0</i> every minute depending on
|
||||
whether the current time is during the selected on time or off time.</p>
|
||||
<p>If you just need the transitions from 0->1 or 1->0 then follow this node with an RBE node.</p>
|
||||
<p>You may also optionally specify a <b>msg.topic</b> if required.</p>
|
||||
<p>You may also optionally specify a <code>msg.topic</code> if required.</p>
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
Reference in New Issue
Block a user