Releases: MarkGodwin/tplink-omada-api
Releases · MarkGodwin/tplink-omada-api
Bump minimum controller version to 5.1.0
- Controller versions 5.0.x have been reported as incompatible. The API will now raise a suitable exception when connecting to versions prior to 5.1.0.
- Issue with the
--set-default
cli has been fixed.
What's Changed
- Bump minimum supported version to 5.1.0 by @MarkGodwin in #14
Full Changelog: release/v1.2.2...release/v1.2.3
Raw data output
What's Changed
- Feature/raw data by @MarkGodwin in #13
Full Changelog: release/v1.2.0...release/v1.2.2
Add CLI
Fix Unclosed client session errors
Integrating PR #9
Add type hints
Type hint marker included in package, to allow mypy to parse data types.
Fixing firmware update command
The firmware update command didn't work due to an incorrect path. This is now fixed.
Basic firmware update support
Added the ability to request firmware update information, and initiate automatic online firmware updates on a per-device basis.
Host Name is less picky
Bug fixes:
- The host name input is now more flexible. Trailing slashes, IP addresses and missing URL Schemes are accepted
New features:
- Basic control of access points integrated LAN ports
Dependencies added
Added versioned runtime dependency on aiohttp
, instead of a build time dependency.
Initial working version
Changes:
- This version adds some extra switch device properties
- New exception for credential problems
- Explicit dependency on aiohttp