Skip to content

Releases: MarkGodwin/tplink-omada-api

1.3.7

29 Dec 16:40
4e75372
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v1.3.6...release/v1.3.7

Slightly improved error handling

05 Nov 16:50
Compare
Choose a tag to compare

This version tries to raise a more specific error message in the case that the Omada controller returns an error response with Json data that doesn't include the errorCode parameter. This is to target login issues HA users have been reporting with the Software controller.

Having not seen one of these messages in person, we can't yet determine how to handle them with a more useful error message.

release/v1.3.5

30 Sep 11:41
f9812ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release/v1.3.4...release/v1.3.5

Switch uplink mac compatibility

07 Sep 14:42
5576cd2
Compare
Choose a tag to compare

What's Changed

  • Fix 'uplinkMac' key fix_uplinkmac_key_error by @mheath in #29

Full Changelog: release/v1.3.3...release/v1.3.4

Device LED Settings

12 Aug 16:50
2fbe072
Compare
Choose a tag to compare

Functionality to configure the LED settings of Omada devices. Thanks @milothomas!
Added basic Access Point query functions to CLI.

What's Changed

New Contributors

Full Changelog: release/v1.3.2...release/v1.3.3

Fixes for firmware upgrade status

05 Aug 14:15
370c236
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v1.3.1...release/v1.3.2

Link speed definitions

24 Jun 16:03
ef6f79b
Compare
Choose a tag to compare

What's Changed

Full Changelog: release/v1.3.0...release/v1.3.1

Client API

28 May 10:54
Compare
Choose a tag to compare

What's Changed

  • Add switch port status to CLI by @MarkGodwin in #21
  • Improve meaning of PoE power value when switch port has no PoE capability by @odouville in #19
  • Add the ability to request a neutral SwitchPortOverrides for a particular port by @odouville in #20
  • Add client API support by @mheath in #22

Full Changelog: release/v1.2.5...release/v1.3.0

Link status enum fixes

30 Apr 14:58
Compare
Choose a tag to compare

Fixed:

  • #16 - LinkStatus email was incorrectly defined - thanks @odouville
  • #18 - Some status properties in Device unavailable when the device is disconnected. The API will now return sensible defaults - thanks @odouville
    ** cpu_usage, mem_usage, uptime -> 0
    ** display_uptime -> None
    ** need_upgrade, fw_download -> false

release/v1.2.4

16 Apr 19:15
d7529f4
Compare
Choose a tag to compare

What's Changed

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