Skip to content

Releases: piekstra/tplink-cloud-api

4.2.0

12 Jan 04:02
5ba6b4f
Compare
Choose a tag to compare

What's Changed

  • Added support for EP40 outdoor smart plug by @ddn in #73
  • Update python-publish.yml to use Trusted Publisher by @piekstra in #74

New Contributors

  • @ddn made their first contribution in #73

Full Changelog: v4.1.5...v4.2.0

4.1.5

21 Jul 02:35
2d84dd5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.4...v4.1.5

4.1.4

10 Jul 21:41
c87863b
Compare
Choose a tag to compare

What's Changed

  • Return/Pass through None instead of failing with an error by @JBlaschke in #66

Full Changelog: v4.1.3...v4.1.4

4.1.3

06 Apr 01:14
3783326
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

4.1.2

04 Apr 18:20
e8f335c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

4.1.1

24 Feb 01:20
1843287
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

4.1.0

11 Feb 21:24
d632f6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Additional Contributors

Special thanks to:
@dkoneill
@net147

for contributions that ended up being merged from other pull requests.

Full Changelog: v4.0.0...v4.1.0

4.0.0

10 Dec 01:56
12cfa97
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v4.0.0

3.0.0

23 Aug 15:17
021e6af
Compare
Choose a tag to compare

This release separates login functionality for the TPLinkDeviceManager which can now be constructed without a username and password. In order for requests to work properly when a username and password are not provided on construction, either the new login function or set_auth_token will need to be called.

As a part of this change, an error is no longer raised when providing a None-valued username or password to the TPLinkDeviceManager constructor.

2.10.1

24 May 17:55
7bced0b
Compare
Choose a tag to compare

Bug Fixes

  • The HS100 device does not have EMeter capabilities - this change addresses that.