@camstack/addon-export-hap 1.2.30 → 1.2.31

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.
@@ -19924,7 +19924,14 @@ targets: array(object({
19924
19924
  "sleeping",
19925
19925
  "unreachable",
19926
19926
  "waking"
19927
- ]).nullable()
19927
+ ]).nullable(),
19928
+ /** A battery camera (whatever its current state). An AWAKE battery
19929
+ * camera is deliberately NOT recaptured on the poll cadence — every
19930
+ * capture is a camera hit that would keep it out of sleep — so its
19931
+ * cached frame legitimately ages past the currency ceiling while
19932
+ * nothing is streaming. A surface must keep painting it (a fresh
19933
+ * frame is captured at each wake), not blank to "unavailable". */
19934
+ battery: boolean()
19928
19935
  })));
19929
19936
  /**
19930
19937
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
@@ -19912,7 +19912,14 @@ targets: array(object({
19912
19912
  "sleeping",
19913
19913
  "unreachable",
19914
19914
  "waking"
19915
- ]).nullable()
19915
+ ]).nullable(),
19916
+ /** A battery camera (whatever its current state). An AWAKE battery
19917
+ * camera is deliberately NOT recaptured on the poll cadence — every
19918
+ * capture is a camera hit that would keep it out of sleep — so its
19919
+ * cached frame legitimately ages past the currency ceiling while
19920
+ * nothing is streaming. A surface must keep painting it (a fresh
19921
+ * frame is captured at each wake), not blank to "unavailable". */
19922
+ battery: boolean()
19916
19923
  })));
19917
19924
  /**
19918
19925
  * `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-export-hap",
3
- "version": "1.2.30",
3
+ "version": "1.2.31",
4
4
  "description": "HomeKit (HAP) exporter for CamStack devices. Publishes each exposed device as its own HomeKit accessory: cameras and doorbells with SRTP streaming, HomeKit Secure Video, motion, two-way audio, PTZ and battery; switches, lights, locks and sensors through a capability→service table.",
5
5
  "keywords": [
6
6
  "camstack",