@camstack/addon-provider-reolink 1.2.142 → 1.2.143
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
|
@@ -5386,7 +5386,7 @@ var ZodIssueCode = {
|
|
|
5386
5386
|
var ZodFirstPartyTypeKind;
|
|
5387
5387
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5388
5388
|
//#endregion
|
|
5389
|
-
//#region ../types/dist/sleep-
|
|
5389
|
+
//#region ../types/dist/sleep-GU_us3DG.mjs
|
|
5390
5390
|
/**
|
|
5391
5391
|
* The audio chunk plane's byte format, and the ONE expansion from a coded
|
|
5392
5392
|
* window to float samples (D455).
|
|
@@ -29652,11 +29652,15 @@ var motionTriggerCapability = {
|
|
|
29652
29652
|
*
|
|
29653
29653
|
* Adding a fifth name to that list would have been the wrong fix twice over:
|
|
29654
29654
|
* that page is per-camera DETECTION tuning, and a grid's geometry belongs
|
|
29655
|
-
* beside PTZ and motion zones on the camera itself
|
|
29656
|
-
*
|
|
29657
|
-
*
|
|
29658
|
-
*
|
|
29659
|
-
*
|
|
29655
|
+
* beside PTZ and motion zones on the camera itself. The device page is
|
|
29656
|
+
* BINDING-driven (D12), so the way in is a capability bound to the device —
|
|
29657
|
+
* and this cap carries its section the way `recording` does, by RETURNING it
|
|
29658
|
+
* from `getDeviceSettingsContribution`.
|
|
29659
|
+
*
|
|
29660
|
+
* Seven other widgets are still declared the other way, through a
|
|
29661
|
+
* `deviceConfig.ui` block the framework derives a section from. That route
|
|
29662
|
+
* gives the addon no say in where its own panel lands and no way to decline
|
|
29663
|
+
* for a device the panel does not suit, which is why this one does not use it.
|
|
29660
29664
|
*
|
|
29661
29665
|
* ## Why one addon may implement it
|
|
29662
29666
|
*
|
package/dist/addon.mjs
CHANGED
|
@@ -5381,7 +5381,7 @@ var ZodIssueCode = {
|
|
|
5381
5381
|
var ZodFirstPartyTypeKind;
|
|
5382
5382
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
5383
5383
|
//#endregion
|
|
5384
|
-
//#region ../types/dist/sleep-
|
|
5384
|
+
//#region ../types/dist/sleep-GU_us3DG.mjs
|
|
5385
5385
|
/**
|
|
5386
5386
|
* The audio chunk plane's byte format, and the ONE expansion from a coded
|
|
5387
5387
|
* window to float samples (D455).
|
|
@@ -29647,11 +29647,15 @@ var motionTriggerCapability = {
|
|
|
29647
29647
|
*
|
|
29648
29648
|
* Adding a fifth name to that list would have been the wrong fix twice over:
|
|
29649
29649
|
* that page is per-camera DETECTION tuning, and a grid's geometry belongs
|
|
29650
|
-
* beside PTZ and motion zones on the camera itself
|
|
29651
|
-
*
|
|
29652
|
-
*
|
|
29653
|
-
*
|
|
29654
|
-
*
|
|
29650
|
+
* beside PTZ and motion zones on the camera itself. The device page is
|
|
29651
|
+
* BINDING-driven (D12), so the way in is a capability bound to the device —
|
|
29652
|
+
* and this cap carries its section the way `recording` does, by RETURNING it
|
|
29653
|
+
* from `getDeviceSettingsContribution`.
|
|
29654
|
+
*
|
|
29655
|
+
* Seven other widgets are still declared the other way, through a
|
|
29656
|
+
* `deviceConfig.ui` block the framework derives a section from. That route
|
|
29657
|
+
* gives the addon no say in where its own panel lands and no way to decline
|
|
29658
|
+
* for a device the panel does not suit, which is why this one does not use it.
|
|
29655
29659
|
*
|
|
29656
29660
|
* ## Why one addon may implement it
|
|
29657
29661
|
*
|