Releases: MarkGodwin/tplink-omada-api
1.3.7
What's Changed
- Bugfix/32 clientlist by @MarkGodwin in #33 - Thanks @danielangeloni !
Full Changelog: release/v1.3.6...release/v1.3.7
Slightly improved error handling
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
Switch uplink mac compatibility
What's Changed
Full Changelog: release/v1.3.3...release/v1.3.4
Device LED Settings
Functionality to configure the LED settings of Omada devices. Thanks @milothomas!
Added basic Access Point query functions to CLI.
What's Changed
- Add command and property for device LED Setting by @milothomas in #26
- Extend device LED support by @MarkGodwin in #27
New Contributors
- @milothomas made their first contribution in #26
Full Changelog: release/v1.3.2...release/v1.3.3
Fixes for firmware upgrade status
What's Changed
- Fallback if upgrade flags are not available by @MarkGodwin in #25
Full Changelog: release/v1.3.1...release/v1.3.2
Link speed definitions
What's Changed
Full Changelog: release/v1.3.0...release/v1.3.1
Client API
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
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
What's Changed
- Added basic gateway status information by @MarkGodwin in #15
Full Changelog: release/v1.2.3...release/v1.2.4