myq-api
myq-api copied to clipboard
Access to devices shared with me?
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.
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.