@camstack/addon-provider-homematic 1.0.1 → 1.0.3

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
@@ -15059,7 +15059,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15059
15059
  * rebuilds without manual reload.
15060
15060
  *
15061
15061
  * The hub-local builtin `addon-pages-aggregator` (see
15062
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15062
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15063
15063
  * provider. Splitting the public aggregator from the raw collection
15064
15064
  * keeps both ends in codegen — there's no hand-written
15065
15065
  * `addon-pages.router.ts` wrapper anymore.
@@ -15242,7 +15242,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15242
15242
  * manual reload — same scheme used by `addon-pages`.
15243
15243
  *
15244
15244
  * The hub-local builtin `addon-widgets-aggregator` (see
15245
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15245
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15246
15246
  * provider. Splitting the public aggregator from the raw collection
15247
15247
  * keeps both ends in codegen — there's no hand-written wrapper.
15248
15248
  */
@@ -17953,7 +17953,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
17953
17953
  * clients — they reverse-connect to the hub. Exposing their interfaces
17954
17954
  * via the same surface would leak internal topology with no upside.
17955
17955
  *
17956
- * Implementation in `@camstack/core/builtins/local-network/`.
17956
+ * Implementation in `@camstack/system/builtins/local-network/`.
17957
17957
  */
17958
17958
  /** Coarse classification derived from the interface name + IP range. */
17959
17959
  var InterfaceKindEnum = _enum([
@@ -18500,7 +18500,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
18500
18500
  * jitter, and observed/peak bandwidth per device + per client.
18501
18501
  *
18502
18502
  * Implementation lives in the server's `NetworkQualityService` (thin
18503
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
18503
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
18504
18504
  * The provider is registered from `trpc.router.ts` against the existing
18505
18505
  * service instance — no addon owns this state.
18506
18506
  *
package/dist/addon.mjs CHANGED
@@ -15060,7 +15060,7 @@ method(_void(), DeviceExportStatusSchema), method(_void(), array(DeviceKindSchem
15060
15060
  * rebuilds without manual reload.
15061
15061
  *
15062
15062
  * The hub-local builtin `addon-pages-aggregator` (see
15063
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
15063
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
15064
15064
  * provider. Splitting the public aggregator from the raw collection
15065
15065
  * keeps both ends in codegen — there's no hand-written
15066
15066
  * `addon-pages.router.ts` wrapper anymore.
@@ -15243,7 +15243,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
15243
15243
  * manual reload — same scheme used by `addon-pages`.
15244
15244
  *
15245
15245
  * The hub-local builtin `addon-widgets-aggregator` (see
15246
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
15246
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
15247
15247
  * provider. Splitting the public aggregator from the raw collection
15248
15248
  * keeps both ends in codegen — there's no hand-written wrapper.
15249
15249
  */
@@ -17954,7 +17954,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
17954
17954
  * clients — they reverse-connect to the hub. Exposing their interfaces
17955
17955
  * via the same surface would leak internal topology with no upside.
17956
17956
  *
17957
- * Implementation in `@camstack/core/builtins/local-network/`.
17957
+ * Implementation in `@camstack/system/builtins/local-network/`.
17958
17958
  */
17959
17959
  /** Coarse classification derived from the interface name + IP range. */
17960
17960
  var InterfaceKindEnum = _enum([
@@ -18501,7 +18501,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
18501
18501
  * jitter, and observed/peak bandwidth per device + per client.
18502
18502
  *
18503
18503
  * Implementation lives in the server's `NetworkQualityService` (thin
18504
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
18504
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
18505
18505
  * The provider is registered from `trpc.router.ts` against the existing
18506
18506
  * service instance — no addon owns this state.
18507
18507
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-homematic",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Homematic / HomematicIP (CCU3 / RaspberryMatic) device-provider addon for CamStack — wraps the nodehomematic library",
5
5
  "keywords": [
6
6
  "camstack",
@@ -74,7 +74,7 @@
74
74
  "nodehomematic": "^0.4.0"
75
75
  },
76
76
  "peerDependencies": {
77
- "@camstack/types": "^0.1.0",
77
+ "@camstack/types": "*",
78
78
  "zod": "^4.3.6"
79
79
  },
80
80
  "devDependencies": {