update snap node docs to make outputs more obvious

This commit is contained in:
Dave Conway-Jones
2016-02-11 22:50:30 +00:00
parent 9539c3674f
commit 5a95e9c404
4 changed files with 12 additions and 10 deletions

View File

@@ -43,7 +43,8 @@
<script type="text/x-red" data-help-name="snmp">
<p>Simple SNMP oid or oid list fetcher. Triggered by any input.</p>
<p><b>msg.oid</b> may contain a comma separated list of oids to request. (no spaces)</p>
<p><code>msg.oid</code> may contain a comma separated list of oids to request. (no spaces)</p>
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
</script>
<script type="text/javascript">
@@ -99,7 +100,8 @@
<script type="text/x-red" data-help-name="snmp table">
<p>Simple SNMP oid table fetcher. Triggered by any input.</p>
<p><b>msg.oid</b> may contain the oid of a table to request.</p>
<p><code>msg.oid</code> may contain the oid of a table to request.</p>
<p>The node will output <code>msg.payload</code> and <code>msg.oid</code>.</p>
</script>
<script type="text/javascript">