From 889341a1cc14a0cfe7fe887cd98c66a921d870eb Mon Sep 17 00:00:00 2001 From: "prab.ch" Date: Mon, 7 Nov 2022 10:57:56 +0530 Subject: [PATCH] Added the step of subscribing to 'IoT Core' API (#55) * Added the step of subscribing to 'IoT Core' API You will get a "No permission" error if continued without subscribing to "IoT Core" API * Update README.md Co-authored-by: gaosen <0x5e@sina.cn> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b89cc10b..1f246ec8 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,11 @@ If you are personal user and don't know which to choose, please use `Smart Home` Before configuration, please goto [Tuya IoT Platform](https://iot.tuya.com) - Create a cloud develop project. - Go to `Project Page` > `Devices Panel` > `Link Tuya App Account`, link your app account. +- Go to `Project Page` > `Service API` > `Go to Authorize`, subscribe the following APIs (its free): + - Authorization Token Management + - Device Status Notification + - IoT Core + - Industry Project Client Service (for "Custom" project) #### For "Custom" Project