Skip to content

3.0.0

Compare
Choose a tag to compare
@piekstra piekstra released this 23 Aug 15:17
· 17 commits to main since this release
021e6af

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.