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
If you know the UUID of the account that shared the devices with you then the following will allow you to see the devices (if done prior to calling getDevices()
account._accountId = "a1b2c3d4-a1b2-a1b2-a1b2-a1b2c3d4e5f6"; // Replacing the accountId with the target account
I don't have the endpoints for v5.2 to properly resolve this.
The API works great if I am the owner of the device. In my case, however, somebody shared a device with me as a guest, and no devices show up.
The text was updated successfully, but these errors were encountered: