@camstack/addon-provider-dreame 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
|
@@ -69987,7 +69987,14 @@ targets: array(object({
|
|
|
69987
69987
|
"sleeping",
|
|
69988
69988
|
"unreachable",
|
|
69989
69989
|
"waking"
|
|
69990
|
-
]).nullable()
|
|
69990
|
+
]).nullable(),
|
|
69991
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
69992
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
69993
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
69994
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
69995
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
69996
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
69997
|
+
battery: boolean()
|
|
69991
69998
|
})));
|
|
69992
69999
|
/**
|
|
69993
70000
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/addon.mjs
CHANGED
|
@@ -69987,7 +69987,14 @@ targets: array(object({
|
|
|
69987
69987
|
"sleeping",
|
|
69988
69988
|
"unreachable",
|
|
69989
69989
|
"waking"
|
|
69990
|
-
]).nullable()
|
|
69990
|
+
]).nullable(),
|
|
69991
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
69992
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
69993
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
69994
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
69995
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
69996
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
69997
|
+
battery: boolean()
|
|
69991
69998
|
})));
|
|
69992
69999
|
/**
|
|
69993
70000
|
* `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-dreame",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.20",
|
|
4
4
|
"description": "Dreame robot-vacuum / lawn-mower device-provider addon for CamStack — wraps the @apocaliss92/nodedreame Dreamehome cloud client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|