@camstack/addon-provider-tuya 0.2.25 → 0.2.26

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
@@ -819,7 +819,7 @@ async function discoverDevices(options = {}, binder = createDgramBinder()) {
819
819
  return [...byId.values()];
820
820
  }
821
821
  //#endregion
822
- //#region ../types/dist/event-category-XfKNtfCc.mjs
822
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
823
823
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
824
824
  EventCategory["SystemBoot"] = "system.boot";
825
825
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -835,6 +835,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
835
835
  */
836
836
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
837
837
  /**
838
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
839
+ * Emitted only when the material on disk actually changed, so an
840
+ * operator who trusted the old certificate by hand is told rather than
841
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
842
+ *
843
+ * Rule: docs/decisions/adr-0227-*.md
844
+ */
845
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
846
+ /**
838
847
  * A newer addon or server-root package version was found by the
839
848
  * authoritative registry check. Emitted once when any observed
840
849
  * `latestVersion` changes (or a package/node first appears behind);
package/dist/addon.mjs CHANGED
@@ -818,7 +818,7 @@ async function discoverDevices(options = {}, binder = createDgramBinder()) {
818
818
  return [...byId.values()];
819
819
  }
820
820
  //#endregion
821
- //#region ../types/dist/event-category-XfKNtfCc.mjs
821
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
822
822
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
823
823
  EventCategory["SystemBoot"] = "system.boot";
824
824
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -834,6 +834,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
834
834
  */
835
835
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
836
836
  /**
837
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
838
+ * Emitted only when the material on disk actually changed, so an
839
+ * operator who trusted the old certificate by hand is told rather than
840
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
841
+ *
842
+ * Rule: docs/decisions/adr-0227-*.md
843
+ */
844
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
845
+ /**
837
846
  * A newer addon or server-root package version was found by the
838
847
  * authoritative registry check. Emitted once when any observed
839
848
  * `latestVersion` changes (or a package/node first appears behind);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-tuya",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "description": "Tuya / Smart Life device-provider addon for CamStack — account-onboarded (Tuya IoT cloud fetch of device localKeys) + LOCAL DP control via the @apocaliss92/nodetuya encrypted-LAN client, exposing switch / water-heater-family kettle entities",
5
5
  "keywords": [
6
6
  "camstack",