mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
update snap node docs to make outputs more obvious
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user