homebridge-tuya-plus 3.14.0-dev.28 → 3.14.0-dev.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/wiki/Tuya-Cloud-Setup.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-tuya-plus",
|
|
3
|
-
"version": "3.14.0-dev.
|
|
3
|
+
"version": "3.14.0-dev.29",
|
|
4
4
|
"description": "A community-maintained Homebridge plugin for controlling Tuya devices in HomeKit. LAN-first, with an optional Tuya Cloud fallback for any device the LAN can't reach.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
package/wiki/Tuya-Cloud-Setup.md
CHANGED
|
@@ -27,7 +27,7 @@ In the project, go to **Service API → Go to Authorize** and make sure these ar
|
|
|
27
27
|
* **Smart Home Basic Service**
|
|
28
28
|
* **Device Status Notification** ← needed for realtime MQTT updates
|
|
29
29
|
|
|
30
|
-
>
|
|
30
|
+
> **⚠️Remember to extend the API trial period every 6 months here: [Tuya IoT Platform > Cloud > Cloud Services > IoT Core](https://iot.tuya.com/cloud/products/detail?abilityId=1442730014117204014&id=p1668587814138nv4h3n&abilityAuth=0&tab=1) (the first-time subscription only gives you 1 month).**
|
|
31
31
|
|
|
32
32
|
## 3. Link your app account (so the project can see your devices)
|
|
33
33
|
|