@camstack/addon-provider-unifi 0.2.21 → 0.2.22
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
|
@@ -20222,6 +20222,14 @@ var ClipSchema = object({
|
|
|
20222
20222
|
endMs: number()
|
|
20223
20223
|
}),
|
|
20224
20224
|
/**
|
|
20225
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20226
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20227
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20228
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20229
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20230
|
+
*/
|
|
20231
|
+
labels: array(string()).max(3).optional(),
|
|
20232
|
+
/**
|
|
20225
20233
|
* Lazy thumbnail URL, never inlined.
|
|
20226
20234
|
*
|
|
20227
20235
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -20221,6 +20221,14 @@ var ClipSchema = object({
|
|
|
20221
20221
|
endMs: number()
|
|
20222
20222
|
}),
|
|
20223
20223
|
/**
|
|
20224
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20225
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20226
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20227
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20228
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20229
|
+
*/
|
|
20230
|
+
labels: array(string()).max(3).optional(),
|
|
20231
|
+
/**
|
|
20224
20232
|
* Lazy thumbnail URL, never inlined.
|
|
20225
20233
|
*
|
|
20226
20234
|
* 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-unifi",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"description": "UniFi Network controller device-provider addon for CamStack — local-controller infra switches/APs (as containers) + network-client presence. NO cameras/Protect.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|