@camstack/addon-export-ha-mqtt 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.
@@ -12268,7 +12268,7 @@ var deviceExportCapability = {
12268
12268
  * rebuilds without manual reload.
12269
12269
  *
12270
12270
  * The hub-local builtin `addon-pages-aggregator` (see
12271
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12271
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12272
12272
  * provider. Splitting the public aggregator from the raw collection
12273
12273
  * keeps both ends in codegen — there's no hand-written
12274
12274
  * `addon-pages.router.ts` wrapper anymore.
@@ -12451,7 +12451,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
12451
12451
  * manual reload — same scheme used by `addon-pages`.
12452
12452
  *
12453
12453
  * The hub-local builtin `addon-widgets-aggregator` (see
12454
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12454
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12455
12455
  * provider. Splitting the public aggregator from the raw collection
12456
12456
  * keeps both ends in codegen — there's no hand-written wrapper.
12457
12457
  */
@@ -15162,7 +15162,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15162
15162
  * clients — they reverse-connect to the hub. Exposing their interfaces
15163
15163
  * via the same surface would leak internal topology with no upside.
15164
15164
  *
15165
- * Implementation in `@camstack/core/builtins/local-network/`.
15165
+ * Implementation in `@camstack/system/builtins/local-network/`.
15166
15166
  */
15167
15167
  /** Coarse classification derived from the interface name + IP range. */
15168
15168
  var InterfaceKindEnum = _enum([
@@ -15709,7 +15709,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
15709
15709
  * jitter, and observed/peak bandwidth per device + per client.
15710
15710
  *
15711
15711
  * Implementation lives in the server's `NetworkQualityService` (thin
15712
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
15712
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
15713
15713
  * The provider is registered from `trpc.router.ts` against the existing
15714
15714
  * service instance — no addon owns this state.
15715
15715
  *
@@ -12266,7 +12266,7 @@ var deviceExportCapability = {
12266
12266
  * rebuilds without manual reload.
12267
12267
  *
12268
12268
  * The hub-local builtin `addon-pages-aggregator` (see
12269
- * `@camstack/core/builtins/addon-pages-aggregator`) registers the
12269
+ * `@camstack/system/builtins/addon-pages-aggregator`) registers the
12270
12270
  * provider. Splitting the public aggregator from the raw collection
12271
12271
  * keeps both ends in codegen — there's no hand-written
12272
12272
  * `addon-pages.router.ts` wrapper anymore.
@@ -12449,7 +12449,7 @@ method(_void(), array(WidgetMetadataSchema).readonly());
12449
12449
  * manual reload — same scheme used by `addon-pages`.
12450
12450
  *
12451
12451
  * The hub-local builtin `addon-widgets-aggregator` (see
12452
- * `@camstack/core/builtins/addon-widgets-aggregator`) registers the
12452
+ * `@camstack/system/builtins/addon-widgets-aggregator`) registers the
12453
12453
  * provider. Splitting the public aggregator from the raw collection
12454
12454
  * keeps both ends in codegen — there's no hand-written wrapper.
12455
12455
  */
@@ -15160,7 +15160,7 @@ method(_void(), PlatformCapabilitiesSchema), method(_void(), HardwareInfoSchema)
15160
15160
  * clients — they reverse-connect to the hub. Exposing their interfaces
15161
15161
  * via the same surface would leak internal topology with no upside.
15162
15162
  *
15163
- * Implementation in `@camstack/core/builtins/local-network/`.
15163
+ * Implementation in `@camstack/system/builtins/local-network/`.
15164
15164
  */
15165
15165
  /** Coarse classification derived from the interface name + IP range. */
15166
15166
  var InterfaceKindEnum = _enum([
@@ -15707,7 +15707,7 @@ method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), met
15707
15707
  * jitter, and observed/peak bandwidth per device + per client.
15708
15708
  *
15709
15709
  * Implementation lives in the server's `NetworkQualityService` (thin
15710
- * wrapper over the shared `NetworkQualityTracker` from `@camstack/core`).
15710
+ * wrapper over the shared `NetworkQualityTracker` from `@camstack/system`).
15711
15711
  * The provider is registered from `trpc.router.ts` against the existing
15712
15712
  * service instance — no addon owns this state.
15713
15713
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-ha-mqtt",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "HomeAssistant MQTT discovery exporter for CamStack devices. Publishes discovery topics so HA auto-creates entities for exposed cameras/switches/intercoms/sensors.",
5
5
  "keywords": [
6
6
  "camstack",
@@ -54,7 +54,7 @@
54
54
  "typecheck": "tsc --noEmit"
55
55
  },
56
56
  "peerDependencies": {
57
- "@camstack/types": "^0.1.0"
57
+ "@camstack/types": "*"
58
58
  },
59
59
  "dependencies": {
60
60
  "mqtt": "^5.10.0",