Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Release 1.0.9 - 2019-01-20

Compare
Choose a tag to compare
@jhochwald jhochwald released this 20 Jan 22:59
· 41 commits to master since this release
e1e51fd

Mainly a feature release with some bugfixes and refactoring.

Added

  • Get-UnifiSpeedTestResult has now a -last parameter to get only the latest result

  • Invoke-UnifiAuthorizeGuest - Authorize a client device via the API of the UniFi Controller

  • Invoke-UnifiUnauthorizeGuest - Unauthorize a client device via the API of the UniFi Controller

  • Invoke-UnifiReconnectClient - Reconnect a client device via the API of the UniFi Controller

  • Invoke-UnifiBlockClient - Block a client device via the API of the UniFi Controller

  • Invoke-UnifiUnblockClient - Unblock a client device via the API of the UniFi Controller

  • Invoke-UnifiForgetClient - Forget one or more client devices via the API of the UniFi Controller

  • Changed

    • Refactored a lot of code.
    • Change the Verbose output (Detailed connection details)
    • Change some links to the GitHub Wiki