@camstack/addon-mqtt-broker 1.2.19 → 1.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.
@@ -19220,7 +19220,14 @@ targets: array(object({
19220
19220
  "sleeping",
19221
19221
  "unreachable",
19222
19222
  "waking"
19223
- ]).nullable()
19223
+ ]).nullable(),
19224
+ /** A battery camera (whatever its current state). An AWAKE battery
19225
+ * camera is deliberately NOT recaptured on the poll cadence — every
19226
+ * capture is a camera hit that would keep it out of sleep — so its
19227
+ * cached frame legitimately ages past the currency ceiling while
19228
+ * nothing is streaming. A surface must keep painting it (a fresh
19229
+ * frame is captured at each wake), not blank to "unavailable". */
19230
+ battery: boolean()
19224
19231
  })));
19225
19232
  /**
19226
19233
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
@@ -19215,7 +19215,14 @@ targets: array(object({
19215
19215
  "sleeping",
19216
19216
  "unreachable",
19217
19217
  "waking"
19218
- ]).nullable()
19218
+ ]).nullable(),
19219
+ /** A battery camera (whatever its current state). An AWAKE battery
19220
+ * camera is deliberately NOT recaptured on the poll cadence — every
19221
+ * capture is a camera hit that would keep it out of sleep — so its
19222
+ * cached frame legitimately ages past the currency ceiling while
19223
+ * nothing is streaming. A surface must keep painting it (a fresh
19224
+ * frame is captured at each wake), not blank to "unavailable". */
19225
+ battery: boolean()
19219
19226
  })));
19220
19227
  /**
19221
19228
  * `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-mqtt-broker",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "MQTT broker registry addon for CamStack — manages external broker entries + an optional embedded aedes broker. Consumers spin up their own `mqtt.js` clients via the `mqtt-broker` cap.",
5
5
  "keywords": [
6
6
  "camstack",