@camstack/addon-provider-dreame 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
|
@@ -70744,6 +70744,14 @@ var ClipSchema = object({
|
|
|
70744
70744
|
endMs: number()
|
|
70745
70745
|
}),
|
|
70746
70746
|
/**
|
|
70747
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
70748
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
70749
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
70750
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
70751
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
70752
|
+
*/
|
|
70753
|
+
labels: array(string()).max(3).optional(),
|
|
70754
|
+
/**
|
|
70747
70755
|
* Lazy thumbnail URL, never inlined.
|
|
70748
70756
|
*
|
|
70749
70757
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -70744,6 +70744,14 @@ var ClipSchema = object({
|
|
|
70744
70744
|
endMs: number()
|
|
70745
70745
|
}),
|
|
70746
70746
|
/**
|
|
70747
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
70748
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
70749
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
70750
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
70751
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
70752
|
+
*/
|
|
70753
|
+
labels: array(string()).max(3).optional(),
|
|
70754
|
+
/**
|
|
70747
70755
|
* Lazy thumbnail URL, never inlined.
|
|
70748
70756
|
*
|
|
70749
70757
|
* 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-dreame",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"description": "Dreame robot-vacuum / lawn-mower device-provider addon for CamStack — wraps the @apocaliss92/nodedreame Dreamehome cloud client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|