@camstack/addon-provider-wyze 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 CHANGED
@@ -19611,7 +19611,14 @@ targets: array(object({
19611
19611
  "sleeping",
19612
19612
  "unreachable",
19613
19613
  "waking"
19614
- ]).nullable()
19614
+ ]).nullable(),
19615
+ /** A battery camera (whatever its current state). An AWAKE battery
19616
+ * camera is deliberately NOT recaptured on the poll cadence — every
19617
+ * capture is a camera hit that would keep it out of sleep — so its
19618
+ * cached frame legitimately ages past the currency ceiling while
19619
+ * nothing is streaming. A surface must keep painting it (a fresh
19620
+ * frame is captured at each wake), not blank to "unavailable". */
19621
+ battery: boolean()
19615
19622
  })))
19616
19623
  },
19617
19624
  status: {
package/dist/addon.mjs CHANGED
@@ -19590,7 +19590,14 @@ targets: array(object({
19590
19590
  "sleeping",
19591
19591
  "unreachable",
19592
19592
  "waking"
19593
- ]).nullable()
19593
+ ]).nullable(),
19594
+ /** A battery camera (whatever its current state). An AWAKE battery
19595
+ * camera is deliberately NOT recaptured on the poll cadence — every
19596
+ * capture is a camera hit that would keep it out of sleep — so its
19597
+ * cached frame legitimately ages past the currency ceiling while
19598
+ * nothing is streaming. A surface must keep painting it (a fresh
19599
+ * frame is captured at each wake), not blank to "unavailable". */
19600
+ battery: boolean()
19594
19601
  })))
19595
19602
  },
19596
19603
  status: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-wyze",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "Wyze camera device-provider addon for CamStack — wraps the @apocaliss92/wyze-bridge-js P2P/DTLS client, feeding the stream-broker via the pull-rfc4571 lazy-publish path (a structural twin of addon-provider-reolink)",
5
5
  "keywords": [
6
6
  "camstack",