3.0.0
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.