- 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
1.1.93
- 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
1.1.92
- further reformatting of notes in the doc blocks - reformatted single-line comments - merged 232, added days parameter to `generate_backup()` method, contributed by Jacobtims
1.1.91
- added `delete_admin()`` method, contributed by Jacobtims - merged PR 228 to add `update_admin()`, contributed by Jacobtims - reformatting of notes in the doc blocks
1.1.90
- 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
1.1.89
- added `create_tag()`, `set_tagged_devices()`, `get_tag()`, and `delete_tag()` methods to manage tags, contributed by brenard, 205