@camstack/addon-provider-dreo 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 CHANGED
@@ -19518,7 +19518,14 @@ targets: array(object({
19518
19518
  "sleeping",
19519
19519
  "unreachable",
19520
19520
  "waking"
19521
- ]).nullable()
19521
+ ]).nullable(),
19522
+ /** A battery camera (whatever its current state). An AWAKE battery
19523
+ * camera is deliberately NOT recaptured on the poll cadence — every
19524
+ * capture is a camera hit that would keep it out of sleep — so its
19525
+ * cached frame legitimately ages past the currency ceiling while
19526
+ * nothing is streaming. A surface must keep painting it (a fresh
19527
+ * frame is captured at each wake), not blank to "unavailable". */
19528
+ battery: boolean()
19522
19529
  })));
19523
19530
  /**
19524
19531
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
package/dist/addon.mjs CHANGED
@@ -19519,7 +19519,14 @@ targets: array(object({
19519
19519
  "sleeping",
19520
19520
  "unreachable",
19521
19521
  "waking"
19522
- ]).nullable()
19522
+ ]).nullable(),
19523
+ /** A battery camera (whatever its current state). An AWAKE battery
19524
+ * camera is deliberately NOT recaptured on the poll cadence — every
19525
+ * capture is a camera hit that would keep it out of sleep — so its
19526
+ * cached frame legitimately ages past the currency ceiling while
19527
+ * nothing is streaming. A surface must keep painting it (a fresh
19528
+ * frame is captured at each wake), not blank to "unavailable". */
19529
+ battery: boolean()
19523
19530
  })));
19524
19531
  /**
19525
19532
  * `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-dreo",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "Dreo smart-device (fan / air-circulator / purifier / heater / humidifier) device-provider addon for CamStack — wraps the @apocaliss92/nodedreo Dreo cloud client (REST + WebSocket)",
5
5
  "keywords": [
6
6
  "camstack",