Skip to content

Releases: MarkGodwin/tplink-omada-api

Bump minimum controller version to 5.1.0

16 Apr 11:58
13597d9
Compare
Choose a tag to compare
  • 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

Full Changelog: release/v1.2.2...release/v1.2.3

Raw data output

15 Apr 14:45
5fb42cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v1.2.0...release/v1.2.2

Add CLI

15 Apr 11:23
Compare
Choose a tag to compare

This version adds a simple command line interface. Thanks, @mheath!

What's Changed

Full Changelog: release/v1.1.5...release/v1.2.0

Fix Unclosed client session errors

15 Mar 21:39
bbb06aa
Compare
Choose a tag to compare

Add type hints

13 Mar 23:13
1048514
Compare
Choose a tag to compare

Type hint marker included in package, to allow mypy to parse data types.

Fixing firmware update command

11 Mar 21:48
ffbe409
Compare
Choose a tag to compare

The firmware update command didn't work due to an incorrect path. This is now fixed.

Basic firmware update support

11 Mar 17:03
9e06ba2
Compare
Choose a tag to compare

Added the ability to request firmware update information, and initiate automatic online firmware updates on a per-device basis.

Host Name is less picky

05 Mar 20:53
8b27796
Compare
Choose a tag to compare

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

12 Nov 22:47
Compare
Choose a tag to compare

Added versioned runtime dependency on aiohttp, instead of a build time dependency.

Initial working version

12 Nov 22:18
Compare
Choose a tag to compare

Changes:

  • This version adds some extra switch device properties
  • New exception for credential problems
  • Explicit dependency on aiohttp