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

Release 1.0.8 - 2019-01-19

Compare
Choose a tag to compare
@jhochwald jhochwald released this 19 Jan 00:06
· 49 commits to master since this release
1bd4621

Mainly a bugfix and refactoring release

Added

  • Get-UniFiIsAlive - Use a simple API call to see if the session is alive (internal not exported function)
  • ConvertTo-UnixTimeStamp - ConvertTo-UnixTimeStamp (Helper)
  • ConvertFrom-UnixTimeStamp - Converts a Timestamp (Epochdate) into Datetime (Helper)
  • Get-HostsFile - Print the HOSTS File in a more clean format (Helper)
  • Remove-HostsEntry - Removes a single Hosts Entry from the HOSTS File (Helper)
  • Add-HostsEntry - Add a single Hosts Entry to the HOSTS File (Helper)
  • Get-UnifiSpeedTestResult - Get the UniFi Security Gateway (USG) Speed Test results

Changed

  • Get-UnifiSpeedTestResult has now filtering and returns values human readable
  • All commands now use Get-UniFiIsAlive internally. That should make it easier for new users.
  • Refactored some of the code that handles all errors.