@camstack/addon-provider-wyze 0.2.24 → 0.2.25
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
|
@@ -20375,6 +20375,14 @@ var ClipSchema = object({
|
|
|
20375
20375
|
endMs: number()
|
|
20376
20376
|
}),
|
|
20377
20377
|
/**
|
|
20378
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20379
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20380
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20381
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20382
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20383
|
+
*/
|
|
20384
|
+
labels: array(string()).max(3).optional(),
|
|
20385
|
+
/**
|
|
20378
20386
|
* Lazy thumbnail URL, never inlined.
|
|
20379
20387
|
*
|
|
20380
20388
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -20354,6 +20354,14 @@ var ClipSchema = object({
|
|
|
20354
20354
|
endMs: number()
|
|
20355
20355
|
}),
|
|
20356
20356
|
/**
|
|
20357
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20358
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20359
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20360
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20361
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20362
|
+
*/
|
|
20363
|
+
labels: array(string()).max(3).optional(),
|
|
20364
|
+
/**
|
|
20357
20365
|
* Lazy thumbnail URL, never inlined.
|
|
20358
20366
|
*
|
|
20359
20367
|
* 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-wyze",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"description": "Wyze camera device-provider addon for CamStack — wraps the @apocaliss92/wyze-bridge-js P2P/DTLS client, feeding the stream-broker via the pull-rfc4571 lazy-publish path (a structural twin of addon-provider-reolink)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|