You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
We have followed the node tplink-cloud-api module examples and has provided the user name and password. the account has a LB120 light Smart wifi LED buld associated with it. When we execute the
myTPLink.getDeviceList() , we are getting an empty array as response. Will this function list the lights associated with an account?
The text was updated successfully, but these errors were encountered:
hey @jijoamt , I haven't started using this library personally. (But I'm planing to use it soon and I'm keeping an eye on this project).
It looks like, this library calls the API to get all the devises , in this method, that means, if the API returns all the devises, you should get all.
There are few things you can check I believe,
1 - Check if you can see your LB120 is registered and shows in your KASA app. I'm assuming the APP uses same API, Coz it looks like , this library is simulating an Android connection.
2 - Check if you see any errors from your browsers developer tools. E.g chrome dev tools.
HTH
Sam
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We have followed the node tplink-cloud-api module examples and has provided the user name and password. the account has a LB120 light Smart wifi LED buld associated with it. When we execute the
myTPLink.getDeviceList() , we are getting an empty array as response. Will this function list the lights associated with an account?
The text was updated successfully, but these errors were encountered: