homebridge-tuya-plus 3.14.0-dev.36 → 3.14.0-dev.38
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/AGENTS.md +3 -4
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -146,10 +146,9 @@ optional, off-by-default flags read through `_debugConfig()` and coerced with
|
|
|
146
146
|
`cloud` block to be useful).
|
|
147
147
|
- `debug.logCloudHttp` — trace every Tuya Cloud HTTP request/response (method,
|
|
148
148
|
path, headers, body, status, response) at `debug`, with all credentials
|
|
149
|
-
(token, signature, password, access key/id, uid) redacted.
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
normal operation, and remember Homebridge debug logging must be on to see it.
|
|
149
|
+
(token, signature, password, access key/id, uid) redacted. Verbose and
|
|
150
|
+
per-request — keep it off in normal operation, and remember Homebridge
|
|
151
|
+
debug logging must be on to see it.
|
|
153
152
|
|
|
154
153
|
## Git & PR workflow
|
|
155
154
|
|
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.38",
|
|
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": {
|