myq-api icon indicating copy to clipboard operation
myq-api copied to clipboard

Access to devices shared with me?

Open timkay opened this issue 4 years ago • 1 comments

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.

timkay avatar Dec 28 '20 00:12 timkay

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.

Psifour avatar Feb 24 '21 16:02 Psifour