adding tuya account doesn't show me device permissions options

Developer Platform features usage and feedback.


Post Reply
pauldegoede
Posts: 4

Hi,

If you see the attached screenshot when I add a tuya account there is no option to choose which device permissions I have. I only get read permissions. But I need write permissions.

If you see the 2nd screenshot you will see that the documentation shows a "Device Permissions" section which I don't get.

Attachments
Screenshot_5.png
Screenshot_6.png
vt.y
Posts: 2

Re: adding tuya account doesn't show me device permissions options

Hi, you can click on 'Automatic Link' to link the devices to the project with 'Read' permissions. Subsequently, by sending commands to the device using the OpenAPIs(e.g. POST:/v1.0/devices/{device_id}/commands), its permissions will be upgraded to 'Read/Write', making it controllable.

Also, remember that this will consume from the controllable device pool. When the quota is depleted (for example, in the case of the IoT core trial edition, with a limit of 5 controllable devices), new devices will no longer be controllable."

Post Reply