@camstack/addon-provider-rtsp 1.2.114 → 1.2.115
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 +10 -6
- package/dist/addon.mjs +10 -6
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -5384,7 +5384,7 @@ var ZodIssueCode = {
|
|
|
5384
5384
|
var ZodFirstPartyTypeKind;
|
|
5385
5385
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5386
5386
|
//#endregion
|
|
5387
|
-
//#region ../types/dist/sleep-
|
|
5387
|
+
//#region ../types/dist/sleep-GU_us3DG.mjs
|
|
5388
5388
|
/**
|
|
5389
5389
|
* The audio chunk plane's byte format, and the ONE expansion from a coded
|
|
5390
5390
|
* window to float samples (D455).
|
|
@@ -29072,11 +29072,15 @@ var motionTriggerCapability = {
|
|
|
29072
29072
|
*
|
|
29073
29073
|
* Adding a fifth name to that list would have been the wrong fix twice over:
|
|
29074
29074
|
* that page is per-camera DETECTION tuning, and a grid's geometry belongs
|
|
29075
|
-
* beside PTZ and motion zones on the camera itself
|
|
29076
|
-
*
|
|
29077
|
-
*
|
|
29078
|
-
*
|
|
29079
|
-
*
|
|
29075
|
+
* beside PTZ and motion zones on the camera itself. The device page is
|
|
29076
|
+
* BINDING-driven (D12), so the way in is a capability bound to the device —
|
|
29077
|
+
* and this cap carries its section the way `recording` does, by RETURNING it
|
|
29078
|
+
* from `getDeviceSettingsContribution`.
|
|
29079
|
+
*
|
|
29080
|
+
* Seven other widgets are still declared the other way, through a
|
|
29081
|
+
* `deviceConfig.ui` block the framework derives a section from. That route
|
|
29082
|
+
* gives the addon no say in where its own panel lands and no way to decline
|
|
29083
|
+
* for a device the panel does not suit, which is why this one does not use it.
|
|
29080
29084
|
*
|
|
29081
29085
|
* ## Why one addon may implement it
|
|
29082
29086
|
*
|
package/dist/addon.mjs
CHANGED
|
@@ -5360,7 +5360,7 @@ var ZodIssueCode = {
|
|
|
5360
5360
|
var ZodFirstPartyTypeKind;
|
|
5361
5361
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5362
5362
|
//#endregion
|
|
5363
|
-
//#region ../types/dist/sleep-
|
|
5363
|
+
//#region ../types/dist/sleep-GU_us3DG.mjs
|
|
5364
5364
|
/**
|
|
5365
5365
|
* The audio chunk plane's byte format, and the ONE expansion from a coded
|
|
5366
5366
|
* window to float samples (D455).
|
|
@@ -29048,11 +29048,15 @@ var motionTriggerCapability = {
|
|
|
29048
29048
|
*
|
|
29049
29049
|
* Adding a fifth name to that list would have been the wrong fix twice over:
|
|
29050
29050
|
* that page is per-camera DETECTION tuning, and a grid's geometry belongs
|
|
29051
|
-
* beside PTZ and motion zones on the camera itself
|
|
29052
|
-
*
|
|
29053
|
-
*
|
|
29054
|
-
*
|
|
29055
|
-
*
|
|
29051
|
+
* beside PTZ and motion zones on the camera itself. The device page is
|
|
29052
|
+
* BINDING-driven (D12), so the way in is a capability bound to the device —
|
|
29053
|
+
* and this cap carries its section the way `recording` does, by RETURNING it
|
|
29054
|
+
* from `getDeviceSettingsContribution`.
|
|
29055
|
+
*
|
|
29056
|
+
* Seven other widgets are still declared the other way, through a
|
|
29057
|
+
* `deviceConfig.ui` block the framework derives a section from. That route
|
|
29058
|
+
* gives the addon no say in where its own panel lands and no way to decline
|
|
29059
|
+
* for a device the panel does not suit, which is why this one does not use it.
|
|
29056
29060
|
*
|
|
29057
29061
|
* ## Why one addon may implement it
|
|
29058
29062
|
*
|