Skip to content

Releases: unpoller/unifi

v0.1.2

21 Dec 03:16
0a0e5bf
Compare
Choose a tag to compare

Sync UXG from user supplied api snapshot (thanks to Xem on discord)

v0.1.1

12 Dec 01:22
aff63c6
Compare
Choose a tag to compare

Adds new data to UAP, UDM, USW
Updates to use github actions for CI

Adds support for 'alluser' endpoint.

13 Aug 21:12
82e0d2c
Compare
Choose a tag to compare

This release adds a new method to retrieve client user data from the controller. See this PR for details: #53

Bug Fix

18 Apr 07:36
36fb650
Compare
Choose a tag to compare

There was a bug in the setting of SiteName on all devices. This fixes the bug.

More Methods and Structs

22 Mar 10:12
a996ef2
Compare
Choose a tag to compare

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

29 Jun 19:37
4dc44f1
Compare
Choose a tag to compare

This release adds methods for Events, Alarms, Anomalies and cleans up/fixes the IDS collection.

Clean device and client names. Add UDM Temps.

14 Jun 03:55
4511821
Compare
Choose a tag to compare

This release updates deps (go mod). Trims whitespace off client and device names. Adds UDM temperature struct.

UDM Updates

06 Feb 02:34
Compare
Choose a tag to compare

More bug fixes. Adds support for newer UDM OSes.

Bug fix

02 Feb 03:14
Compare
Choose a tag to compare

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

31 Dec 00:06
Compare
Choose a tag to compare

This just adds String methods to the two custom Flex types. This changes makes them easier to use as interface{}s