@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 CHANGED
@@ -5363,7 +5363,7 @@ var ZodIssueCode = {
5363
5363
  var ZodFirstPartyTypeKind;
5364
5364
  ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
5365
5365
  //#endregion
5366
- //#region ../types/dist/sleep-Bs3xPtSh.mjs
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 which is exactly where the
27384
- * framework already puts a widget, when the widget is declared on a CAPABILITY.
27385
- * `deviceConfig.ui` is the mechanism (`motion-zones`, `ptz`, `ptz-autotrack`
27386
- * all use it): the framework emits the structural section and the widget
27387
- * self-persists through the cap's own mutations.
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-Bs3xPtSh.mjs
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 which is exactly where the
27385
- * framework already puts a widget, when the widget is declared on a CAPABILITY.
27386
- * `deviceConfig.ui` is the mechanism (`motion-zones`, `ptz`, `ptz-autotrack`
27387
- * all use it): the framework emits the structural section and the widget
27388
- * self-persists through the cap's own mutations.
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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-onvif",
3
- "version": "1.2.113",
3
+ "version": "1.2.114",
4
4
  "description": "ONVIF camera device provider addon for CamStack",
5
5
  "keywords": [
6
6
  "camstack",