@camstack/addon-provider-rademacher 0.2.55 → 0.2.56
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 +15 -1
- package/dist/addon.mjs +15 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -20555,7 +20555,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
|
|
|
20555
20555
|
/** Include stationary-promoted rows (parked objects handed to the
|
|
20556
20556
|
* stationary registry). Default false: the timeline lists passages,
|
|
20557
20557
|
* not parking records (operator decision, 2026-08-15). */
|
|
20558
|
-
includeStationary: boolean().optional()
|
|
20558
|
+
includeStationary: boolean().optional(),
|
|
20559
|
+
/**
|
|
20560
|
+
* Restrict to these track classes. ABSENT or EMPTY means no filter.
|
|
20561
|
+
*
|
|
20562
|
+
* Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
|
|
20563
|
+
* on a day of rows already downloaded. The zone filter had been moved
|
|
20564
|
+
* here for exactly that reason — and it is also what lets the rows come
|
|
20565
|
+
* back `slim` — but the class filter was left behind, so a narrow
|
|
20566
|
+
* selection was still a wide read followed by a wide discard.
|
|
20567
|
+
*
|
|
20568
|
+
* Empty is "show all", not "nothing matches": a chip row with nothing
|
|
20569
|
+
* selected is an operator who has not narrowed anything, and an empty
|
|
20570
|
+
* timeline would read as a camera that saw nothing.
|
|
20571
|
+
*/
|
|
20572
|
+
classes: array(string()).optional()
|
|
20559
20573
|
}), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
|
|
20560
20574
|
kind: "mutation",
|
|
20561
20575
|
auth: "admin"
|
package/dist/addon.mjs
CHANGED
|
@@ -20554,7 +20554,21 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
|
|
|
20554
20554
|
/** Include stationary-promoted rows (parked objects handed to the
|
|
20555
20555
|
* stationary registry). Default false: the timeline lists passages,
|
|
20556
20556
|
* not parking records (operator decision, 2026-08-15). */
|
|
20557
|
-
includeStationary: boolean().optional()
|
|
20557
|
+
includeStationary: boolean().optional(),
|
|
20558
|
+
/**
|
|
20559
|
+
* Restrict to these track classes. ABSENT or EMPTY means no filter.
|
|
20560
|
+
*
|
|
20561
|
+
* Added 2026-09-03: the timeline's class chips filtered in the CLIENT,
|
|
20562
|
+
* on a day of rows already downloaded. The zone filter had been moved
|
|
20563
|
+
* here for exactly that reason — and it is also what lets the rows come
|
|
20564
|
+
* back `slim` — but the class filter was left behind, so a narrow
|
|
20565
|
+
* selection was still a wide read followed by a wide discard.
|
|
20566
|
+
*
|
|
20567
|
+
* Empty is "show all", not "nothing matches": a chip row with nothing
|
|
20568
|
+
* selected is an operator who has not narrowed anything, and an empty
|
|
20569
|
+
* timeline would read as a camera that saw nothing.
|
|
20570
|
+
*/
|
|
20571
|
+
classes: array(string()).optional()
|
|
20558
20572
|
}), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
|
|
20559
20573
|
kind: "mutation",
|
|
20560
20574
|
auth: "admin"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-provider-rademacher",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.56",
|
|
4
4
|
"description": "Rademacher HomePilot device-provider addon for CamStack — wraps the @apocaliss92/noderademacher local-hub client (roller shutters over the cover cap)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|