@camstack/addon-static-turn 1.2.18 → 1.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.
|
@@ -19107,7 +19107,14 @@ targets: array(object({
|
|
|
19107
19107
|
"sleeping",
|
|
19108
19108
|
"unreachable",
|
|
19109
19109
|
"waking"
|
|
19110
|
-
]).nullable()
|
|
19110
|
+
]).nullable(),
|
|
19111
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19112
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19113
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19114
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19115
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19116
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19117
|
+
battery: boolean()
|
|
19111
19118
|
})));
|
|
19112
19119
|
/**
|
|
19113
19120
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
|
@@ -19106,7 +19106,14 @@ targets: array(object({
|
|
|
19106
19106
|
"sleeping",
|
|
19107
19107
|
"unreachable",
|
|
19108
19108
|
"waking"
|
|
19109
|
-
]).nullable()
|
|
19109
|
+
]).nullable(),
|
|
19110
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19111
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19112
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19113
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19114
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19115
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19116
|
+
battery: boolean()
|
|
19110
19117
|
})));
|
|
19111
19118
|
/**
|
|
19112
19119
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|