mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
tail node: improved EN help and added DE help (#779)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script type="text/html" data-help-name="tail">
|
||||
<p>Tails (watches for things to be added) to the configured file.</p>
|
||||
<p>Note: On Windows you may need to close the file between writes for any updates to be registered.</p>
|
||||
<h3>Input</h3>
|
||||
<dl class="message-properties">
|
||||
<dt class="optional">filename <span class="property-type">string</span></dt>
|
||||
@@ -8,8 +7,14 @@
|
||||
If an empty string <code>""</code> is received, the tailing will stop.</dd>
|
||||
</dl>
|
||||
<h3>Outputs</h3>
|
||||
<ul>
|
||||
<li>Text (UTF-8) files will be returned as strings.</li>
|
||||
<li>Binary files will be returned as Buffer objects.</li>
|
||||
</ul>
|
||||
<dl class="message-properties">
|
||||
<dt class="optional">payload <span class="property-type">string | buffer</span></dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Text (UTF-8) files will be returned as strings.</li>
|
||||
<li>Binary files will be returned as buffer objects.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
<p><b>Note</b>: On Windows you may need to close the file between writes for any updates to be registered.</p>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user