Skip to content

Commit

Permalink
update generic-snmp to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored and github-actions[bot] committed Sep 23, 2024
1 parent 1eb22b9 commit 8018024
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions generic-snmp/.build-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MODULE_NAME=generic-snmp
GIT_REF=v2.0.0
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/10746039484
UPDATE_DATE=2024-09-06
GIT_REF=v2.1.1
RUN_URL=https://github.com/bitfocus/companion-bundled-modules/actions/runs/11002091127
UPDATE_DATE=2024-09-23
2 changes: 2 additions & 0 deletions generic-snmp/companion/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ To configure this module you will need:
1. Agent Address - The IP Address of the SNMP enabled device you want to control
2. UDP Port - The number of the UDP port on which the agent is listening (defaults to port 161)
3. SNMP Version - The version of SNMP used by the agent. This will dictate how this module will authenticate with the agent
4. Poll Interval - The poll interval for Get OID actions with update enabled.

#### SNMP versions v1/v2c

Expand Down Expand Up @@ -41,6 +42,7 @@ If you selected SNMP version `v3` you will also need to configure the following:

You can perform the following actions with this module:

- Get OID value, return to custom variable
- Set OID value to an OctetString
- Set OID value to a Number. This includes the following SNMP Object Types:
- Integer
Expand Down
2 changes: 1 addition & 1 deletion generic-snmp/companion/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"id":"generic-snmp","name":"generic-snmp","shortname":"snmp","description":"A generic SNMP module for Companion","version":"2.0.0","license":"ISC","repository":"git+https://github.com/bitfocus/companion-module-generic-snmp.git","bugs":"https://github.com/bitfocus/companion-module-generic-snmp/issues","maintainers":[{"name":"Johnny Estilles","email":"johnny@estilles.com"},{"name":"Phillip Ivan Pietruschka","email":"ivanpietruschka@gmail.com"}],"legacyIds":[],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.10.0","entrypoint":"../main.js"},"manufacturer":"Generic","products":["SNMP Requests"],"keywords":["Protocol","Generic"]}
{"id":"generic-snmp","name":"generic-snmp","shortname":"snmp","description":"A generic SNMP module for Companion","version":"2.1.1","license":"ISC","repository":"git+https://github.com/bitfocus/companion-module-generic-snmp.git","bugs":"https://github.com/bitfocus/companion-module-generic-snmp/issues","maintainers":[{"name":"Johnny Estilles","email":"johnny@estilles.com"},{"name":"Phillip Ivan Pietruschka","email":"ivanpietruschka@gmail.com"}],"legacyIds":[],"runtime":{"type":"node18","api":"nodejs-ipc","apiVersion":"1.10.0","entrypoint":"../main.js"},"manufacturer":"Generic","products":["SNMP Requests"],"keywords":["Protocol","Generic"]}
2 changes: 1 addition & 1 deletion generic-snmp/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion generic-snmp/package.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"generic-snmp","version":"2.0.0","license":"ISC","type":"commonjs","dependencies":{}}
{"name":"generic-snmp","version":"2.1.1","license":"ISC","type":"commonjs","dependencies":{}}

0 comments on commit 8018024

Please sign in to comment.