mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
snmp set Add check if varbinds field may be empty
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script type="text/x-red" data-template-name="snmp">
|
||||
<script type="text/html" data-template-name="snmp">
|
||||
<div class="form-row">
|
||||
<label for="node-input-host"><i class="fa fa-globe"></i> Host</label>
|
||||
<input type="text" id="node-input-host" placeholder="ip address(:optional port)">
|
||||
@@ -27,7 +27,7 @@
|
||||
<div class="form-tips">Tip: Multiple OIDs can be separated by commas.</div>
|
||||
</script>
|
||||
|
||||
<script type="text/x-red" data-help-name="snmp">
|
||||
<script type="text/html" data-help-name="snmp">
|
||||
<p>Simple SNMP oid or oid list fetcher. Triggered by any input.</p>
|
||||
<p><code>msg.host</code> may contain the host.</p>
|
||||
<p><code>msg.community</code> may contain the community.</p>
|
||||
|
Reference in New Issue
Block a user