@camstack/addon-provider-hikvision 1.2.24 → 1.2.25

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 CHANGED
@@ -19745,7 +19745,14 @@ targets: array(object({
19745
19745
  "sleeping",
19746
19746
  "unreachable",
19747
19747
  "waking"
19748
- ]).nullable()
19748
+ ]).nullable(),
19749
+ /** A battery camera (whatever its current state). An AWAKE battery
19750
+ * camera is deliberately NOT recaptured on the poll cadence — every
19751
+ * capture is a camera hit that would keep it out of sleep — so its
19752
+ * cached frame legitimately ages past the currency ceiling while
19753
+ * nothing is streaming. A surface must keep painting it (a fresh
19754
+ * frame is captured at each wake), not blank to "unavailable". */
19755
+ battery: boolean()
19749
19756
  })))
19750
19757
  },
19751
19758
  status: {
package/dist/addon.mjs CHANGED
@@ -19746,7 +19746,14 @@ targets: array(object({
19746
19746
  "sleeping",
19747
19747
  "unreachable",
19748
19748
  "waking"
19749
- ]).nullable()
19749
+ ]).nullable(),
19750
+ /** A battery camera (whatever its current state). An AWAKE battery
19751
+ * camera is deliberately NOT recaptured on the poll cadence — every
19752
+ * capture is a camera hit that would keep it out of sleep — so its
19753
+ * cached frame legitimately ages past the currency ceiling while
19754
+ * nothing is streaming. A surface must keep painting it (a fresh
19755
+ * frame is captured at each wake), not blank to "unavailable". */
19756
+ battery: boolean()
19750
19757
  })))
19751
19758
  },
19752
19759
  status: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-hikvision",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "Hikvision camera device provider addon for CamStack — ISAPI over HTTP(S) with digest auth (snapshot, alarm stream, RTSP discovery)",
5
5
  "keywords": [
6
6
  "camstack",