Releases: 0neblock/Arduino_SNMP
Releases · 0neblock/Arduino_SNMP
v2.1.0
What's Changed
- Added new functions, modified argument types, fixed typo by @aquaticus in #37
- const char* oid instead of char* oid as argument
- use const string& instead of string
- New dynamic handlers that accepts function pointer as an argument:
- addDynamicIntegerHandler()
- addDynamicReadOnlyTimestampHandler()
- addDynamicReadOnlyStringHandler()
- Handler to accept int (not only int*)
- Fixed typo in guage to gauge (as in spec). addGugeHandler() marked as depreciated (new function addGaugeHandler()).
- minor fixes in variable names to satisfy clang-tidy
New Contributors
- @aquaticus made their first contribution in #37
Full Changelog: 2.0.3...2.1.0
v2.0.3
What's Changed
- specificTrap and UDP ports [#25] ..... by @Nourbakhsh-Rad in #26
- Slight improvements ... by @Nourbakhsh-Rad in #27
- Extended example by @shortbloke in #16
New Contributors
- @Nourbakhsh-Rad made their first contribution in #26
Full Changelog: 2.0.2...2.0.3
v2.0.2
Updated Readme and Example
Full Changelog: v2...2.0.2