Releases: MichaelMcCool/Unifi
1.0.6
Added support for Unifi 2FA in 1.0.5 (unreleased). 2FA will be prompted for whenever the connection needs to be refreshed. This can interrupt script operation depending on how long the script is required to run. It is recommended that a local non-2FA account be created (via this module) so 2FA is not needed with automation.
Finally added support for statistics. Now you can get all the data points you might want for overall efficiency. Currently, all data sets are requested. Only types matching the type (ap, sw, gw, site) are returned. Please view the help, "Get-Help Get-UnifiSiteStatistic -Detailed" for more information on what fields match up with the graphs shown in the web UI.
Full Changelog: 1.0.4...1.0.6
1.0.4
Added support for global_ap, global_switch and teleport site settings.
1.0.3
Fixed typo in Readme.md. Added in support for super_fwupdate site setting.
1.0.2
Added preliminary support for UDMPro devices. I do not have access to a UDMPro, so unable to test, but it should work.
Fixed issue #1. Unifi has added native support for the 'disabled' value in the detailed device information in a recent firmware update. This property will now only be added if missing.
Fixed #2. Removed legacy code from Connect-UnifiController command causing shell to exit with error code if connection unsuccessful.
Incremented version number.
1.0.1
Added super_fingerbank to the validateset for Set-UnifiSiteSetting. Fixed missing default parameter set for Get-UnifiSiteDevice.