Skip to content

Releases: Art-of-WiFi/UniFi-API-client

API client class v1.1.28

11 Apr 05:53
Compare
Choose a tag to compare

re-added the upgrade_device() function/method

API client class v1.1.27

10 Apr 13:28
Compare
Choose a tag to compare

added start_rolling_upgrade() and cancel_rolling_upgrade() methods/functions

API client class v1.1.26

30 Mar 12:00
Compare
Choose a tag to compare

added invite_admin() and revoke_admin() functions/methods

Finalised merge of PRs #10, #11, #12 and #13

24 Mar 09:51
Compare
Choose a tag to compare

General code cleanup (replace tabs by spaces, etc.)
Methods/functions added:

  • list_country_codes()
  • set_guestlogin_settings_base()
  • set_site_connectivity()
  • set_site_country()
  • set_site_guest_access()
  • set_site_locale()
  • set_site_mgmt()
  • set_site_name()
  • set_site_ntp()
  • set_site_snmp()
    Examples added:
  • ap_upgrade_firmware.php
  • site_provisioning_example
  • update_ac-iw_ports.php

merge PR and added several examples

01 Feb 16:18
Compare
Choose a tag to compare

merged in PR #7
added examples:

  • create site
  • delete site
  • modify WLAN settings for controller version 5.5.X and higher using the set_device_settings_base() method, also demonstrates the use of get_last_results_raw()

API client class v1.1.23

26 Oct 15:09
Compare
Choose a tag to compare
  • minor code cleanup and input validation/sanitization improvements
  • added delete_device() function/method
  • added move_device() function/method
  • added optional type parameter to stat_sessions()
  • updated README

API client class v1.1.22

19 Oct 09:56
Compare
Choose a tag to compare

fixed issue #2 caused by a typo with "if (in_array()...", thanks go to @LuFlo for catching that

API client class v1.1.21

19 Oct 09:23
Compare
Choose a tag to compare
  • minor code clean up
  • added archive_alarm() function/method

API client class v1.1.20: fixed typo in list_known_rogueaps()

18 Oct 07:06
Compare
Choose a tag to compare

API client class v1.1.19: addition of several new functions/methods and minor code cleanup

18 Oct 06:29
Compare
Choose a tag to compare
  • added list_known_rogueaps() function/method
  • added stat_status() function/method
  • added power_cycle_switch_port() function/method