@camstack/addon-import-alexa 0.2.18 → 0.2.19
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
|
@@ -19708,7 +19708,14 @@ targets: array(object({
|
|
|
19708
19708
|
"sleeping",
|
|
19709
19709
|
"unreachable",
|
|
19710
19710
|
"waking"
|
|
19711
|
-
]).nullable()
|
|
19711
|
+
]).nullable(),
|
|
19712
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19713
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19714
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19715
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19716
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19717
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19718
|
+
battery: boolean()
|
|
19712
19719
|
})));
|
|
19713
19720
|
/**
|
|
19714
19721
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/addon.mjs
CHANGED
|
@@ -19708,7 +19708,14 @@ targets: array(object({
|
|
|
19708
19708
|
"sleeping",
|
|
19709
19709
|
"unreachable",
|
|
19710
19710
|
"waking"
|
|
19711
|
-
]).nullable()
|
|
19711
|
+
]).nullable(),
|
|
19712
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19713
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19714
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19715
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19716
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19717
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19718
|
+
battery: boolean()
|
|
19712
19719
|
})));
|
|
19713
19720
|
/**
|
|
19714
19721
|
* `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-import-alexa",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"description": "Alexa device-import provider for CamStack — imports the smart-home devices in a user's Alexa account via the unofficial alexa-remote2 cookie/token client (the inverse of the Alexa exporter)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|