@camstack/addon-provider-amcrest 0.2.20 → 0.2.21
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
|
@@ -19556,7 +19556,14 @@ targets: array(object({
|
|
|
19556
19556
|
"sleeping",
|
|
19557
19557
|
"unreachable",
|
|
19558
19558
|
"waking"
|
|
19559
|
-
]).nullable()
|
|
19559
|
+
]).nullable(),
|
|
19560
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19561
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19562
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19563
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19564
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19565
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19566
|
+
battery: boolean()
|
|
19560
19567
|
})))
|
|
19561
19568
|
},
|
|
19562
19569
|
status: {
|
package/dist/addon.mjs
CHANGED
|
@@ -19557,7 +19557,14 @@ targets: array(object({
|
|
|
19557
19557
|
"sleeping",
|
|
19558
19558
|
"unreachable",
|
|
19559
19559
|
"waking"
|
|
19560
|
-
]).nullable()
|
|
19560
|
+
]).nullable(),
|
|
19561
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19562
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19563
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19564
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19565
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19566
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19567
|
+
battery: boolean()
|
|
19561
19568
|
})))
|
|
19562
19569
|
},
|
|
19563
19570
|
status: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-amcrest",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.21",
|
|
4
4
|
"description": "Amcrest/Dahua camera device provider addon for CamStack — Dahua CGI over HTTP(S) with digest auth (snapshot, RTSP catalog, PTZ, image/day-night config)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|