SNMP
Use the SNMP library in Lua to monitor OIDs obtained from an SNMP-enabled device's MIB file.
Note: In the SNMP model, Q-SYS acts as the SNMP Manager, while the device you intend to monitor runs an SNMP Agent that allows for monitoring.

Create a new SNMP session.

Specify the host to which to connect.

For SNMP v3 only, set the authorization type for the session.

For SNMP v3 only, set the authorization protocol for the session.

For SNMP v3 only, set the privacy protocol for the session.

For SNMP v3 only, set the user name for the session.

For SNMP v3 only, set the authorization pass phrase for the session.

For SNMP v3 only, set the privacy pass phrase for the session.

For SNMP v2 sessions only, set the community name for the session.

Initiate the connection to the corresponding session.

Request an object ID (OID) and pass the response to a Lua callback.

Set a new value for a specified OID.

Assign the Lua callback for successful SNMP events.

Assign the Lua callback for unsuccessful SNMP events.