Skip to content

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

v1.1.98

17 Oct 14:45
Compare
Choose a tag to compare
  • merged #244 for a small change to the start_rolling_upgrade() method, contributed by @Jacobtims
  • minor additional change to allow changes to the payload of the start_rolling_upgrade() method

API client class v1.1.97

17 Oct 13:05
Compare
Choose a tag to compare
  • merged #243 to fix payload for the start_rolling_upgrade() method, contributed by @Jacobtims

API client class v1.1.96

14 Oct 12:39
Compare
Choose a tag to compare
  • bumped version to 1.1.96
  • removed version tag in docblock as it contained redundant information
  • merged #241 which adds a method to download a generated backup, (contributed by @Jacobtims)

API client class v1.1.95

07 Oct 10:57
Compare
Choose a tag to compare
  • added ability to pass an array of attributes to fetch with AP and site stats
  • general minor clean up
  • bumped version to 1.1.95

API client class v1.1.94

12 Aug 08:25
Compare
Choose a tag to compare
  • minor fix based on Scrutinizer feedback
  • re-added update_admin() method to the class; for some reason, the merge of #228 contributed by @Jacobtims was unsuccessful

API client class v1.1.93

07 Aug 14:04
Compare
Choose a tag to compare
  • added the migrate_device() method to migrate one or more devices from one controller to another
  • added the cancel_migrate_device() method to cancel the migration for one or more devices
  • added the upgrade_all_devices() method to upgrade all devices of a selected type to the latest firmware version
  • changed the force_provision() method to allow for multiple MAC addresses to be passed as a parameter
  • minor changes to a number of doc-blocks
  • general changes for improved consistency and readability

API client class v1.1.92

06 Aug 10:33
Compare
Choose a tag to compare
  • further reformatting of notes in the doc blocks
  • reformatted single-line comments
  • merged #232, added days parameter to generate_backup() method, contributed by @Jacobtims

API client class v1.1.91

31 Jul 08:57
Compare
Choose a tag to compare
  • added `delete_admin()`` method, contributed by @Jacobtims
  • merged PR #228 to add update_admin(), contributed by @Jacobtims
  • reformatting of notes in the doc blocks

API client class v1.1.90

27 Feb 17:49
Compare
Choose a tag to compare
  • remove existing x-csrf-token headers before adding a new one, apparently UniFi OS does not like multiple x-csrf-tokens in the same request

API client class v1.1.89

11 Feb 16:26
Compare
Choose a tag to compare
  • added create_tag(), set_tagged_devices(), get_tag(), and delete_tag() methods to manage tags, contributed by @brenard, #205