@camstack/addon-import-alexa 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
|
@@ -20465,6 +20465,14 @@ var ClipSchema = object({
|
|
|
20465
20465
|
endMs: number()
|
|
20466
20466
|
}),
|
|
20467
20467
|
/**
|
|
20468
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20469
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20470
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20471
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20472
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20473
|
+
*/
|
|
20474
|
+
labels: array(string()).max(3).optional(),
|
|
20475
|
+
/**
|
|
20468
20476
|
* Lazy thumbnail URL, never inlined.
|
|
20469
20477
|
*
|
|
20470
20478
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -20465,6 +20465,14 @@ var ClipSchema = object({
|
|
|
20465
20465
|
endMs: number()
|
|
20466
20466
|
}),
|
|
20467
20467
|
/**
|
|
20468
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
20469
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
20470
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
20471
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
20472
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
20473
|
+
*/
|
|
20474
|
+
labels: array(string()).max(3).optional(),
|
|
20475
|
+
/**
|
|
20468
20476
|
* Lazy thumbnail URL, never inlined.
|
|
20469
20477
|
*
|
|
20470
20478
|
* 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-import-alexa",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.21",
|
|
4
4
|
"description": "Alexa device-import provider for CamStack — imports the smart-home devices in a user's Alexa account via the unofficial alexa-remote2 cookie/token client (the inverse of the Alexa exporter)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|