@camstack/addon-provider-tuya 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
|
@@ -21059,6 +21059,14 @@ var ClipSchema = object({
|
|
|
21059
21059
|
endMs: number()
|
|
21060
21060
|
}),
|
|
21061
21061
|
/**
|
|
21062
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
21063
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
21064
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
21065
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
21066
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
21067
|
+
*/
|
|
21068
|
+
labels: array(string()).max(3).optional(),
|
|
21069
|
+
/**
|
|
21062
21070
|
* Lazy thumbnail URL, never inlined.
|
|
21063
21071
|
*
|
|
21064
21072
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
package/dist/addon.mjs
CHANGED
|
@@ -21058,6 +21058,14 @@ var ClipSchema = object({
|
|
|
21058
21058
|
endMs: number()
|
|
21059
21059
|
}),
|
|
21060
21060
|
/**
|
|
21061
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
21062
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
21063
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
21064
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
21065
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
21066
|
+
*/
|
|
21067
|
+
labels: array(string()).max(3).optional(),
|
|
21068
|
+
/**
|
|
21061
21069
|
* Lazy thumbnail URL, never inlined.
|
|
21062
21070
|
*
|
|
21063
21071
|
* 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-tuya",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.22",
|
|
4
4
|
"description": "Tuya / Smart Life device-provider addon for CamStack — account-onboarded (Tuya IoT cloud fetch of device localKeys) + LOCAL DP control via the @apocaliss92/nodetuya encrypted-LAN client, exposing switch / water-heater-family kettle entities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|