hardware, logic, storage nodes info updates

(and udp)
This commit is contained in:
Dave Conway-Jones
2016-02-12 13:17:21 +00:00
parent 4cb45e2712
commit d69bcad028
5 changed files with 20 additions and 18 deletions

View File

@@ -33,7 +33,7 @@
<script type="text/x-red" data-help-name="tail">
<p>Tails (watches for things to be added) to the configured file. (Linux/Mac ONLY)</p>
<p>This won't work on Windows filesystems, as it relies on the tail -F command.</p>
<p>This won't work on Windows filesystems, as it relies on the <b>tail -F</b> command.</p>
</script>
<script type="text/javascript">

View File

@@ -44,11 +44,12 @@
</script>
<script type="text/x-red" data-help-name="file">
<p>Writes <b>msg.payload</b> to the file specified, e.g. to create a log.</p>
<p>The filename can be configured in the node, if left blank it should be set in an incoming message on <b>msg.filename</b>.</p>
<p>Writes <code>msg.payload</code> to the file specified, for example to create a log.</p>
<p>The filename can be configured in the node. If left blank it should be
set by <code>msg.filename</code> on the incoming message.</p>
<p>A newline is added to every message. But this can be turned off if required, for example, to allow binary files to be written.</p>
<p>The default behaviour is to append to the file. This can be changed to overwrite the file each time, for example if you want to output a "static" web page or report.</p>
<p>This node can also be configured to delete a file if required. <i>Note:</i> Using msg.delete is now deprecated.</p>
<p>This node can also be configured to delete a file if required.</p>
</script>
<script type="text/x-red" data-template-name="file in">