@camstack/addon-export-hap 1.2.36 → 1.2.37

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.
@@ -84,7 +84,7 @@ function carryForward(base, existing, keys) {
84
84
  return out;
85
85
  }
86
86
  //#endregion
87
- //#region ../types/dist/event-category-XfKNtfCc.mjs
87
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
88
88
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
89
89
  EventCategory["SystemBoot"] = "system.boot";
90
90
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -100,6 +100,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
100
100
  */
101
101
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
102
102
  /**
103
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
104
+ * Emitted only when the material on disk actually changed, so an
105
+ * operator who trusted the old certificate by hand is told rather than
106
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
107
+ *
108
+ * Rule: docs/decisions/adr-0227-*.md
109
+ */
110
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
111
+ /**
103
112
  * A newer addon or server-root package version was found by the
104
113
  * authoritative registry check. Emitted once when any observed
105
114
  * `latestVersion` changes (or a package/node first appears behind);
@@ -72,7 +72,7 @@ function carryForward(base, existing, keys) {
72
72
  return out;
73
73
  }
74
74
  //#endregion
75
- //#region ../types/dist/event-category-XfKNtfCc.mjs
75
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
76
76
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
77
77
  EventCategory["SystemBoot"] = "system.boot";
78
78
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -88,6 +88,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
88
88
  */
89
89
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
90
90
  /**
91
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
92
+ * Emitted only when the material on disk actually changed, so an
93
+ * operator who trusted the old certificate by hand is told rather than
94
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
95
+ *
96
+ * Rule: docs/decisions/adr-0227-*.md
97
+ */
98
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
99
+ /**
91
100
  * A newer addon or server-root package version was found by the
92
101
  * authoritative registry check. Emitted once when any observed
93
102
  * `latestVersion` changes (or a package/node first appears behind);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-hap",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "description": "HomeKit (HAP) exporter for CamStack devices. Publishes each exposed device as its own HomeKit accessory: cameras and doorbells with SRTP streaming, HomeKit Secure Video, motion, two-way audio, PTZ and battery; switches, lights, locks and sensors through a capability→service table.",
5
5
  "keywords": [
6
6
  "camstack",