@camstack/addon-provider-onvif 1.2.113 → 1.2.114
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
|
@@ -5363,7 +5363,7 @@ var ZodIssueCode = {
|
|
|
5363
5363
|
var ZodFirstPartyTypeKind;
|
|
5364
5364
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5365
5365
|
//#endregion
|
|
5366
|
-
//#region ../types/dist/sleep-
|
|
5366
|
+
//#region ../types/dist/sleep-GU_us3DG.mjs
|
|
5367
5367
|
/**
|
|
5368
5368
|
* The audio chunk plane's byte format, and the ONE expansion from a coded
|
|
5369
5369
|
* window to float samples (D455).
|
|
@@ -27380,11 +27380,15 @@ DeviceType.Light, DeviceType.Siren, DeviceType.Switch, method(object({
|
|
|
27380
27380
|
*
|
|
27381
27381
|
* Adding a fifth name to that list would have been the wrong fix twice over:
|
|
27382
27382
|
* that page is per-camera DETECTION tuning, and a grid's geometry belongs
|
|
27383
|
-
* beside PTZ and motion zones on the camera itself
|
|
27384
|
-
*
|
|
27385
|
-
*
|
|
27386
|
-
*
|
|
27387
|
-
*
|
|
27383
|
+
* beside PTZ and motion zones on the camera itself. The device page is
|
|
27384
|
+
* BINDING-driven (D12), so the way in is a capability bound to the device —
|
|
27385
|
+
* and this cap carries its section the way `recording` does, by RETURNING it
|
|
27386
|
+
* from `getDeviceSettingsContribution`.
|
|
27387
|
+
*
|
|
27388
|
+
* Seven other widgets are still declared the other way, through a
|
|
27389
|
+
* `deviceConfig.ui` block the framework derives a section from. That route
|
|
27390
|
+
* gives the addon no say in where its own panel lands and no way to decline
|
|
27391
|
+
* for a device the panel does not suit, which is why this one does not use it.
|
|
27388
27392
|
*
|
|
27389
27393
|
* ## Why one addon may implement it
|
|
27390
27394
|
*
|
package/dist/addon.mjs
CHANGED
|
@@ -5364,7 +5364,7 @@ var ZodIssueCode = {
|
|
|
5364
5364
|
var ZodFirstPartyTypeKind;
|
|
5365
5365
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5366
5366
|
//#endregion
|
|
5367
|
-
//#region ../types/dist/sleep-
|
|
5367
|
+
//#region ../types/dist/sleep-GU_us3DG.mjs
|
|
5368
5368
|
/**
|
|
5369
5369
|
* The audio chunk plane's byte format, and the ONE expansion from a coded
|
|
5370
5370
|
* window to float samples (D455).
|
|
@@ -27381,11 +27381,15 @@ DeviceType.Light, DeviceType.Siren, DeviceType.Switch, method(object({
|
|
|
27381
27381
|
*
|
|
27382
27382
|
* Adding a fifth name to that list would have been the wrong fix twice over:
|
|
27383
27383
|
* that page is per-camera DETECTION tuning, and a grid's geometry belongs
|
|
27384
|
-
* beside PTZ and motion zones on the camera itself
|
|
27385
|
-
*
|
|
27386
|
-
*
|
|
27387
|
-
*
|
|
27388
|
-
*
|
|
27384
|
+
* beside PTZ and motion zones on the camera itself. The device page is
|
|
27385
|
+
* BINDING-driven (D12), so the way in is a capability bound to the device —
|
|
27386
|
+
* and this cap carries its section the way `recording` does, by RETURNING it
|
|
27387
|
+
* from `getDeviceSettingsContribution`.
|
|
27388
|
+
*
|
|
27389
|
+
* Seven other widgets are still declared the other way, through a
|
|
27390
|
+
* `deviceConfig.ui` block the framework derives a section from. That route
|
|
27391
|
+
* gives the addon no say in where its own panel lands and no way to decline
|
|
27392
|
+
* for a device the panel does not suit, which is why this one does not use it.
|
|
27389
27393
|
*
|
|
27390
27394
|
* ## Why one addon may implement it
|
|
27391
27395
|
*
|