@camstack/addon-provider-rademacher 0.2.20 → 0.2.21
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 -0
- package/dist/addon.mjs +8 -0
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -21207,6 +21207,14 @@ var ClipSchema = object({
|
|
|
21207
21207
|
endMs: number()
|
|
21208
21208
|
}),
|
|
21209
21209
|
/**
|
|
21210
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
21211
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
21212
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
21213
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
21214
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
21215
|
+
*/
|
|
21216
|
+
labels: array(string()).max(3).optional(),
|
|
21217
|
+
/**
|
|
21210
21218
|
* Lazy thumbnail URL, never inlined.
|
|
21211
21219
|
*
|
|
21212
21220
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -21206,6 +21206,14 @@ var ClipSchema = object({
|
|
|
21206
21206
|
endMs: number()
|
|
21207
21207
|
}),
|
|
21208
21208
|
/**
|
|
21209
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
21210
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
21211
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
21212
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
21213
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
21214
|
+
*/
|
|
21215
|
+
labels: array(string()).max(3).optional(),
|
|
21216
|
+
/**
|
|
21209
21217
|
* Lazy thumbnail URL, never inlined.
|
|
21210
21218
|
*
|
|
21211
21219
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-rademacher",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.21",
|
|
4
4
|
"description": "Rademacher HomePilot device-provider addon for CamStack — wraps the @apocaliss92/noderademacher local-hub client (roller shutters over the cover cap)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|