@camstack/addon-provider-dreo 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
|
@@ -20275,6 +20275,14 @@ var ClipSchema = object({
|
|
|
20275
20275
|
endMs: number()
|
|
20276
20276
|
}),
|
|
20277
20277
|
/**
|
|
20278
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20279
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20280
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20281
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20282
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20283
|
+
*/
|
|
20284
|
+
labels: array(string()).max(3).optional(),
|
|
20285
|
+
/**
|
|
20278
20286
|
* Lazy thumbnail URL, never inlined.
|
|
20279
20287
|
*
|
|
20280
20288
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -20276,6 +20276,14 @@ var ClipSchema = object({
|
|
|
20276
20276
|
endMs: number()
|
|
20277
20277
|
}),
|
|
20278
20278
|
/**
|
|
20279
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20280
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20281
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20282
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20283
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20284
|
+
*/
|
|
20285
|
+
labels: array(string()).max(3).optional(),
|
|
20286
|
+
/**
|
|
20279
20287
|
* Lazy thumbnail URL, never inlined.
|
|
20280
20288
|
*
|
|
20281
20289
|
* 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-dreo",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"description": "Dreo smart-device (fan / air-circulator / purifier / heater / humidifier) device-provider addon for CamStack — wraps the @apocaliss92/nodedreo Dreo cloud client (REST + WebSocket)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|