@camstack/addon-provider-dreame 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
@@ -50504,7 +50504,7 @@ objectType({
50504
50504
  })
50505
50505
  });
50506
50506
  //#endregion
50507
- //#region ../types/dist/event-category-XfKNtfCc.mjs
50507
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
50508
50508
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
50509
50509
  EventCategory["SystemBoot"] = "system.boot";
50510
50510
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -50520,6 +50520,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
50520
50520
  */
50521
50521
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
50522
50522
  /**
50523
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
50524
+ * Emitted only when the material on disk actually changed, so an
50525
+ * operator who trusted the old certificate by hand is told rather than
50526
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
50527
+ *
50528
+ * Rule: docs/decisions/adr-0227-*.md
50529
+ */
50530
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
50531
+ /**
50523
50532
  * A newer addon or server-root package version was found by the
50524
50533
  * authoritative registry check. Emitted once when any observed
50525
50534
  * `latestVersion` changes (or a package/node first appears behind);
package/dist/addon.mjs CHANGED
@@ -50504,7 +50504,7 @@ objectType({
50504
50504
  })
50505
50505
  });
50506
50506
  //#endregion
50507
- //#region ../types/dist/event-category-XfKNtfCc.mjs
50507
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
50508
50508
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
50509
50509
  EventCategory["SystemBoot"] = "system.boot";
50510
50510
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -50520,6 +50520,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
50520
50520
  */
50521
50521
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
50522
50522
  /**
50523
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
50524
+ * Emitted only when the material on disk actually changed, so an
50525
+ * operator who trusted the old certificate by hand is told rather than
50526
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
50527
+ *
50528
+ * Rule: docs/decisions/adr-0227-*.md
50529
+ */
50530
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
50531
+ /**
50523
50532
  * A newer addon or server-root package version was found by the
50524
50533
  * authoritative registry check. Emitted once when any observed
50525
50534
  * `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-dreame",
3
- "version": "0.2.25",
3
+ "version": "0.2.26",
4
4
  "description": "Dreame robot-vacuum / lawn-mower device-provider addon for CamStack — wraps the @apocaliss92/nodedreame Dreamehome cloud client",
5
5
  "keywords": [
6
6
  "camstack",