@camstack/addon-provider-reolink 1.2.127 → 1.2.128

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
@@ -152600,6 +152600,7 @@ var ReolinkCamera = class ReolinkCamera extends BaseDevice {
152600
152600
  ...buildEmptyState(),
152601
152601
  lastFetchedAt: Date.now()
152602
152602
  });
152603
+ else this.runtimeState.patchCapState(CAP_NAME, { supportedClasses: buildSupportedClasses() });
152603
152604
  this.ctx.logger.info("Reolink native-object-detection cap registered", { tags: { deviceId: this.id } });
152604
152605
  }
152605
152606
  /**
package/dist/addon.mjs CHANGED
@@ -152595,6 +152595,7 @@ var ReolinkCamera = class ReolinkCamera extends BaseDevice {
152595
152595
  ...buildEmptyState(),
152596
152596
  lastFetchedAt: Date.now()
152597
152597
  });
152598
+ else this.runtimeState.patchCapState(CAP_NAME, { supportedClasses: buildSupportedClasses() });
152598
152599
  this.ctx.logger.info("Reolink native-object-detection cap registered", { tags: { deviceId: this.id } });
152599
152600
  }
152600
152601
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-reolink",
3
- "version": "1.2.127",
3
+ "version": "1.2.128",
4
4
  "description": "Reolink camera device provider addon for CamStack — native Baichuan protocol",
5
5
  "keywords": [
6
6
  "camstack",