Releases: unpoller/unifi
v0.1.1
Adds new data to UAP, UDM, USW
Updates to use github actions for CI
Adds support for 'alluser' endpoint.
This release adds a new method to retrieve client user data from the controller. See this PR for details: #53
Bug Fix
There was a bug in the setting of SiteName
on all devices. This fixes the bug.
More Methods and Structs
New Features
- Adds SFP data structures.
- Adds all devmgr methods.
- Adds data structure for UXG.
- Adds missing temperature data to USG4.
- Adds storage structure for UDM.
- Adds a PUT method.
- Adds
GetNetwork
for network configuration data. - Adds ability to pass in a list of 'expected' UniFi controller SSL certs (PEM files). With a self-signed certificate this is the next best layer of security.
Events, Alarms, Anomalies, IDS
This release adds methods for Events, Alarms, Anomalies and cleans up/fixes the IDS collection.
Clean device and client names. Add UDM Temps.
This release updates deps (go mod). Trims whitespace off client and device names. Adds UDM temperature struct.
UDM Updates
More bug fixes. Adds support for newer UDM OSes.
Bug fix
Fixes a an unmarhsal bug where the DHCP end time was erroneously far in the future. See unpoller/unpoller#187
String methods on custom types
This just adds String methods to the two custom Flex types. This changes makes them easier to use as interface{}
s
Initial Drop
Sorry. The module was copied and re-deployed with a better version.