@nubisco/homebridge-tuya-local-platform 1.2.5 → 1.3.0
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/README.md +9 -9
- package/config.schema.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
[](https://www.npmjs.com/package/@nubisco/homebridge-tuya-local-platform)
|
|
20
20
|
[](https://homebridge.io)
|
|
21
21
|
[](LICENSE)
|
|
22
|
-
[](https://docs.nubisco.io/homebridge-tuya-local-platform/)
|
|
23
23
|
|
|
24
24
|
</div>
|
|
25
25
|
|
|
@@ -75,7 +75,7 @@ Add to your Homebridge `config.json`:
|
|
|
75
75
|
}
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
> **Need your device credentials?** See the [Getting Local Keys](https://nubisco.
|
|
78
|
+
> **Need your device credentials?** See the [Getting Local Keys](https://docs.nubisco.io/homebridge-tuya-local-platform/get-local-keys) guide.
|
|
79
79
|
|
|
80
80
|
---
|
|
81
81
|
|
|
@@ -132,19 +132,19 @@ Tuya's cloud relies on remote servers — any outage, policy change, or internet
|
|
|
132
132
|
|
|
133
133
|
> The `type` value is **case-insensitive**. `"SimpleLight"`, `"simplelight"`, and `"SIMPLELIGHT"` all work.
|
|
134
134
|
|
|
135
|
-
Full per-device configuration details and DataPoint overrides are covered in the [Supported Device Types](https://nubisco.
|
|
135
|
+
Full per-device configuration details and DataPoint overrides are covered in the [Supported Device Types](https://docs.nubisco.io/homebridge-tuya-local-platform/device-types) docs.
|
|
136
136
|
|
|
137
137
|
---
|
|
138
138
|
|
|
139
139
|
## Documentation
|
|
140
140
|
|
|
141
|
-
Full documentation is available at **[nubisco.
|
|
141
|
+
Full documentation is available at **[docs.nubisco.io/homebridge-tuya-local-platform](https://docs.nubisco.io/homebridge-tuya-local-platform/)**, including:
|
|
142
142
|
|
|
143
|
-
- [Installation](https://nubisco.
|
|
144
|
-
- [Getting Local Keys](https://nubisco.
|
|
145
|
-
- [Configuration](https://nubisco.
|
|
146
|
-
- [Supported Device Types](https://nubisco.
|
|
147
|
-
- [Troubleshooting](https://nubisco.
|
|
143
|
+
- [Installation](https://docs.nubisco.io/homebridge-tuya-local-platform/installation)
|
|
144
|
+
- [Getting Local Keys](https://docs.nubisco.io/homebridge-tuya-local-platform/get-local-keys)
|
|
145
|
+
- [Configuration](https://docs.nubisco.io/homebridge-tuya-local-platform/configuration)
|
|
146
|
+
- [Supported Device Types](https://docs.nubisco.io/homebridge-tuya-local-platform/device-types)
|
|
147
|
+
- [Troubleshooting](https://docs.nubisco.io/homebridge-tuya-local-platform/troubleshooting)
|
|
148
148
|
|
|
149
149
|
---
|
|
150
150
|
|
package/config.schema.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"pluginAlias": "TuyaLocalPlatform",
|
|
3
3
|
"pluginType": "platform",
|
|
4
4
|
"singular": true,
|
|
5
|
-
"headerDisplay": "For setup instructions, device configuration, and troubleshooting, visit the [documentation](https://nubisco.
|
|
5
|
+
"headerDisplay": "For setup instructions, device configuration, and troubleshooting, visit the [documentation](https://docs.nubisco.io/homebridge-tuya-local-platform/).",
|
|
6
6
|
"footerDisplay": "",
|
|
7
7
|
"schema": {
|
|
8
8
|
"type": "object",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"id": {
|
|
116
116
|
"type": "string",
|
|
117
117
|
"title": "Tuya ID",
|
|
118
|
-
"description": "If you don't have the Tuya ID or Key, follow the steps in the <a href='https://nubisco.
|
|
118
|
+
"description": "If you don't have the Tuya ID or Key, follow the steps in the <a href='https://docs.nubisco.io/homebridge-tuya-local-platform/get-local-keys' target='_blank'>Getting Local Keys</a> guide.",
|
|
119
119
|
"condition": {
|
|
120
120
|
"functionBody": "return model.devices && model.devices[arrayIndices].type !== 'null';"
|
|
121
121
|
}
|