core to Pi node-red-nodes info updates

to be more consistent style
This commit is contained in:
Dave Conway-Jones
2016-02-12 13:14:12 +00:00
parent 5a95e9c404
commit dd250a77bc
12 changed files with 46 additions and 49 deletions

View File

@@ -30,9 +30,10 @@
</script>
<script type="text/x-red" data-help-name="ping">
<p>Pings a machine and returns the trip time in mS.</p>
<p>Pings a machine and returns the trip time in mS as <code>msg.payload</code>.</p>
<p>Returns <b>false</b> if no response received within 5 seconds, or if the host is unresolveable.</p>
<p>Default ping is every 20 seconds but can be configured.</p>
<p><code>msg.topic</code> contains the target host ip.
</script>
<script type="text/javascript">