mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Improve SnmpResponse value Can now return a specific oid or the first non-empty oid in a list. Cache values() call on object to avoid repeated parsing Improved types * fix style * extract getOidParts to fix errors from different parts of the code parsing differently * new object to deal with cache * More tests * whitespace * style