@camstack/addon-notifiers 1.2.23 → 1.2.24
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 +8 -1
- package/dist/addon.mjs +8 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -19311,7 +19311,14 @@ targets: array(object({
|
|
|
19311
19311
|
"sleeping",
|
|
19312
19312
|
"unreachable",
|
|
19313
19313
|
"waking"
|
|
19314
|
-
]).nullable()
|
|
19314
|
+
]).nullable(),
|
|
19315
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19316
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19317
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19318
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19319
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19320
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19321
|
+
battery: boolean()
|
|
19315
19322
|
})));
|
|
19316
19323
|
/**
|
|
19317
19324
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/addon.mjs
CHANGED
|
@@ -19284,7 +19284,14 @@ targets: array(object({
|
|
|
19284
19284
|
"sleeping",
|
|
19285
19285
|
"unreachable",
|
|
19286
19286
|
"waking"
|
|
19287
|
-
]).nullable()
|
|
19287
|
+
]).nullable(),
|
|
19288
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19289
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19290
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19291
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19292
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19293
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19294
|
+
battery: boolean()
|
|
19288
19295
|
})));
|
|
19289
19296
|
/**
|
|
19290
19297
|
* `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-notifiers",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.24",
|
|
4
4
|
"description": "System notifiers addon for CamStack — a `notification-output` collection provider hosting per-kind notifier adapters (ntfy, pushover, gotify, telegram, discord, webhook, zentik).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|