Closed f0ur3y3s closed 3 years ago
As of 18DEC2020, it seems importing
TPLinkDeviceManager
cannot be done throughtplink_cloud_api
as stated in the documentation. I was able to resolve this issue by usingfrom tplinkcloud import TPLinkDeviceManager
instead.Is this just an issue on my end?
It's possible the documentation is out of date. I expect your workaround is the correct solution. I will check and get back to you.
@incub4t0r Great catch! It was definitely outdated documentation. Thank you for creating an issue to track it and get it resolved!
The fix is in this PR: https://github.com/piekstra/tplink-cloud-api/pull/13
As of 18DEC2020, it seems importing
TPLinkDeviceManager
cannot be done throughtplink_cloud_api
as stated in the documentation. I was able to resolve this issue by usingfrom tplinkcloud import TPLinkDeviceManager
instead.Is this just an issue on my end?