snmp set Add check if varbinds field may be empty

This commit is contained in:
Dave Conway-Jones
2019-11-06 09:30:46 +00:00
parent 17853b772e
commit a146c8e28c
3 changed files with 4 additions and 3 deletions

View File

@@ -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>