@camstack/addon-export-alexa 1.2.25 → 1.2.26
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.
|
@@ -19424,7 +19424,14 @@ targets: array(object({
|
|
|
19424
19424
|
"sleeping",
|
|
19425
19425
|
"unreachable",
|
|
19426
19426
|
"waking"
|
|
19427
|
-
]).nullable()
|
|
19427
|
+
]).nullable(),
|
|
19428
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19429
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19430
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19431
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19432
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19433
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19434
|
+
battery: boolean()
|
|
19428
19435
|
})));
|
|
19429
19436
|
/**
|
|
19430
19437
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
|
@@ -19397,7 +19397,14 @@ targets: array(object({
|
|
|
19397
19397
|
"sleeping",
|
|
19398
19398
|
"unreachable",
|
|
19399
19399
|
"waking"
|
|
19400
|
-
]).nullable()
|
|
19400
|
+
]).nullable(),
|
|
19401
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19402
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19403
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19404
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19405
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19406
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19407
|
+
battery: boolean()
|
|
19401
19408
|
})));
|
|
19402
19409
|
/**
|
|
19403
19410
|
* `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-export-alexa",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.26",
|
|
4
4
|
"description": "Alexa Smart Home Skill export — hub-side OAuth provider + directive handler. The companion AWS Lambda forwards Alexa directives to this addon's /addon/export-alexa/directive endpoint.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|