@camstack/addon-provider-rademacher 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
|
@@ -20450,7 +20450,14 @@ targets: array(object({
|
|
|
20450
20450
|
"sleeping",
|
|
20451
20451
|
"unreachable",
|
|
20452
20452
|
"waking"
|
|
20453
|
-
]).nullable()
|
|
20453
|
+
]).nullable(),
|
|
20454
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
20455
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
20456
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
20457
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
20458
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
20459
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
20460
|
+
battery: boolean()
|
|
20454
20461
|
})));
|
|
20455
20462
|
/**
|
|
20456
20463
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/addon.mjs
CHANGED
|
@@ -20449,7 +20449,14 @@ targets: array(object({
|
|
|
20449
20449
|
"sleeping",
|
|
20450
20450
|
"unreachable",
|
|
20451
20451
|
"waking"
|
|
20452
|
-
]).nullable()
|
|
20452
|
+
]).nullable(),
|
|
20453
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
20454
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
20455
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
20456
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
20457
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
20458
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
20459
|
+
battery: boolean()
|
|
20453
20460
|
})));
|
|
20454
20461
|
/**
|
|
20455
20462
|
* `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-rademacher",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"description": "Rademacher HomePilot device-provider addon for CamStack — wraps the @apocaliss92/noderademacher local-hub client (roller shutters over the cover cap)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|