@camstack/addon-export-ha-mqtt 1.1.23 → 1.1.24

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.
@@ -7272,6 +7272,24 @@ var RecordingRetentionSchema = object({
7272
7272
  maxSizeGb: number$1().min(0).optional()
7273
7273
  });
7274
7274
  /**
7275
+ * Scrub-thumbnail fidelity preset — the single per-camera selector bundling the
7276
+ * sprite tile RESOLUTION + JPEG QUALITY the recorder packs timeline-scrub
7277
+ * previews at. Five graduated steps; absent on a config = `standard` (the
7278
+ * shipped default, matching `sheet-geometry`/`sheet-composer`).
7279
+ *
7280
+ * Existing sheets are IMMUTABLE — a changed preset applies to NEW windows only.
7281
+ * Each window's index sidecar carries its own tile dims, so a camera whose
7282
+ * preset changed over time renders every historical window at the dims it was
7283
+ * written with.
7284
+ */
7285
+ var ScrubThumbnailPresetSchema = _enum([
7286
+ "minimal",
7287
+ "low",
7288
+ "standard",
7289
+ "high",
7290
+ "max"
7291
+ ]);
7292
+ /**
7275
7293
  * The full per-camera recording intent — the wire shape of a RecordingTarget.
7276
7294
  *
7277
7295
  * `mode` is the authoritative storage choice; `schedule`/`triggers`/`pre`/`post`
@@ -7308,7 +7326,14 @@ var RecordingConfigSchema = object({
7308
7326
  * derived into bands once via `migrateConfigToBands`.
7309
7327
  */
7310
7328
  bands: array(RecordingBandSchema).optional(),
7311
- retention: RecordingRetentionSchema.optional()
7329
+ retention: RecordingRetentionSchema.optional(),
7330
+ /**
7331
+ * Per-camera scrub-thumbnail fidelity preset (resolution + JPEG quality for
7332
+ * timeline-scrub sprite previews). Absent = `standard`. Applies to NEW
7333
+ * windows only — existing sheets are immutable, and each window's index
7334
+ * carries its own tile dims so mixed-preset history renders correctly.
7335
+ */
7336
+ scrubThumbnails: ScrubThumbnailPresetSchema.optional()
7312
7337
  });
7313
7338
  /**
7314
7339
  * `StorageLocationType` — an addon-declared id that identifies the *kind* of
@@ -7270,6 +7270,24 @@ var RecordingRetentionSchema = object({
7270
7270
  maxSizeGb: number$1().min(0).optional()
7271
7271
  });
7272
7272
  /**
7273
+ * Scrub-thumbnail fidelity preset — the single per-camera selector bundling the
7274
+ * sprite tile RESOLUTION + JPEG QUALITY the recorder packs timeline-scrub
7275
+ * previews at. Five graduated steps; absent on a config = `standard` (the
7276
+ * shipped default, matching `sheet-geometry`/`sheet-composer`).
7277
+ *
7278
+ * Existing sheets are IMMUTABLE — a changed preset applies to NEW windows only.
7279
+ * Each window's index sidecar carries its own tile dims, so a camera whose
7280
+ * preset changed over time renders every historical window at the dims it was
7281
+ * written with.
7282
+ */
7283
+ var ScrubThumbnailPresetSchema = _enum([
7284
+ "minimal",
7285
+ "low",
7286
+ "standard",
7287
+ "high",
7288
+ "max"
7289
+ ]);
7290
+ /**
7273
7291
  * The full per-camera recording intent — the wire shape of a RecordingTarget.
7274
7292
  *
7275
7293
  * `mode` is the authoritative storage choice; `schedule`/`triggers`/`pre`/`post`
@@ -7306,7 +7324,14 @@ var RecordingConfigSchema = object({
7306
7324
  * derived into bands once via `migrateConfigToBands`.
7307
7325
  */
7308
7326
  bands: array(RecordingBandSchema).optional(),
7309
- retention: RecordingRetentionSchema.optional()
7327
+ retention: RecordingRetentionSchema.optional(),
7328
+ /**
7329
+ * Per-camera scrub-thumbnail fidelity preset (resolution + JPEG quality for
7330
+ * timeline-scrub sprite previews). Absent = `standard`. Applies to NEW
7331
+ * windows only — existing sheets are immutable, and each window's index
7332
+ * carries its own tile dims so mixed-preset history renders correctly.
7333
+ */
7334
+ scrubThumbnails: ScrubThumbnailPresetSchema.optional()
7310
7335
  });
7311
7336
  /**
7312
7337
  * `StorageLocationType` — an addon-declared id that identifies the *kind* of
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-export-ha-mqtt",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
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",