@camstack/addon-provider-tuya 0.2.19 → 0.2.20
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/dist/addon.js +8 -1
- package/dist/addon.mjs +8 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -20302,7 +20302,14 @@ targets: array(object({
|
|
|
20302
20302
|
"sleeping",
|
|
20303
20303
|
"unreachable",
|
|
20304
20304
|
"waking"
|
|
20305
|
-
]).nullable()
|
|
20305
|
+
]).nullable(),
|
|
20306
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
20307
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
20308
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
20309
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
20310
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
20311
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
20312
|
+
battery: boolean()
|
|
20306
20313
|
})));
|
|
20307
20314
|
/**
|
|
20308
20315
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/addon.mjs
CHANGED
|
@@ -20301,7 +20301,14 @@ targets: array(object({
|
|
|
20301
20301
|
"sleeping",
|
|
20302
20302
|
"unreachable",
|
|
20303
20303
|
"waking"
|
|
20304
|
-
]).nullable()
|
|
20304
|
+
]).nullable(),
|
|
20305
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
20306
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
20307
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
20308
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
20309
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
20310
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
20311
|
+
battery: boolean()
|
|
20305
20312
|
})));
|
|
20306
20313
|
/**
|
|
20307
20314
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-tuya",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"description": "Tuya / Smart Life device-provider addon for CamStack — account-onboarded (Tuya IoT cloud fetch of device localKeys) + LOCAL DP control via the @apocaliss92/nodetuya encrypted-LAN client, exposing switch / water-heater-family kettle entities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|