@camstack/addon-provider-dreo 0.2.17 → 0.2.19

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.
Files changed (3) hide show
  1. package/dist/addon.js +2912 -144
  2. package/dist/addon.mjs +2912 -144
  3. package/package.json +1 -1
package/dist/addon.js CHANGED
@@ -35,7 +35,7 @@ var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["modu
35
35
  //#endregion
36
36
  let crypto$1 = require("crypto");
37
37
  let events = require("events");
38
- //#region ../types/dist/event-category-Cv9dO26A.mjs
38
+ //#region ../types/dist/event-category-Bxo5yJjt.mjs
39
39
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
40
40
  EventCategory["SystemBoot"] = "system.boot";
41
41
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -242,6 +242,33 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
242
242
  EventCategory["PipelineCameraAssigned"] = "pipeline.camera-assigned";
243
243
  EventCategory["PipelineCameraUnassigned"] = "pipeline.camera-unassigned";
244
244
  /**
245
+ * A node the orchestrator would otherwise place cameras on has NO usable
246
+ * inference device: the operator enabled one or more accelerators there and
247
+ * the live probe reports every one of them unavailable. Emitted once per
248
+ * TRANSITION into that state (never per dispatch), and the node is dropped
249
+ * from the placement candidate set for as long as it holds.
250
+ *
251
+ * This exists because the state was previously invisible: little-unraid
252
+ * absorbed 283k inference errors in a day while still being handed cameras,
253
+ * and nothing in the system said so.
254
+ *
255
+ * A node with no accelerators configured at all is NOT this — its devices
256
+ * are `disabled`, not `unavailable`, and the runner's default CPU pool
257
+ * serves it exactly as before.
258
+ */
259
+ EventCategory["PipelineNodeInferenceUnavailable"] = "pipeline.node-inference-unavailable";
260
+ /**
261
+ * A camera has an OPEN detection session and has produced no detection at
262
+ * all for longer than the blind threshold — the camera is being decoded and
263
+ * inferred and is returning nothing. Emitted once per transition into blind,
264
+ * per camera.
265
+ *
266
+ * The failure it reports: a 1h43 detection blackout on the entrance camera
267
+ * that nobody noticed, because "a camera that detects nothing" and "a quiet
268
+ * camera" produce byte-identical silence.
269
+ */
270
+ EventCategory["PipelineDetectionBlind"] = "pipeline.detection-blind";
271
+ /**
245
272
  * Per-camera pipeline config was mutated by the orchestrator
246
273
  * (3-level settings change via `setAgentAddonDefaults` /
247
274
  * `setCameraStepToggle` / `setCameraPipelineForAgent` or a
@@ -3033,6 +3060,9 @@ function handlePipeResult(left, next, ctx) {
3033
3060
  fallback: left.fallback
3034
3061
  }, ctx);
3035
3062
  }
3063
+ var $ZodPreprocess = /*@__PURE__*/ $constructor("$ZodPreprocess", (inst, def) => {
3064
+ $ZodPipe.init(inst, def);
3065
+ });
3036
3066
  var $ZodReadonly = /*@__PURE__*/ $constructor("$ZodReadonly", (inst, def) => {
3037
3067
  $ZodType.init(inst, def);
3038
3068
  defineLazy(inst._zod, "propValues", () => def.innerType._zod.propValues);
@@ -5218,6 +5248,10 @@ function pipe(in_, out) {
5218
5248
  out
5219
5249
  });
5220
5250
  }
5251
+ var ZodPreprocess = /*@__PURE__*/ $constructor("ZodPreprocess", (inst, def) => {
5252
+ ZodPipe.init(inst, def);
5253
+ $ZodPreprocess.init(inst, def);
5254
+ });
5221
5255
  var ZodReadonly = /*@__PURE__*/ $constructor("ZodReadonly", (inst, def) => {
5222
5256
  $ZodReadonly.init(inst, def);
5223
5257
  ZodType.init(inst, def);
@@ -5276,6 +5310,13 @@ function _instanceof(cls, params = {}) {
5276
5310
  };
5277
5311
  return inst;
5278
5312
  }
5313
+ function preprocess(fn, schema) {
5314
+ return new ZodPreprocess({
5315
+ type: "pipe",
5316
+ in: transform(fn),
5317
+ out: schema
5318
+ });
5319
+ }
5279
5320
  //#endregion
5280
5321
  //#region ../../node_modules/zod/v4/classic/compat.js
5281
5322
  /** @deprecated Use the raw string literal codes instead, e.g. "invalid_type". */
@@ -10912,6 +10953,8 @@ var QueryFilterSchema = object({
10912
10953
  where: record(string(), unknown()).optional(),
10913
10954
  whereIn: record(string(), array(unknown())).optional(),
10914
10955
  whereBetween: record(string(), tuple([unknown(), unknown()])).optional(),
10956
+ /** NULL-safe exclusion: matches rows whose field is NULL OR != the value. */
10957
+ whereNot: record(string(), unknown()).optional(),
10915
10958
  orderBy: object({
10916
10959
  field: string(),
10917
10960
  direction: _enum(["asc", "desc"])
@@ -10931,7 +10974,8 @@ var QueryFilterSchema = object({
10931
10974
  var MutationFilterSchema = object({
10932
10975
  where: record(string(), unknown()).optional(),
10933
10976
  whereIn: record(string(), array(unknown())).optional(),
10934
- whereBetween: record(string(), tuple([unknown(), unknown()])).optional()
10977
+ whereBetween: record(string(), tuple([unknown(), unknown()])).optional(),
10978
+ whereNot: record(string(), unknown()).optional()
10935
10979
  });
10936
10980
  /** A single stored record: `{ id, data }`. */
10937
10981
  var SettingsRecordSchema = object({
@@ -12467,6 +12511,17 @@ var LlmImageSchema = object({
12467
12511
  bytes: _instanceof(Uint8Array),
12468
12512
  mimeType: string()
12469
12513
  });
12514
+ /**
12515
+ * Retry policy. `enabled: false` is NOT the same as `maxAttempts: 1` in intent —
12516
+ * the flag is what a consumer table flips, the count is what the operator tunes.
12517
+ * A retry doubles the wall time of a call, so the two gates that run inside a
12518
+ * notification's budget keep it off (see `CONSUMER_RETRY_POLICY` in addon-ai).
12519
+ */
12520
+ var LlmRetryPolicySchema = object({
12521
+ enabled: boolean().default(false),
12522
+ /** Total attempts INCLUDING the first. 1 = no retry. */
12523
+ maxAttempts: number().int().min(1).max(5).default(1)
12524
+ });
12470
12525
  var LlmGenerateBaseInputSchema = object({
12471
12526
  /** Collection routing (the notification-output posture). */
12472
12527
  addonId: string().optional(),
@@ -12481,7 +12536,28 @@ var LlmGenerateBaseInputSchema = object({
12481
12536
  jsonSchema: record(string(), unknown()).optional(),
12482
12537
  /** Per-call override of the profile default. */
12483
12538
  maxTokens: number().int().positive().optional(),
12484
- temperature: number().optional()
12539
+ temperature: number().optional(),
12540
+ /** Per-call override of the profile default (nucleus sampling). */
12541
+ topP: number().min(0).max(1).optional(),
12542
+ /** Per-call override of the profile default (top-k sampling). */
12543
+ topK: number().int().positive().optional(),
12544
+ /** Per-call override of `profile.timeoutMs` — the total generation bound. */
12545
+ timeoutMs: number().int().positive().optional(),
12546
+ /** Per-call override; beats both the consumer table and the profile. */
12547
+ retry: LlmRetryPolicySchema.optional(),
12548
+ /**
12549
+ * Caller-minted id that makes this generation CANCELLABLE.
12550
+ *
12551
+ * Without it a caller that stops waiting cannot stop the work: the gates race
12552
+ * the call against 8 s and free their own slot when the timer wins, while the
12553
+ * generation upstream keeps running to `profile.timeoutMs` — 60 s by default,
12554
+ * on a single-threaded local model. The per-camera bound then counts WAITS,
12555
+ * not generations, and the real load is unbounded.
12556
+ *
12557
+ * `AbortSignal` cannot cross a process boundary; an id can. Pass one here and
12558
+ * `llm.cancel({ requestId })` tears the socket down.
12559
+ */
12560
+ requestId: string().optional()
12485
12561
  });
12486
12562
  /**
12487
12563
  * `llm-runtime` — node-side managed llama.cpp executor (spec §4). Registered
@@ -12494,6 +12570,18 @@ var LlmGenerateBaseInputSchema = object({
12494
12570
  * Resource ceiling = llama-server flags + idleStopMinutes ONLY (no RSS
12495
12571
  * watchdog — operator decision #3).
12496
12572
  */
12573
+ /**
12574
+ * A companion artifact that MUST land beside the main GGUF: the `mmproj`
12575
+ * projector of a vision model, or shards 2..N of a split GGUF. Carried on the
12576
+ * REF rather than looked up at install time, so what the operator approved in
12577
+ * the preview is exactly what the node downloads.
12578
+ */
12579
+ var ManagedModelExtraFileSchema = object({
12580
+ url: string(),
12581
+ filename: string(),
12582
+ sizeBytes: number(),
12583
+ sha256: string().optional()
12584
+ });
12497
12585
  var ManagedModelRefSchema = discriminatedUnion("kind", [
12498
12586
  object({
12499
12587
  kind: literal("catalog"),
@@ -12502,7 +12590,11 @@ var ManagedModelRefSchema = discriminatedUnion("kind", [
12502
12590
  object({
12503
12591
  kind: literal("url"),
12504
12592
  url: string(),
12505
- sha256: string().optional()
12593
+ sha256: string().optional(),
12594
+ /** Picker/status label; the file basename when absent. */
12595
+ label: string().optional(),
12596
+ sizeBytes: number().optional(),
12597
+ extraFiles: array(ManagedModelExtraFileSchema).optional()
12506
12598
  }),
12507
12599
  object({
12508
12600
  kind: literal("path"),
@@ -12520,13 +12612,82 @@ var ManagedRuntimeConfigSchema = object({
12520
12612
  gpuLayers: number().int().default(0),
12521
12613
  /** Default: cpus-2, clamped ≥1 (resolved node-side). */
12522
12614
  threads: number().int().optional(),
12523
- /** Concurrent slots. */
12615
+ /** Concurrent slots (`--parallel`). */
12524
12616
  parallel: number().int().default(1),
12617
+ /** Logical batch size (`-b`). Larger = faster prompt ingest, more RAM. */
12618
+ batchSize: number().int().positive().optional(),
12619
+ /** Physical batch / micro-batch (`-ub`). */
12620
+ ubatchSize: number().int().positive().optional(),
12621
+ /**
12622
+ * `--flash-attn`. Cuts KV-cache memory on the backends that implement it and
12623
+ * is a no-op elsewhere, so it is offered rather than assumed.
12624
+ */
12625
+ flashAttention: boolean().default(false),
12626
+ /**
12627
+ * `--mlock`. Pins the weights in RAM so the OS cannot page them out mid
12628
+ * inference. Costs the full model size in resident memory — which is exactly
12629
+ * what the RAM budget is counting.
12630
+ */
12631
+ mlock: boolean().default(false),
12632
+ /**
12633
+ * `--no-mmap`. Reads the whole GGUF up front instead of mapping it. Slower to
12634
+ * start, but avoids the page-fault stalls a network or spinning-disk model
12635
+ * store produces on every first token.
12636
+ */
12637
+ noMmap: boolean().default(false),
12638
+ /** `--cache-type-k` / `--cache-type-v` — quantising the KV cache is the
12639
+ * cheapest way to fit a longer context in the same RAM. */
12640
+ cacheTypeK: _enum([
12641
+ "f32",
12642
+ "f16",
12643
+ "q8_0",
12644
+ "q5_1",
12645
+ "q5_0",
12646
+ "q4_1",
12647
+ "q4_0"
12648
+ ]).optional(),
12649
+ cacheTypeV: _enum([
12650
+ "f32",
12651
+ "f16",
12652
+ "q8_0",
12653
+ "q5_1",
12654
+ "q5_0",
12655
+ "q4_1",
12656
+ "q4_0"
12657
+ ]).optional(),
12658
+ /**
12659
+ * Escape hatch for llama-server flags this schema does NOT model — `--jinja`
12660
+ * (which most vision chat templates need and some language-only models
12661
+ * dislike), `--cont-batching`, `--rope-scaling`, …
12662
+ *
12663
+ * It is NOT a second place to set the flags above. A token that collides
12664
+ * with a typed field is REJECTED at start, naming the field that owns it
12665
+ * (`assertNoOwnedFlags`), because two knobs writing the same argv is exactly
12666
+ * the "two switches that disagree" failure this repo has already shipped
12667
+ * twice (D62).
12668
+ */
12669
+ extraArgs: array(string()).default([]),
12525
12670
  /** Else lazy: first generate boots it. */
12526
12671
  autoStart: boolean().default(false),
12527
12672
  /** 0 = never; frees RAM after quiet periods. */
12528
12673
  idleStopMinutes: number().int().default(30)
12529
12674
  });
12675
+ /**
12676
+ * Where a multi-GB install currently is. A single 0..1 fraction cannot answer
12677
+ * "is it stuck?" for an install that is three files (shards + mmproj) followed
12678
+ * by a sha256 pass over 22 GB — during which the fraction sat at 1.0 and the
12679
+ * node looked hung. Phase + file + bytes is the smallest shape that does.
12680
+ */
12681
+ var LlmDownloadProgressSchema = object({
12682
+ phase: _enum(["downloading", "verifying"]),
12683
+ /** The artifact currently moving, e.g. `mmproj-F16.gguf`. */
12684
+ file: string(),
12685
+ fileIndex: number().int(),
12686
+ fileCount: number().int(),
12687
+ /** Across the WHOLE install, not the current file. */
12688
+ downloadedBytes: number(),
12689
+ totalBytes: number().optional()
12690
+ });
12530
12691
  var LlmRuntimeStatusSchema = object({
12531
12692
  /** Status is ALWAYS node-qualified. */
12532
12693
  nodeId: string(),
@@ -12543,6 +12704,8 @@ var LlmRuntimeStatusSchema = object({
12543
12704
  modelPath: string().optional(),
12544
12705
  modelId: string().optional(),
12545
12706
  downloadProgress: number().min(0).max(1).optional(),
12707
+ /** Detail behind `downloadProgress`; present for the same lifetime. */
12708
+ download: LlmDownloadProgressSchema.optional(),
12546
12709
  lastError: string().optional(),
12547
12710
  crashesInWindow: number(),
12548
12711
  /** Child RSS (sampled best-effort). */
@@ -12553,7 +12716,14 @@ var LlmNodeModelSchema = object({
12553
12716
  file: string(),
12554
12717
  sizeBytes: number(),
12555
12718
  catalogId: string().optional(),
12556
- installedAt: number().optional()
12719
+ installedAt: number().optional(),
12720
+ /**
12721
+ * Absolute path on the node. Present so a file that is on disk but matches
12722
+ * no catalog entry — a custom Hugging Face install, or a GGUF the operator
12723
+ * copied in by hand — is still SELECTABLE, as a `{kind:'path'}` ref. Without
12724
+ * it the picker could list such a file and do nothing with it.
12725
+ */
12726
+ path: string().optional()
12557
12727
  });
12558
12728
  var LlmRuntimeDiskUsageSchema = object({
12559
12729
  nodeId: string(),
@@ -12609,10 +12779,47 @@ var LlmProfileSchema = object({
12609
12779
  baseUrl: string().optional(),
12610
12780
  /** ConfigUISchema type:'password' — never round-trips (spec §5). */
12611
12781
  apiKey: string().optional(),
12782
+ /** Vision on/off. A vision call against a `false` profile is REFUSED, never
12783
+ * degraded to text — that shipped once and produced a confident answer to a
12784
+ * question about a picture nobody sent. */
12612
12785
  supportsVision: boolean(),
12613
12786
  temperature: number().min(0).max(2).optional(),
12787
+ /** Nucleus sampling. Every wire we speak has it. */
12788
+ topP: number().min(0).max(1).optional(),
12789
+ /** Top-k sampling. Carried only by the wires that have it — NEITHER OpenAI
12790
+ * wire does, and the client drops it there (measured: the request body gets
12791
+ * `top_p` and no `top_k`). The profile editor hides the field wherever it
12792
+ * would change nothing; `KINDS_WITH_TOP_K` is the single owner of that list. */
12793
+ topK: number().int().positive().optional(),
12614
12794
  maxTokens: number().int().positive().optional(),
12795
+ /** Prompt context window. Advisory for cloud kinds (they enforce their own);
12796
+ * for `managed-local` it is the llama.cpp `--ctx-size` the runtime starts
12797
+ * the model with, so it is the one field that changes a PROCESS. */
12798
+ contextLength: number().int().positive().optional(),
12799
+ /** Default system prompt. A caller's `system` REPLACES it (never appends —
12800
+ * two system prompts fighting is worse than either alone). */
12801
+ systemPrompt: string().optional(),
12802
+ /** Total generation bound — the only one a unary call has. */
12615
12803
  timeoutMs: number().int().positive().default(6e4),
12804
+ /** The TCP handshake only — "is the port even open". NOT the wait for
12805
+ * response headers: on the LM Studio / llama-server wire those are written
12806
+ * once the model has finished loading, so they belong to the bound below. */
12807
+ connectTimeoutMs: number().int().positive().default(1e4),
12808
+ /** Accepted, but no output yet — response headers included, because a cold
12809
+ * GPU load is exactly what happens before them. */
12810
+ firstTokenTimeoutMs: number().int().positive().default(12e4),
12811
+ /** Output started then stopped. */
12812
+ idleTimeoutMs: number().int().positive().default(6e4),
12813
+ /** Profile-level default. The per-consumer table and a per-call override
12814
+ * both beat it — see `resolveRetryPolicy`. */
12815
+ retry: LlmRetryPolicySchema.default({
12816
+ enabled: false,
12817
+ maxAttempts: 1
12818
+ }),
12819
+ /** Whether this profile may use tools. The tool-call plumbing rides the
12820
+ * library; the REGISTRY of callable tools is ours and is empty in v1, so a
12821
+ * `true` here buys the wiring, not behaviour, until tools are registered. */
12822
+ toolsEnabled: boolean().default(false),
12616
12823
  extraHeaders: record(string(), string()).optional(),
12617
12824
  /** kind === 'managed-local' only (spec §4). */
12618
12825
  runtime: ManagedRuntimeConfigSchema.optional()
@@ -12662,6 +12869,36 @@ var ManagedModelCatalogEntrySchema = object({
12662
12869
  /** Vision models: companion projector file. */
12663
12870
  mmprojUrl: string().optional()
12664
12871
  });
12872
+ /**
12873
+ * The outcome of turning one operator-typed Hugging Face reference into a
12874
+ * download plan. A RESULT, never a throw: "this repo has 24 quantizations and
12875
+ * I will not pick for you" is a normal answer the UI has to render, not an
12876
+ * exception.
12877
+ *
12878
+ * `candidates` is the whole reason the refusal is usable — every string in it
12879
+ * is a tag that resolves when pasted back as `<org>/<repo>:<TAG>`.
12880
+ */
12881
+ var HfModelResolutionSchema = discriminatedUnion("ok", [object({
12882
+ ok: literal(true),
12883
+ /** Ready to hand to `installModel` unchanged. */
12884
+ model: ManagedModelRefSchema,
12885
+ label: string(),
12886
+ repo: string(),
12887
+ quantization: string(),
12888
+ purpose: _enum(["text", "vision"]),
12889
+ totalBytes: number(),
12890
+ /** mmproj + shards, for the preview: an operator approving 23 GB should
12891
+ * see that 0.9 GB of it is a projector they did not name. */
12892
+ extraFilenames: array(string())
12893
+ }), object({
12894
+ ok: literal(false),
12895
+ code: string(),
12896
+ message: string(),
12897
+ candidates: array(string()).optional(),
12898
+ /** Set when the refusal was only the ceiling: re-calling with
12899
+ * `maxBytes: requiredBytes` is the operator's explicit override. */
12900
+ requiredBytes: number().optional()
12901
+ })]);
12665
12902
  var LlmRuntimeNodeSchema = object({
12666
12903
  nodeId: string(),
12667
12904
  reachable: boolean(),
@@ -12674,7 +12911,10 @@ var ProfileRefInputSchema = object({
12674
12911
  addonId: string(),
12675
12912
  profileId: string()
12676
12913
  });
12677
- method(LlmGenerateBaseInputSchema, LlmGenerateResultSchema, { kind: "mutation" }), method(GenerateVisionInputSchema, LlmGenerateResultSchema, { kind: "mutation" }), method(object({}), array(LlmProfileKindDescriptorSchema)), method(object({}), array(LlmProfileSchema)), method(object({ profile: LlmProfileSchema }), LlmProfileSchema, {
12914
+ method(LlmGenerateBaseInputSchema, LlmGenerateResultSchema, { kind: "mutation" }), method(GenerateVisionInputSchema, LlmGenerateResultSchema, { kind: "mutation" }), method(object({
12915
+ addonId: string().optional(),
12916
+ requestId: string()
12917
+ }), _void(), { kind: "mutation" }), method(object({}), array(LlmProfileKindDescriptorSchema)), method(object({}), array(LlmProfileSchema)), method(object({ profile: LlmProfileSchema }), LlmProfileSchema, {
12678
12918
  kind: "mutation",
12679
12919
  auth: "admin"
12680
12920
  }), method(ProfileRefInputSchema, _void(), {
@@ -12695,6 +12935,15 @@ method(LlmGenerateBaseInputSchema, LlmGenerateResultSchema, { kind: "mutation" }
12695
12935
  consumer: string().optional(),
12696
12936
  profileId: string().optional()
12697
12937
  }), array(LlmUsageRollupSchema)), method(object({}), array(ManagedModelCatalogEntrySchema)), method(object({}), array(LlmRuntimeNodeSchema)), method(object({ nodeId: string() }), array(LlmNodeModelSchema)), method(object({
12938
+ /** `https://huggingface.co/<org>/<repo>/resolve/main/<f>.gguf`,
12939
+ * `<org>/<repo>/<f>.gguf`, `<org>/<repo>` or `<org>/<repo>:<QUANT>`. */
12940
+ ref: string(),
12941
+ /** Explicit ceiling override, in bytes. Absent = the built-in ceiling. */
12942
+ maxBytes: number().positive().optional()
12943
+ }), HfModelResolutionSchema, {
12944
+ kind: "mutation",
12945
+ auth: "admin"
12946
+ }), method(object({
12698
12947
  nodeId: string(),
12699
12948
  model: ManagedModelRefSchema
12700
12949
  }), _void(), {
@@ -14342,6 +14591,8 @@ var NcSystemEventKindSchema = _enum([
14342
14591
  "stream-offline",
14343
14592
  "node-online",
14344
14593
  "node-offline",
14594
+ "node-inference-unavailable",
14595
+ "detection-blind",
14345
14596
  "addon-update-available",
14346
14597
  "server-update-available",
14347
14598
  "alarm-triggered",
@@ -14403,7 +14654,16 @@ var NcScheduleSchema = object({
14403
14654
  });
14404
14655
  /** Fuzzy plate matcher — OCR noise makes exact match useless (spec row 12/13). */
14405
14656
  var NcPlateMatcherSchema = object({
14406
- values: array(string().min(1)).min(1),
14657
+ /**
14658
+ * Plate texts (or gallery vehicle names) to match. EMPTY = **any plate the
14659
+ * pipeline could read** — the plate half of "no selection = no narrowing",
14660
+ * and the switch that says this rule is about vehicles that were IDENTIFIED
14661
+ * rather than merely seen. A subject carrying no plate still fails.
14662
+ *
14663
+ * The `.min(1)` this used to carry made that state unauthorable; nothing has
14664
+ * ever persisted an empty list, so widening it cannot change an existing rule.
14665
+ */
14666
+ values: array(string().min(1)),
14407
14667
  /** Max Levenshtein distance after normalization (uppercase alphanumeric). */
14408
14668
  maxDistance: number().int().min(0).max(3).default(1)
14409
14669
  });
@@ -14437,28 +14697,36 @@ var NcOccupancyConditionSchema = object({
14437
14697
  /**
14438
14698
  * Audio condition (IMMEDIATE trigger) — a rule on SOUND, not on a picture.
14439
14699
  *
14440
- * Operator-approved vocabulary (2026-08-12, option A — the same one the
14441
- * reference notifier uses, so an operator moving between them re-uses what
14442
- * they already know): a rule matches when, over a sampling window of
14443
- * `samplingSeconds`, at least `hitPercent`% of the audio samples in that
14444
- * window are HITS. A sample is a hit when it satisfies BOTH present filters:
14445
- *
14446
- * - `dbThreshold` its level is at or above this many dBFS (see
14447
- * {@link NC_AUDIO_DBFS_FLOOR}: negative-going, `0` = full scale);
14448
- * - `labels` the classifier put at least one of these labels on it.
14449
- *
14450
- * Both are OPTIONAL and independent, which is the point of the shape: a
14451
- * loudness rule ("something loud at 3am") needs no model to be right, and a
14452
- * label rule ("a dog barked") needs no threshold. **Fail-closed when NEITHER
14453
- * is given** a window in which every sample is trivially a hit would fire on
14454
- * silence, so the engine refuses such a condition rather than notifying on
14455
- * nothing (the schema cannot express "at least one of" without becoming a
14456
- * ZodEffects the cap path would have to special-case).
14457
- *
14458
- * `hitPercent` is over the samples the window actually HOLDS, and the window
14459
- * must be FULL before it can match a window that has been open for two
14460
- * seconds of its ten is 100% of nothing, and firing on it would make
14461
- * `samplingSeconds` decorative.
14700
+ * **TWO EXCLUSIVE MODES** (operator decision 2026-08-14, D157). Which one a
14701
+ * rule is in is not a stored field it is WHICH FILTER the rule carries, so
14702
+ * there is no second switch that can disagree with the first and every rule
14703
+ * authored before the decision migrates for free (`audioModeOf`):
14704
+ *
14705
+ * - **LABEL mode — `labels` present.** The rule fires on the FIRST frame the
14706
+ * classifier labels with one of them. No window, no percentage:
14707
+ * `hitPercent` and `samplingSeconds` are ignored, and the rule's own
14708
+ * `throttle` cooldown is the only brake. The per-label confidence floor is
14709
+ * the analyzer's (`classificationMinScore`, per device) — a label only
14710
+ * reaches this condition if the classifier was already confident enough.
14711
+ * - **LEVEL mode `dbThreshold` present, no labels.** The sampling window IS
14712
+ * the condition: at least `hitPercent`% of the samples over
14713
+ * `samplingSeconds` must be at or above `dbThreshold` dBFS (see
14714
+ * {@link NC_AUDIO_DBFS_FLOOR}: negative-going, `0` = full scale). The window
14715
+ * must be FULL before it can match a window open for two of its ten
14716
+ * seconds is 100% of nothing.
14717
+ *
14718
+ * **Why label mode has no window.** It had one, and it never fired: the
14719
+ * analyzer emits ~1 audio frame per second but YAMNet only LABELS one to three
14720
+ * of them per episode, even through continuous crying. The measured maximum
14721
+ * `hitPercent` over the whole live history was 40 — under the shipped default
14722
+ * of 60, so a label rule could not fire at all, ever. A percentage of frames is
14723
+ * the wrong question to ask of a sparse classifier.
14724
+ *
14725
+ * **Fail-closed when NEITHER is given** — every sample would be a trivial hit
14726
+ * and the rule would fire on silence. The schema cannot express "exactly one
14727
+ * of" without becoming a ZodEffects the cap path would have to special-case, so
14728
+ * the exclusivity is enforced where every editor writes (`patchAudio`) and a
14729
+ * legacy rule carrying both resolves to LABEL (the mode that fires).
14462
14730
  *
14463
14731
  * Labels are the audio macro classes (`AUDIO_MACRO_LABELS` / the NC taxonomy's
14464
14732
  * `audio-*` ids). Both spellings are accepted — the matcher normalizes the
@@ -14466,13 +14734,13 @@ var NcOccupancyConditionSchema = object({
14466
14734
  * an operator who typed `dog` mean the same thing.
14467
14735
  */
14468
14736
  var NcAudioConditionSchema = object({
14469
- /** Audio macro labels; absent = any sound (level-only rule). */
14737
+ /** LABEL MODE: audio macro labels. Present fires on the first labelled frame. */
14470
14738
  labels: array(string().min(1)).min(1).optional(),
14471
- /** Level floor in dBFS (negative-going, `0` = full scale); absent = any level. */
14739
+ /** LEVEL MODE: floor in dBFS (negative-going, `0` = full scale). */
14472
14740
  dbThreshold: number().min(-96).max(0).optional(),
14473
- /** Percentage of the window's samples that must be hits (1–100). */
14741
+ /** LEVEL MODE ONLY: percentage of the window's samples that must be hits (1–100). */
14474
14742
  hitPercent: number().int().min(1).max(100).default(60),
14475
- /** Length of the sampling window in seconds. */
14743
+ /** LEVEL MODE ONLY: length of the sampling window in seconds. */
14476
14744
  samplingSeconds: number().int().min(1).max(300).default(10)
14477
14745
  });
14478
14746
  /**
@@ -14610,13 +14878,81 @@ var NcRuleActionsSchema = object({
14610
14878
  */
14611
14879
  buttons: array(NcRuleNotificationButtonSchema).max(8).optional()
14612
14880
  });
14881
+ /**
14882
+ * "This rule applies only while `deviceId` is in one of `states`."
14883
+ *
14884
+ * The states are the DEVICE's own vocabulary — `AlarmState` for a panel,
14885
+ * `on`/`off` for a switch — not a normalised set, because normalising would
14886
+ * make the condition lie about devices whose states have no equivalent.
14887
+ *
14888
+ * An unreadable state does NOT match: see the engine's fail-closed gate. A
14889
+ * condition that fired on "I could not read it" would be worse than no gate.
14890
+ */
14891
+ var NcDeviceStateConditionSchema = object({
14892
+ deviceId: number().int(),
14893
+ /** Any of these matches. */
14894
+ states: array(string().min(1)).min(1)
14895
+ });
14896
+ /**
14897
+ * "This rule applies only while scene `sceneId` is `matched` / `diverged`."
14898
+ *
14899
+ * A GATE, not a trigger. `occupancy` and `audio` each DISCRIMINATE their rule —
14900
+ * carrying one makes the rule fire on that subject and nothing else. Scene is
14901
+ * the other shape entirely, the `deviceState` shape: it narrows a rule that
14902
+ * already has a trigger ("tell me about a person at the front door, but only
14903
+ * while the bin is still out"). That is why it composes with every delivery
14904
+ * instead of owning one, and why no new `NcDelivery` member and no new subject
14905
+ * kind exist for it — see D159.
14906
+ *
14907
+ * ── Identity ───────────────────────────────────────────────────────────────
14908
+ * `sceneId` is `SceneMonitor.id`, a `randomUUID()` minted by `createScene` —
14909
+ * globally unique, so it needs no device to disambiguate it. `deviceId` is
14910
+ * carried as a HINT for the editor and for the log line, never as part of the
14911
+ * lookup key: a rule whose hint drifted must still gate correctly.
14912
+ *
14913
+ * ── Which boolean ──────────────────────────────────────────────────────────
14914
+ * `latched` ABSENT means "whatever the scene itself says" — `SceneMonitor.emit`
14915
+ * already declares which boolean drives notification rules, and a second knob
14916
+ * that could disagree with it is exactly the D62 failure. Set it only to
14917
+ * override one rule against the scene's own default.
14918
+ *
14919
+ * - LIVE reading (`emit`/`latched` resolve to live): passes iff
14920
+ * `verdict === requiredState`. `unknown` — no reference for this light, view
14921
+ * shifted, no snapshot — passes NEITHER. A scene that cannot judge is not
14922
+ * evidence, in either direction.
14923
+ * - LATCHED reading: passes iff `latched === (requiredState === 'diverged')`.
14924
+ * The latch is a durable fact about the past ("it has diverged since I armed
14925
+ * it"), so a camera that has gone dark does not clear it — that is the whole
14926
+ * reason the operator asked for a latch.
14927
+ *
14928
+ * The gate reads an in-memory mirror (`NcSceneStateCache`) refreshed OFF the
14929
+ * event path, never the cap: D49. A mirror that has never loaded, or a scene it
14930
+ * does not carry, reads absent and the rule does NOT fire — fail closed, and
14931
+ * said out loud in the log rather than dropped in silence.
14932
+ */
14933
+ var NcSceneConditionSchema = object({
14934
+ /** `SceneMonitor.id` — the uuid the cap mints. The whole lookup key. */
14935
+ sceneId: string().min(1),
14936
+ /** The camera the scene lives on. A hint for the editor and the log line. */
14937
+ deviceId: number().int().optional(),
14938
+ /** The state the scene must be in for the rule to fire. */
14939
+ requiredState: _enum(["matched", "diverged"]),
14940
+ /**
14941
+ * Read the LATCH (`true`) or the LIVE verdict (`false`). Absent = follow the
14942
+ * scene's own `emit` field, which is the only place that decision belongs.
14943
+ */
14944
+ latched: boolean().optional()
14945
+ });
14613
14946
  var NcConditionsSchema = object({
14614
14947
  /** Gate on ANOTHER device's current state (the alarm armed, a switch on). */
14615
- deviceState: object({
14616
- deviceId: number().int(),
14617
- /** Any of these matches. */
14618
- states: array(string().min(1)).min(1)
14619
- }).optional(),
14948
+ deviceState: NcDeviceStateConditionSchema.optional(),
14949
+ /**
14950
+ * Gate on a SCENE's state — "only while the bin is still out". Composes with
14951
+ * every trigger (detection, occupancy, audio, sensor, package, track-end);
14952
+ * unlike `occupancy`/`audio` it discriminates nothing. See
14953
+ * {@link NcSceneCondition} and D159.
14954
+ */
14955
+ scene: NcSceneConditionSchema.optional(),
14620
14956
  /** Device scope — absent = all devices. */
14621
14957
  devices: array(number()).optional(),
14622
14958
  /** Detector class names (any overlap with the record's class set). */
@@ -14642,18 +14978,47 @@ var NcConditionsSchema = object({
14642
14978
  */
14643
14979
  labelEquals: array(string().min(1)).optional(),
14644
14980
  /**
14645
- * Identity matcher. P1 boundary: matched against the record's collapsed
14646
- * `label` (the identity display name propagated by the face pipeline) —
14647
- * identity-ID matching rides in P2 when identity ids reach the record.
14981
+ * KNOWN FACES the rule's identity scope, and the switch that says the rule
14982
+ * is about recognised people at all.
14983
+ *
14984
+ * Three states, and the empty one is the point:
14985
+ *
14986
+ * | value | meaning |
14987
+ * | --- | --- |
14988
+ * | absent | the rule does not care who it is; an unrecognised person matches |
14989
+ * | `[]` | **only known faces** — any identity in the gallery, nobody in particular |
14990
+ * | a list | only these identities |
14991
+ *
14992
+ * `[]` is the repo-wide "no selection = no narrowing" reading (an absent
14993
+ * `devices` list is every device), applied one level down: the operator has
14994
+ * turned the face scope ON and narrowed it to nothing, which is every known
14995
+ * face. No second field states the same thing — a switch that can disagree
14996
+ * with the list under it is worse than no switch (D62).
14997
+ *
14998
+ * MEMBERS ARE FACE-GALLERY `Identity.id`s (uuid), not display names. A name is
14999
+ * renameable, and a rule authored on "Gianluca" went silently dark the moment
15000
+ * the operator fixed the spelling. The id reaches the record on
15001
+ * `LabelAttribution.identityId`; the name is what the editor shows and what
15002
+ * `{{label}}` renders.
15003
+ *
15004
+ * Rules written before this carry NAMES, and are resolved to ids lazily at
15005
+ * load (`NcRuleStore.load`) against the live gallery — a name nothing answers
15006
+ * for is left as it stands and reported, never dropped. The engine also
15007
+ * accepts a display-name hit as a compatibility leg, so a rule whose
15008
+ * migration could not resolve keeps matching exactly what it matched before.
14648
15009
  */
14649
15010
  identities: array(string().min(1)).optional(),
14650
- /** Fuzzy plate matcher against the record's `label` (plate text). */
15011
+ /**
15012
+ * KNOWN PLATES / VEHICLES — the plate mirror of {@link identities}, including
15013
+ * the empty-list reading: `values: []` is "any plate the OCR could read",
15014
+ * a non-empty list is those plates (fuzzily). See {@link NcPlateMatcherSchema}.
15015
+ */
14651
15016
  plates: NcPlateMatcherSchema.optional(),
14652
15017
  /**
14653
- * Identity EXCLUDE — mirror of {@link identities} with `notIn` semantics.
14654
- * Same P1 boundary: matched against the record's collapsed `label` (the
14655
- * identity display name). A record with NO label passes (nothing to
14656
- * exclude), unlike the include variant which fails on an absent label.
15018
+ * Identity EXCLUDE — mirror of {@link identities} with `notIn` semantics, and
15019
+ * the same id members and the same lazy name→id migration. A record with NO
15020
+ * identity passes (nothing to exclude), unlike the include variant which
15021
+ * fails on an unrecognised subject. An EMPTY list excludes nobody.
14657
15022
  */
14658
15023
  identitiesExclude: array(string().min(1)).optional(),
14659
15024
  /**
@@ -15045,7 +15410,80 @@ var NcRuleInputSchema = object({
15045
15410
  * a rule that predates the gate must keep delivering byte-for-byte as it
15046
15411
  * did, and absent is the only way to say that without a migration.
15047
15412
  */
15048
- confirm: NcConfirmSchema.optional()
15413
+ confirm: NcConfirmSchema.optional(),
15414
+ /**
15415
+ * WAIT for face/plate recognition before saying anything.
15416
+ *
15417
+ * A notification's TEXT is frozen at enqueue and its media is re-resolved at
15418
+ * send; the identity is neither. A face is confirmed after `confirmFrames`
15419
+ * agreeing observations — p50 **11.4 s** after the track was first seen,
15420
+ * measured on this hub — and an `immediate` rule enqueues on the first object
15421
+ * event, seconds before that. So "Gianluca è arrivato" is unsayable on the
15422
+ * immediate path, and no amount of media re-resolution fixes a sentence.
15423
+ *
15424
+ * Only two honest answers exist, and this flag picks between them. It has
15425
+ * effect ONLY on a rule that declares a recognition scope
15426
+ * ({@link NcConditions.identities} or {@link NcConditions.plates}) — on any
15427
+ * other rule there is nothing to wait for and the flag is inert.
15428
+ *
15429
+ * | value | what happens |
15430
+ * | --- | --- |
15431
+ * | `true` | the rule stops firing on the object event and fires at TRACK CLOSE instead, once, with the name — later, and complete |
15432
+ * | absent / `false` | it fires at once WITHOUT the name, and if recognition lands before the track closes a SECOND, "…is Gianluca" notification follows (one per track, per rule, per target) |
15433
+ *
15434
+ * `.optional()` and deliberately NOT `.default()`: a Zod default does not run
15435
+ * on the addon cap path, and absent has to keep meaning exactly what every
15436
+ * rule authored before this field meant.
15437
+ *
15438
+ * The cost of `true` is stated here because the editor states it too: a rule
15439
+ * that waits also inherits track-close SEMANTICS — its `zones` condition
15440
+ * tests every zone the track visited and a `crossing` condition can no longer
15441
+ * be satisfied, because a closed track carries no crossing.
15442
+ */
15443
+ waitForEnhancement: boolean().optional(),
15444
+ /**
15445
+ * GROUP a burst of subjects into ONE notification that grows.
15446
+ *
15447
+ * Seconds of quiet after the last matching subject before the burst is
15448
+ * considered over. While it is open, the first subject enqueues immediately —
15449
+ * **exactly as today, with no added latency** — and every real growth (a new
15450
+ * subject, or a name confirmed on one already in it) REPLACES that
15451
+ * notification with an updated one naming everybody. The push carries the
15452
+ * group's own coalescing tag, so the phone replaces rather than stacks.
15453
+ *
15454
+ * `0` / absent = off, and off is today's behaviour byte for byte.
15455
+ *
15456
+ * ### Why an idle cutoff and not a window
15457
+ *
15458
+ * The measured seven-person arrival on device 590 spans 110 s with every
15459
+ * internal gap under 30 s. A 12 s fixed window cuts it into three groups; an
15460
+ * idle cutoff holds it as one and ends it when the arrival actually ends.
15461
+ * 30 is Frigate's shipped value for the same decision.
15462
+ *
15463
+ * ### What it replaces
15464
+ *
15465
+ * The blind cooldown, which collapses a burst by DISCARDING it. Measured on
15466
+ * device 615 / *Persona su Uscio* over six days: 116 qualifying tracks → 74
15467
+ * notifications, **44 (37.9%) suppressed outright**, 23 of them overlapping a
15468
+ * track that did fire and 7 carrying a confirmed identity nobody heard about.
15469
+ * A group collapses the same volume by MERGING, so the cooldown becomes a
15470
+ * budget over GROUPS — which is what it always meant — and a growth is never
15471
+ * throttled by the window its own first member spent.
15472
+ *
15473
+ * ### Interaction with {@link waitForEnhancement}
15474
+ *
15475
+ * They compose, and the order matters. `waitForEnhancement` defers the rule to
15476
+ * TRACK CLOSE, so with both set the group is opened by the first member to
15477
+ * CLOSE — already carrying its name — and grows as later members close. That
15478
+ * is later, and complete. With grouping alone the group opens on the first
15479
+ * object event and picks up names as they are confirmed, through the growth
15480
+ * path. Neither combination fires twice for one subject.
15481
+ *
15482
+ * `.optional()` and deliberately NOT `.default()`: a Zod default does not run
15483
+ * on the addon cap path, so absent must keep meaning what it meant before this
15484
+ * field existed.
15485
+ */
15486
+ groupIdleSec: number().int().min(0).max(600).optional()
15049
15487
  });
15050
15488
  /**
15051
15489
  * Partial patch for `updateRule` — any subset of the input fields, plus the
@@ -15152,6 +15590,7 @@ var NcConditionDescriptorSchema = object({
15152
15590
  "occupancy",
15153
15591
  "audio",
15154
15592
  "deviceState",
15593
+ "scene",
15155
15594
  "systemEvent"
15156
15595
  ]),
15157
15596
  operator: _enum([
@@ -15557,7 +15996,87 @@ var MethodAccessSchema = _enum([
15557
15996
  var AllowedProviderSchema = union([literal("*"), array(string())]);
15558
15997
  var AllowedDevicesSchema = record(string(), union([literal("*"), array(string())]));
15559
15998
  var CapScopeSchema = _enum(["device", "system"]);
15560
- var TokenScopeSchema = discriminatedUnion("type", [
15999
+ /**
16000
+ * DeviceSelector (scope model v3 — 2026-08-12).
16001
+ *
16002
+ * A `device` grant no longer carries a frozen list of deviceIds. It carries
16003
+ * a SELECTOR the matcher resolves against the live fleet, so the grant can be
16004
+ * DYNAMIC: a `types:['camera']` selector automatically covers a camera added
16005
+ * AFTER the grant was minted — no re-grant, no re-login.
16006
+ *
16007
+ * - `all` — every device in the deployment. The broad viewer/operator
16008
+ * lever without a `category` grant (a `category` grant also covers device
16009
+ * caps that carry no deviceId; `all` is specifically the device set).
16010
+ * - `ids` — an explicit deviceId list. This is what a v2 `device:[…]`
16011
+ * grant migrates to (see {@link TokenScopeSchema}); STATIC — a new camera
16012
+ * is NOT covered until the grant is edited.
16013
+ * - `types` — every device of a `DeviceType` (e.g. every `camera`).
16014
+ * DYNAMIC. A device that changes type, or a new device of the type,
16015
+ * re-resolves on the next request.
16016
+ * - `locations` — every device whose operator-assigned `location` label is
16017
+ * in the set (e.g. "Garden", "Front door"). DYNAMIC. A device with a
16018
+ * null/unset location matches NO `locations` selector.
16019
+ */
16020
+ var DeviceSelectorSchema = discriminatedUnion("kind", [
16021
+ object({ kind: literal("all") }),
16022
+ object({
16023
+ kind: literal("ids"),
16024
+ ids: array(number().int()).min(1)
16025
+ }),
16026
+ object({
16027
+ kind: literal("types"),
16028
+ types: array(_enum(DeviceType)).min(1)
16029
+ }),
16030
+ object({
16031
+ kind: literal("locations"),
16032
+ locations: array(string().min(1)).min(1)
16033
+ })
16034
+ ]);
16035
+ var DeviceTokenScopeSchema = object({
16036
+ type: literal("device"),
16037
+ /** The device SET this grant covers — resolved against the live fleet. */
16038
+ selector: DeviceSelectorSchema,
16039
+ access: array(MethodAccessSchema).min(1),
16040
+ /**
16041
+ * Whether a grant on a PARENT device transparently covers its accessory
16042
+ * CHILDREN (siren / floodlight / PIR) via the persisted-parentage walk.
16043
+ * Direction is parent → children ONLY.
16044
+ *
16045
+ * Absent → the matcher DERIVES it from the access flavour: `view`
16046
+ * inherits (a camera viewer sees the camera's accessories), `create` /
16047
+ * `delete` do NOT (actuating/removing a child is an explicit act the
16048
+ * operator must grant on the child, not inherit from the parent). Set it
16049
+ * explicitly to override that default per grant.
16050
+ */
16051
+ includeLinked: boolean().optional()
16052
+ });
16053
+ /**
16054
+ * v2 → v3 lazy migration. A pre-v3 `device` grant carried
16055
+ * `targets: string[]` (stringified deviceIds); it rewrites to the equivalent
16056
+ * `selector: {kind:'ids', ids}`. Applied as a `preprocess` so it runs on
16057
+ * EVERY parse path — stored records AND the JWT-carried scope arrays
16058
+ * normalised at the request boundary ({@link normalizeTokenScopes} in
16059
+ * `device-selector.ts`). Chosen over a one-time DB migration because a
16060
+ * migration cannot reach a JWT already in a client's hands; parse-time
16061
+ * migration covers both without a flag day. No cast — the raw object is read
16062
+ * through `Reflect.get` (its static type is `unknown`).
16063
+ */
16064
+ function migrateLegacyTokenScope(raw) {
16065
+ if (raw === null || typeof raw !== "object" || Array.isArray(raw)) return raw;
16066
+ if (Reflect.get(raw, "type") !== "device") return raw;
16067
+ if (Reflect.get(raw, "selector") !== void 0) return raw;
16068
+ const targets = Reflect.get(raw, "targets");
16069
+ if (!Array.isArray(targets)) return raw;
16070
+ return {
16071
+ type: "device",
16072
+ selector: {
16073
+ kind: "ids",
16074
+ ids: targets.map((t) => typeof t === "string" ? Number(t) : t).filter((n) => typeof n === "number" && Number.isInteger(n))
16075
+ },
16076
+ access: Reflect.get(raw, "access")
16077
+ };
16078
+ }
16079
+ var TokenScopeSchema = preprocess(migrateLegacyTokenScope, discriminatedUnion("type", [
15561
16080
  object({
15562
16081
  type: literal("category"),
15563
16082
  target: CapScopeSchema,
@@ -15573,18 +16092,8 @@ var TokenScopeSchema = discriminatedUnion("type", [
15573
16092
  target: string(),
15574
16093
  access: array(MethodAccessSchema).min(1)
15575
16094
  }),
15576
- object({
15577
- type: literal("device"),
15578
- /**
15579
- * One or more deviceIds (serialised as strings for wire-format
15580
- * consistency with the rest of the union). Matcher accepts if
15581
- * `input.deviceId` ∈ `targets`. Array shape avoids the row-explosion
15582
- * of one scope-per-device when granting access to a set of cameras.
15583
- */
15584
- targets: array(string()).min(1),
15585
- access: array(MethodAccessSchema).min(1)
15586
- })
15587
- ]);
16095
+ DeviceTokenScopeSchema
16096
+ ]));
15588
16097
  object({
15589
16098
  id: string(),
15590
16099
  username: string(),
@@ -15901,7 +16410,7 @@ var TrackEnvelopeSchema = object({
15901
16410
  * `snapshots[]` references — megabytes across a page of tracks. `slim`
15902
16411
  * keeps every scalar the list surfaces actually render (ids, class(es),
15903
16412
  * label / audioLabels / importance enrichment, firstSeen/lastSeen, state,
15904
- * zonesVisited, bestEventId, envelope, hasFace) and returns `positions` /
16413
+ * zonesVisited, bestEventId, envelope, hasFace, hasRider) and returns `positions` /
15905
16414
  * `snapshots` as EMPTY arrays — detail views re-fetch the full row via
15906
16415
  * `getTrack`. Mirrors the event-store `projection` convention
15907
16416
  * (`getObjectEvents` et al.).
@@ -16037,7 +16546,21 @@ union([literal(1), literal(2)]);
16037
16546
  var LabelAttributionSchema = object({
16038
16547
  stepId: string(),
16039
16548
  modelId: string().optional(),
16040
- decidedAt: number()
16549
+ decidedAt: number(),
16550
+ /**
16551
+ * The GALLERY id behind a recognised tier-2 label — a face-gallery
16552
+ * `Identity.id` or a plate-gallery `Vehicle.id` (both `randomUUID`).
16553
+ *
16554
+ * The text alone is a DISPLAY NAME, and a display name is renameable: a
16555
+ * notification rule authored on "Gianluca" stopped matching the moment the
16556
+ * operator fixed the spelling in the gallery, and nothing said so. The id is
16557
+ * the thing that does not move, so it is what a rule matches on
16558
+ * (`NcConditions.identities`) and the text is what a human is shown.
16559
+ *
16560
+ * Absent when the label names no gallery row — a plate the OCR read but no
16561
+ * vehicle claims, a sub-class, a species, any tier-1 value.
16562
+ */
16563
+ identityId: string().optional()
16041
16564
  });
16042
16565
  /**
16043
16566
  * The TIERED label model (roadmap 4g), spread into `TrackSchema` and
@@ -16174,6 +16697,28 @@ var TrackSchema = object({
16174
16697
  * `=== true` and render nothing otherwise, never infer "no face".
16175
16698
  */
16176
16699
  hasFace: boolean().optional(),
16700
+ /**
16701
+ * This subject CONTAINS a folded rider — a person the rider-pairing step
16702
+ * ([D34](../decisions/adr-0034.md)) removed from the frame BEFORE the tracker,
16703
+ * so the passage is tracked once and as a VEHICLE.
16704
+ *
16705
+ * It exists because the fold's record was dishonest. D34 and the code both
16706
+ * said "the person is not lost — it is reported so both entities stay on the
16707
+ * record"; in fact the pair went into a per-processor RAM field behind an
16708
+ * accessor nobody called, and every durable surface said `vehicle`, full
16709
+ * stop. This is the composition note that makes the row true.
16710
+ *
16711
+ * A COMPOSITION, never a class and never a label. "This vehicle contains a
16712
+ * person" is not an answer to "what is this" — both label tiers would refuse
16713
+ * a macro token anyway (D89), and correctly. Nothing here changes what the
16714
+ * subject IS: a cyclist stays one vehicle track, occupancy still counts one,
16715
+ * and a `person` rule still does not fire for someone cycling past.
16716
+ *
16717
+ * **Absent ≠ false**, exactly like {@link hasFace}: every row written before
16718
+ * the column, and every hub that predates the field, omits it. Test
16719
+ * `=== true` and render nothing otherwise — never infer "no rider".
16720
+ */
16721
+ hasRider: boolean().optional(),
16177
16722
  ...TrackFlagFields,
16178
16723
  ...TrackRetrainFields
16179
16724
  });
@@ -16523,7 +17068,10 @@ var RecentTracksQueryInput = object({
16523
17068
  * Encodes the (lastSeen, trackId) sort position — treat as opaque. */
16524
17069
  cursor: string().optional(),
16525
17070
  /** See {@link TrackProjectionSchema}. Default `full`. */
16526
- projection: TrackProjectionSchema.optional()
17071
+ projection: TrackProjectionSchema.optional(),
17072
+ /** Include stationary-promoted rows (parked objects). Default false: the
17073
+ * feed lists passages; parking records live on the stationary registry. */
17074
+ includeStationary: boolean().optional()
16527
17075
  });
16528
17076
  var RecentTracksPageSchema = object({
16529
17077
  /** Merged page, ordered by (`lastSeen` DESC, `trackId` DESC). */
@@ -16741,7 +17289,11 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
16741
17289
  zone: TrackZoneFilterSchema.optional(),
16742
17290
  /** See {@link TrackProjectionSchema}. Default `full` (backward
16743
17291
  * compatible — omitting the field keeps today's exact behaviour). */
16744
- projection: TrackProjectionSchema.optional()
17292
+ projection: TrackProjectionSchema.optional(),
17293
+ /** Include stationary-promoted rows (parked objects handed to the
17294
+ * stationary registry). Default false: the timeline lists passages,
17295
+ * not parking records (operator decision, 2026-08-15). */
17296
+ includeStationary: boolean().optional()
16745
17297
  }), array(TrackSchema).readonly()), method(RecentTracksQueryInput, RecentTracksPageSchema), method(object({ deviceId: number() }), _void(), {
16746
17298
  kind: "mutation",
16747
17299
  auth: "admin"
@@ -16905,11 +17457,16 @@ DeviceType.Camera, method(object({ deviceId: number() }), array(TrackSchema).rea
16905
17457
  auth: "admin"
16906
17458
  }), method(object({
16907
17459
  eventId: string(),
16908
- kind: MediaFileKindEnum.optional()
17460
+ kind: MediaFileKindEnum.optional(),
17461
+ deviceId: number()
17462
+ }), array(MediaFileSchema).readonly()), method(object({
17463
+ trackId: string(),
17464
+ kinds: array(MediaFileKindEnum).optional(),
17465
+ deviceId: number()
16909
17466
  }), array(MediaFileSchema).readonly()), method(object({
16910
17467
  trackId: string(),
16911
- kinds: array(MediaFileKindEnum).optional()
16912
- }), array(MediaFileSchema).readonly()), method(object({ trackId: string() }), array(MediaFileInfoSchema).readonly()), method(SearchObjectEventsInput, array(ScoredObjectEventSchema).readonly()), method(object({}), WipeObjectEmbeddingsResultSchema, {
17468
+ deviceId: number()
17469
+ }), array(MediaFileInfoSchema).readonly()), method(SearchObjectEventsInput, array(ScoredObjectEventSchema).readonly()), method(object({}), WipeObjectEmbeddingsResultSchema, {
16913
17470
  kind: "mutation",
16914
17471
  auth: "admin"
16915
17472
  }), method(RebuildObjectEmbeddingsInput, RebuildObjectEmbeddingsResultSchema, {
@@ -17609,6 +18166,17 @@ var maxSessionHoldMsField = {
17609
18166
  default: 12e4,
17610
18167
  step: 5e3
17611
18168
  };
18169
+ /**
18170
+ * Quiet period that closes an `audioMode: 'on-motion'` audio window. Floor of
18171
+ * 5s so a rearm can never degenerate into per-event stream churn; default 90s
18172
+ * comfortably outlives the gap between two PIR wakes on a battery camera.
18173
+ */
18174
+ var audioMotionWindowMsField = {
18175
+ min: 5e3,
18176
+ max: 6e5,
18177
+ default: 9e4,
18178
+ step: 5e3
18179
+ };
17612
18180
  var motionFpsField = {
17613
18181
  min: 1,
17614
18182
  max: 30,
@@ -17640,7 +18208,7 @@ var detectionFpsField = {
17640
18208
  var occupancyRecheckSecField = {
17641
18209
  min: 0,
17642
18210
  max: 300,
17643
- default: 30,
18211
+ default: 300,
17644
18212
  step: 5
17645
18213
  };
17646
18214
  var occupancyRecheckFramesField = {
@@ -17785,6 +18353,27 @@ var RunnerCameraConfigSchema = object({
17785
18353
  * resolved `CameraDetectionConfig`.
17786
18354
  */
17787
18355
  maxSessionHoldMs: number().min(maxSessionHoldMsField.min).max(maxSessionHoldMsField.max).optional(),
18356
+ /**
18357
+ * Orchestrator-side quiet period (ms) that closes an `audioMode:
18358
+ * 'on-motion'` audio window, measured from the LAST motion event.
18359
+ *
18360
+ * This exists because the falling edge cannot be relied on. Camera-native
18361
+ * providers emit motion as a RISING EDGE ONLY (Reolink's Baichuan push and
18362
+ * its email-push SMTP path both emit `detected: true` and never the
18363
+ * counterpart); only the frame-diff analyzer emits falls. So on an
18364
+ * onboard-only camera a window that closed only on `detected: false` never
18365
+ * closed at all, and `on-motion` silently behaved as `always-on` — on a
18366
+ * battery camera, the one failure mode the mode exists to prevent.
18367
+ *
18368
+ * Every motion event rearms this timer WITHOUT restarting the stream, so a
18369
+ * burst of re-fires costs nothing. A falling edge, when one does arrive,
18370
+ * still closes earlier via `motionCooldownMs` — whichever comes first wins.
18371
+ *
18372
+ * Not consumed by the runner: carried here so it shares the per-camera
18373
+ * device-settings surface with `motionCooldownMs`, exactly like
18374
+ * `maxSessionHoldMs`.
18375
+ */
18376
+ audioMotionWindowMs: number().min(audioMotionWindowMsField.min).max(audioMotionWindowMsField.max).optional(),
17788
18377
  motionFps: number().min(motionFpsField.min).max(motionFpsField.max).default(motionFpsField.default),
17789
18378
  detectionFps: number().min(detectionFpsField.min).max(detectionFpsField.max).default(detectionFpsField.default),
17790
18379
  motionStreamId: string(),
@@ -17880,7 +18469,7 @@ var RunnerCameraConfigSchema = object({
17880
18469
  */
17881
18470
  inferenceDevices: array(RunnerInferenceDeviceSchema).readonly().optional()
17882
18471
  });
17883
- motionFpsField.min, motionFpsField.max, motionFpsField.step, motionFpsField.default, detectionFpsField.min, detectionFpsField.max, detectionFpsField.step, detectionFpsField.default, motionCooldownMsField.min, motionCooldownMsField.max, motionCooldownMsField.step, motionCooldownMsField.default, maxSessionHoldMsField.min, maxSessionHoldMsField.max, maxSessionHoldMsField.step, maxSessionHoldMsField.default, occupancyRecheckSecField.min, occupancyRecheckSecField.max, occupancyRecheckSecField.step, occupancyRecheckSecField.default, occupancyRecheckFramesField.min, occupancyRecheckFramesField.max, occupancyRecheckFramesField.step, occupancyRecheckFramesField.default;
18472
+ motionFpsField.min, motionFpsField.max, motionFpsField.step, motionFpsField.default, detectionFpsField.min, detectionFpsField.max, detectionFpsField.step, detectionFpsField.default, motionCooldownMsField.min, motionCooldownMsField.max, motionCooldownMsField.step, motionCooldownMsField.default, maxSessionHoldMsField.min, maxSessionHoldMsField.max, maxSessionHoldMsField.step, maxSessionHoldMsField.default, audioMotionWindowMsField.min, audioMotionWindowMsField.max, audioMotionWindowMsField.step, audioMotionWindowMsField.default, occupancyRecheckSecField.min, occupancyRecheckSecField.max, occupancyRecheckSecField.step, occupancyRecheckSecField.default, occupancyRecheckFramesField.min, occupancyRecheckFramesField.max, occupancyRecheckFramesField.step, occupancyRecheckFramesField.default;
17884
18473
  /**
17885
18474
  * Runtime load summary returned by `getLocalLoad`. Used by the orchestrator's
17886
18475
  * load-balancing levels (L2 capacity-based, L3 hardware-aware) to decide
@@ -18866,7 +19455,31 @@ DeviceType.Camera, method(object({
18866
19455
  lastCapturedAt: number().nullable(),
18867
19456
  cacheAgeMs: number().nullable(),
18868
19457
  etag: string().nullable()
18869
- }))), systemMethod(object({
19458
+ }))), systemMethod(object({ deviceId: number() }), object({
19459
+ /** The battery slice as read, or null when the device has none. */
19460
+ battery: object({
19461
+ sleeping: boolean(),
19462
+ lastUpdated: number(),
19463
+ lastContactAt: number().optional()
19464
+ }).nullable(),
19465
+ /** The resolved snapshot state (what the overlay decision used). */
19466
+ state: object({
19467
+ isBattery: boolean(),
19468
+ reason: _enum([
19469
+ "disabled",
19470
+ "sleeping",
19471
+ "unreachable",
19472
+ "waking"
19473
+ ]).nullable()
19474
+ }),
19475
+ /** The cached frame behind the next paint. */
19476
+ frame: object({
19477
+ capturedAt: number().nullable(),
19478
+ ageMs: number().nullable()
19479
+ }),
19480
+ /** A wake window is currently open (the Waking overlay's source). */
19481
+ waking: boolean()
19482
+ })), systemMethod(object({
18870
19483
  /** The tiles a surface is actually rendering. One entry per (device,
18871
19484
  * width) the caller will paint — the width is snapped to the server's
18872
19485
  * ladder and becomes part of the link's SIGNED identity. */
@@ -18896,7 +19509,16 @@ targets: array(object({
18896
19509
  /** A sleeping battery camera: the frame is deliberately stale and will
18897
19510
  * NOT refresh in the background. A surface should say so rather than
18898
19511
  * present it as current. */
18899
- sleeping: boolean()
19512
+ sleeping: boolean(),
19513
+ /** Current device state rendered over the cached frame. State images
19514
+ * remain authoritative even when their photographic background is
19515
+ * old; null means the link must carry a current camera frame. */
19516
+ stateReason: _enum([
19517
+ "disabled",
19518
+ "sleeping",
19519
+ "unreachable",
19520
+ "waking"
19521
+ ]).nullable()
18900
19522
  })));
18901
19523
  /**
18902
19524
  * `sso-bridge` — internal hub-only cap that lets SSO-style auth
@@ -20550,6 +21172,25 @@ var BatteryStatusSchema = object({
20550
21172
  /** Ms epoch of the last observation. Lets consumers reason about freshness. */
20551
21173
  lastUpdated: number(),
20552
21174
  /**
21175
+ * Ms epoch of the last time the device PROVED it was reachable — a
21176
+ * completed firmware round-trip, an observed wake, or an inbound push
21177
+ * (firmware event, email). `0`/absent = never since this slice was born.
21178
+ *
21179
+ * This is the ONLY input that separates "asleep" from "gone", and it is
21180
+ * fed exclusively by PASSIVE signals: nothing may write it by reaching
21181
+ * for the radio, because a poll that confirms reachability is the same
21182
+ * poll that drains the battery. See {@link deriveBatteryPresence} — the
21183
+ * single derivation every consumer must use; no surface computes its own.
21184
+ *
21185
+ * It is deliberately NOT a clock in the
21186
+ * `scripts/check-runtime-state-durability.ts` sense: it is the
21187
+ * observation itself, and it is the only thing a 30-hour silence is
21188
+ * visible in. Writers quantise it (see `CONTACT_WRITE_QUANTUM_MS` in the
21189
+ * Reolink provider) so a value that means "recently" cannot cost a
21190
+ * SQLite commit per round-trip.
21191
+ */
21192
+ lastContactAt: number().optional(),
21193
+ /**
20553
21194
  * True when the source is a BINARY low-battery indicator (HA
20554
21195
  * `binary_sensor` device_class=battery / `LOW_BAT`) that has no real
20555
21196
  * charge level — `percentage` is then a coarse stand-in (100 = normal,
@@ -22822,54 +23463,139 @@ var TalkAudioCodecSchema = _enum([
22822
23463
  "g711ulaw",
22823
23464
  "g711alaw"
22824
23465
  ]);
22825
- DeviceType.Camera, method(object({ deviceId: number() }), object({
22826
- sessionId: string(),
22827
- sdpOffer: string()
22828
- }), {
22829
- kind: "mutation",
22830
- auth: "admin"
22831
- }), method(object({
22832
- deviceId: number(),
22833
- sessionId: string(),
22834
- sdpAnswer: string()
22835
- }), _void(), {
22836
- kind: "mutation",
22837
- auth: "admin"
22838
- }), method(object({
22839
- deviceId: number(),
22840
- sessionId: string()
22841
- }), _void(), {
22842
- kind: "mutation",
22843
- auth: "admin"
22844
- }), method(object({ deviceId: number() }), object({ sessionId: string() }), {
22845
- kind: "mutation",
22846
- auth: "admin"
22847
- }), method(object({
22848
- deviceId: number(),
22849
- /** Audio bytes for ONE frame, base64-encoded so the payload
22850
- * survives tRPC JSON serialization. */
22851
- audioBase64: string(),
22852
- /** Wire codec of the payload. Omit to let the provider default
22853
- * to its native expected format (s16le @ provider-native rate,
22854
- * mono). See {@link TalkAudioCodecSchema} for the supported set. */
22855
- codec: TalkAudioCodecSchema.optional(),
22856
- /** Sample rate (Hz). REQUIRED for `s16le`; advisory for
22857
- * `opus` (encoder clock); ignored for `g711*` (implied 8000). */
22858
- sampleRate: number().int().positive().optional(),
22859
- /** Channel count. Default 1. */
22860
- channels: number().int().positive().optional(),
22861
- /** Sequence number for ordering / dropping out-of-order frames. */
22862
- sequenceNumber: number().int()
22863
- }), object({ accepted: boolean() }), {
22864
- kind: "mutation",
22865
- auth: "admin"
22866
- }), method(object({ deviceId: number() }), _void(), {
22867
- kind: "mutation",
22868
- auth: "admin"
22869
- }), object({
22870
- deviceId: number(),
22871
- status: IntercomStatusSchema
22872
- });
23466
+ var intercomCapability = {
23467
+ name: "intercom",
23468
+ scope: "device",
23469
+ deviceNative: true,
23470
+ mode: "singleton",
23471
+ deviceTypes: [DeviceType.Camera],
23472
+ methods: {
23473
+ /**
23474
+ * Open a server-side WebRTC audio-only session. Returns an SDP
23475
+ * offer with a single sendonly audio m-line the client answers
23476
+ * (client → server direction). The server wakes battery cams
23477
+ * transparently before opening the upstream talk channel.
23478
+ */
23479
+ startSession: method(object({ deviceId: number() }), object({
23480
+ sessionId: string(),
23481
+ sdpOffer: string()
23482
+ }), {
23483
+ kind: "mutation",
23484
+ auth: "admin"
23485
+ }),
23486
+ handleAnswer: method(object({
23487
+ deviceId: number(),
23488
+ sessionId: string(),
23489
+ sdpAnswer: string()
23490
+ }), _void(), {
23491
+ kind: "mutation",
23492
+ auth: "admin"
23493
+ }),
23494
+ /** Close explicitly. Server also auto-closes on 30s idle. */
23495
+ stopSession: method(object({
23496
+ deviceId: number(),
23497
+ sessionId: string()
23498
+ }), _void(), {
23499
+ kind: "mutation",
23500
+ auth: "admin"
23501
+ }),
23502
+ /**
23503
+ * Open a raw-PCM talk session (no WebRTC SDP plumbing). Used by
23504
+ * non-WebRTC consumers (HomeKit export, Alexa raw audio, test
23505
+ * harnesses) that already have decoded PCM frames and just need a
23506
+ * direct path onto the camera's talk channel. Mutually exclusive
23507
+ * with `startSession` (an active WebRTC session must be stopped
23508
+ * before a raw-PCM session can be opened on the same device, and
23509
+ * vice versa).
23510
+ */
23511
+ startTalkSession: method(object({ deviceId: number() }), object({ sessionId: string() }), {
23512
+ kind: "mutation",
23513
+ auth: "admin"
23514
+ }),
23515
+ /**
23516
+ * Push one chunk of talk-back audio onto the active talk session.
23517
+ * The cap is codec-agnostic: the caller declares (or omits) the
23518
+ * wire format via `codec`; the provider decides between passthrough
23519
+ * (when the wire codec matches the camera's native talk channel),
23520
+ * transcoding via the `audio-codec` cap, or rejecting the call.
23521
+ *
23522
+ * Callers do NOT need to know the camera's wire format or sample
23523
+ * rate — that information lives entirely inside the provider.
23524
+ *
23525
+ * Sequence numbers MUST be monotonic per talk session; older frames
23526
+ * arriving after newer ones are dropped to avoid smearing the
23527
+ * downstream encoder state (G.711 is stateless but IMA ADPCM's
23528
+ * predictor would corrupt with re-ordering).
23529
+ */
23530
+ pushTalkAudio: method(object({
23531
+ deviceId: number(),
23532
+ /** Audio bytes for ONE frame, base64-encoded so the payload
23533
+ * survives tRPC JSON serialization. */
23534
+ audioBase64: string(),
23535
+ /** Wire codec of the payload. Omit to let the provider default
23536
+ * to its native expected format (s16le @ provider-native rate,
23537
+ * mono). See {@link TalkAudioCodecSchema} for the supported set. */
23538
+ codec: TalkAudioCodecSchema.optional(),
23539
+ /** Sample rate (Hz). REQUIRED for `s16le`; advisory for
23540
+ * `opus` (encoder clock); ignored for `g711*` (implied 8000). */
23541
+ sampleRate: number().int().positive().optional(),
23542
+ /** Channel count. Default 1. */
23543
+ channels: number().int().positive().optional(),
23544
+ /** Sequence number for ordering / dropping out-of-order frames. */
23545
+ sequenceNumber: number().int()
23546
+ }), object({ accepted: boolean() }), {
23547
+ kind: "mutation",
23548
+ auth: "admin"
23549
+ }),
23550
+ /** Close the raw-PCM talk session. Idempotent. */
23551
+ endTalkSession: method(object({ deviceId: number() }), _void(), {
23552
+ kind: "mutation",
23553
+ auth: "admin"
23554
+ })
23555
+ },
23556
+ events: { onStatusChanged: { data: object({
23557
+ deviceId: number(),
23558
+ status: IntercomStatusSchema
23559
+ }) } },
23560
+ status: {
23561
+ schema: IntercomStatusSchema,
23562
+ kind: "command-driven"
23563
+ },
23564
+ /**
23565
+ * Runtime-state slice — mirrored by the kernel.
23566
+ *
23567
+ * The cap declared `status` and nothing else, so the only two sources an
23568
+ * exporter has for a value — the `device.state-changed` slice event and the
23569
+ * `deviceState.getAllSnapshots` snapshot, both built from runtime state —
23570
+ * carried nothing for `intercom`. A talk-back entity in Home Assistant would
23571
+ * have been published and never received a value, which is the defect the
23572
+ * export's two classification tables exist to prevent (177 of them, once), so
23573
+ * `intercom` was excluded rather than exported.
23574
+ *
23575
+ * The shape is the status shape: there is exactly one truth about talk-back
23576
+ * and duplicating it into a second schema is how two halves of one capability
23577
+ * come to disagree. Providers write it through
23578
+ * `this.runtimeState.setCapState('intercom', …)` at the four points that open
23579
+ * and close a session, and seed it at registration so the slice exists before
23580
+ * the first session rather than after it.
23581
+ *
23582
+ * **Bound, named rather than hidden:** `talking` mirrors the provider's own
23583
+ * session handle, so a session torn down by a transport death that never
23584
+ * reaches `stopSession` / `endTalkSession` leaves it latched until the next
23585
+ * session or the next restart. That is why the slice is `session` and not
23586
+ * `restored` — a restart must never restore "talking".
23587
+ */
23588
+ runtimeState: IntercomStatusSchema,
23589
+ /**
23590
+ * Runtime-state durability: **session** — `talking` describes a live audio
23591
+ * session, which by definition does not survive the process that held it.
23592
+ * Restoring it would publish a camera as talking to nobody.
23593
+ *
23594
+ * See `RuntimeStateDurability`. Enforced by
23595
+ * `scripts/check-runtime-state-durability.ts`.
23596
+ */
23597
+ durability: "session"
23598
+ };
22873
23599
  /**
22874
23600
  * Robotic lawn-mower cap. Models HA `lawn_mower.*` entities — anything
22875
23601
  * with a mowing lifecycle plus a dock action.
@@ -25566,7 +26292,7 @@ method(object({
25566
26292
  toMs: number()
25567
26293
  }), RecordingAvailabilitySchema, {
25568
26294
  kind: "query",
25569
- auth: "admin"
26295
+ auth: "protected"
25570
26296
  }), method(object({
25571
26297
  deviceId: number(),
25572
26298
  fromMs: number(),
@@ -25574,14 +26300,14 @@ method(object({
25574
26300
  tzOffsetMinutes: number()
25575
26301
  }), RecordingDaysSchema, {
25576
26302
  kind: "query",
25577
- auth: "admin"
26303
+ auth: "protected"
25578
26304
  }), method(object({
25579
26305
  deviceId: number(),
25580
26306
  fromMs: number(),
25581
26307
  toMs: number()
25582
26308
  }), RecordingManifestSchema, {
25583
26309
  kind: "query",
25584
- auth: "admin"
26310
+ auth: "protected"
25585
26311
  }), method(object({}), RecordingStorageUsageSchema, {
25586
26312
  kind: "query",
25587
26313
  auth: "admin"
@@ -25871,14 +26597,77 @@ method(object({
25871
26597
  * thing except the comparator: `similarity` (CLIP cosine at the same ROI coords
25872
26598
  * vs condition-tagged references) and `llm` (vision-LLM judgment over the crop).
25873
26599
  *
25874
- * D14 device-config archetype (`deviceConfig.ui.kind:'widget'`) the framework
25875
- * derives the device-detail contribution; the provider carries NO hand-written
25876
- * settings-contribution methods. `status.kind:'push'` the engine pushes on
25877
- * every hysteresis flip / availability change; consumers never poll.
25878
- */
25879
- /** Extensible condition tag. Seeded 'day' | 'night'; open by design so more can
25880
- * be added without a wire break (matching falls back to any-condition refs). */
26600
+ * **No `deviceConfig`, deliberately.** This shipped as the D14 widget archetype,
26601
+ * which put a "Scenes" tab on one camera's detail page. That is the wrong shape
26602
+ * for the thing: a scene is a standing question about the property ("is the bin
26603
+ * still out"), and the operator's question is "which of my scenes have tripped",
26604
+ * across every camera at once — not "what does camera 617 think". Buried one
26605
+ * camera deep it also could not be found. The surface is now a top-level admin
26606
+ * page (`/scenes`, `pages/Scenes.tsx`) that lists every scene on every camera and
26607
+ * picks the camera inside the create flow, the same shape Events and Faces have.
26608
+ *
26609
+ * The consequence to keep in mind: `host/scene-monitor-editor` is gone from
26610
+ * `HOST_WIDGETS` too. `scripts/check-host-widget-resolves.ts` asserts BOTH
26611
+ * directions, so a registration nobody declares fails exactly as loudly as a
26612
+ * declaration nobody registers. The editor is imported directly by the page.
26613
+ *
26614
+ * `status.kind:'push'` — the engine pushes on every hysteresis flip /
26615
+ * availability change; consumers never poll.
26616
+ */
26617
+ /** Extensible condition tag. Seeded 'day' | 'ir' (the two variants the operator
26618
+ * captures) plus 'night' | 'dawn' | 'dusk' from the resolver's sun-times band.
26619
+ * Open by design so more can be added without a wire break.
26620
+ *
26621
+ * Matching does NOT fall back across conditions: cross-condition cosines are
26622
+ * not comparable, so "I have never seen this scene in this light" is reported
26623
+ * as `unknown`, never guessed. A day reference scored against an IR frame
26624
+ * collapses the cosine and would latch a false alarm every single night. */
25881
26625
  var SceneConditionSchema = string();
26626
+ /**
26627
+ * What a scene does when the CURRENT light has no reference of its own.
26628
+ *
26629
+ * The lighting variants are not equally likely to exist. Almost every operator
26630
+ * captures daylight and then never stands outside at 22:00 to capture IR, and a
26631
+ * scene that is only ever going to be asked about a daytime question ("is the
26632
+ * bin still on the kerb at 08:00") does not need a night reference at all. The
26633
+ * night half must therefore be OPTIONAL, and optional means the scene keeps
26634
+ * working without it rather than degrading into a permanent complaint.
26635
+ *
26636
+ * - `skip` (default) — the check in that light is not made. Not a verdict, not
26637
+ * an alarm, not even an `unknown`: the live state simply stays whatever the
26638
+ * last covered light left it at, the latch is untouched, and the hysteresis
26639
+ * run is neither spent nor cleared. The scene resumes by itself at first
26640
+ * light. This is the only behaviour under which "I never captured IR" is a
26641
+ * configuration choice instead of a nightly fault.
26642
+ * - `judge-anyway` — score against the OTHER conditions' references. Available
26643
+ * for cameras whose IR frame is close enough to daylight (a floodlit
26644
+ * driveway, an always-white-light doorbell), and wrong for everything else:
26645
+ * cross-condition cosines are not comparable, so a day reference against a
26646
+ * true IR frame collapses and the scene reports a theft at 21:40.
26647
+ *
26648
+ * Never applies when the scene has NO comparable reference at all — that is
26649
+ * "not armed yet", it is reported as `no-reference-for-condition`, and silence
26650
+ * there would hide a scene the operator never finished setting up.
26651
+ */
26652
+ var SceneUncoveredPolicySchema = _enum(["skip", "judge-anyway"]);
26653
+ /** `matched` = the baseline is what we see; `diverged` = it demonstrably is not;
26654
+ * `unknown` = we cannot judge (no reference for this condition, encoder model
26655
+ * changed, view shifted, no snapshot). `unknown` is a real value, not a null,
26656
+ * and never counts toward hysteresis in either direction. */
26657
+ var SceneVerdictSchema = _enum([
26658
+ "matched",
26659
+ "diverged",
26660
+ "unknown"
26661
+ ]);
26662
+ /** Why a scene cannot judge. Named, because this feature's failure mode is
26663
+ * silence that reads as "nothing has happened". */
26664
+ var SceneUnavailableSchema = _enum([
26665
+ "no-reference-for-condition",
26666
+ "view-shifted",
26667
+ "no-vision-profile",
26668
+ "encoder-model-changed",
26669
+ "no-snapshot"
26670
+ ]);
25882
26671
  /** One captured reference — condition-tagged, model-version-gated. `embedding`
25883
26672
  * is `number[]` (Float32Array does NOT survive MsgPack/UDS). */
25884
26673
  var SceneReferenceSchema = object({
@@ -25886,7 +26675,14 @@ var SceneReferenceSchema = object({
25886
26675
  modelId: string(),
25887
26676
  condition: SceneConditionSchema,
25888
26677
  capturedAt: number(),
25889
- thumbnailMediaId: string().optional()
26678
+ thumbnailMediaId: string().optional(),
26679
+ /** Whole-frame (downscaled) embedding captured alongside the ROI crop. The
26680
+ * anti-view-shift anchor: a bumped camera, a PTZ preset or a re-aim makes the
26681
+ * normalized rect frame a different piece of world, and the scene would
26682
+ * diverge forever with a perfectly plausible cosine. Checked LAZILY, only
26683
+ * when hysteresis is about to flip — one extra encode per candidate
26684
+ * transition, not per poll. */
26685
+ anchorEmbedding: array(number()).optional()
25890
26686
  });
25891
26687
  var SceneMonitorStateSchema = object({
25892
26688
  id: string(),
@@ -25908,6 +26704,28 @@ var SceneCheckSchema = discriminatedUnion("mode", [object({
25908
26704
  profileId: string().optional(),
25909
26705
  hysteresisCount: number().int().positive()
25910
26706
  })]);
26707
+ var SCENE_DEFAULT_ANCHOR_THRESHOLD = .85;
26708
+ /** Night is OPTIONAL. A scene with only a daylight reference sits the IR hours
26709
+ * out in silence rather than reporting a fault every night. */
26710
+ var SCENE_DEFAULT_UNCOVERED_POLICY = "skip";
26711
+ /**
26712
+ * Vision-model adjudication of a candidate flip. Field names deliberately
26713
+ * mirror `NcConfirmSchema` so an operator meets one vocabulary, not two.
26714
+ *
26715
+ * `onTimeout` defaults to **'hold'**, the OPPOSITE of `NcConfirmGate`'s
26716
+ * fail-open: a notification suppressed is the worse error there, but a vision
26717
+ * model that timed out has not told us the bin is gone, and a latch is a
26718
+ * stateful claim that costs the operator a trip to reset.
26719
+ */
26720
+ var SceneConfirmSchema = object({
26721
+ enabled: boolean().default(false),
26722
+ prompt: string().min(1).max(1e3),
26723
+ profileId: string().optional(),
26724
+ timeoutMs: number().int().min(1e3).max(2e4).default(8e3),
26725
+ maxImagePx: number().int().min(64).max(2048).default(448),
26726
+ /** What a timeout / unavailable model means for the PENDING flip. */
26727
+ onTimeout: _enum(["flip", "hold"]).default("hold")
26728
+ });
25911
26729
  var SceneMonitorSchema = object({
25912
26730
  id: string(),
25913
26731
  label: string(),
@@ -25926,7 +26744,56 @@ var SceneMonitorSchema = object({
25926
26744
  lastConfidence: number().nullable(),
25927
26745
  currentCondition: SceneConditionSchema.nullable(),
25928
26746
  availability: _enum(["ok", "unavailable"]),
25929
- unavailableReason: string().nullable()
26747
+ unavailableReason: string().nullable(),
26748
+ /** Which state is "the initial screen". `null` until the first capture. */
26749
+ baselineStateId: string().nullable(),
26750
+ /** Which boolean drives notification rules and any export. */
26751
+ emit: _enum(["latched", "live"]).default("latched"),
26752
+ /** Live: does the region match the baseline RIGHT NOW. */
26753
+ verdict: SceneVerdictSchema,
26754
+ /** Has it been `diverged` at least once since `armedAt` — the operator's boolean. */
26755
+ latched: boolean(),
26756
+ /** Last reset (or creation). */
26757
+ armedAt: number(),
26758
+ divergedAt: number().nullable(),
26759
+ restoredAt: number().nullable(),
26760
+ /** A check is only COUNTED when the device has been quiet this long. Motion
26761
+ * during the window DISCARDS the observation — a car pulling up in front of
26762
+ * the bin must not be able to spend hysteresis credit. */
26763
+ quietSeconds: number().int().min(0).max(3600).default(60),
26764
+ /** An observation only advances the pending count when it is at least this
26765
+ * far from the previously counted one, so N agreeing checks span real time
26766
+ * rather than N adjacent polls inside one occlusion. */
26767
+ minObservationSpacingSec: number().int().min(0).max(3600).default(120),
26768
+ /** Vision-model adjudication of a candidate flip. Similarity primary only. */
26769
+ confirm: SceneConfirmSchema.optional(),
26770
+ /** Whole-frame anchor cosine below which a flip is REFUSED as `view-shifted`. */
26771
+ anchorThreshold: number().min(0).max(1).default(SCENE_DEFAULT_ANCHOR_THRESHOLD),
26772
+ /** Clear the latch on its own when the scene matches again? Default false —
26773
+ * `restoredAt` and the `scene-restored` edge are recorded regardless, so an
26774
+ * automation can react to the bin coming back without the operator's own
26775
+ * alarm silently clearing itself. */
26776
+ autoRestore: boolean().default(false),
26777
+ /** What to do when the current light has no reference of its own. See
26778
+ * {@link SceneUncoveredPolicySchema} — the default makes night OPTIONAL. */
26779
+ onUncoveredCondition: SceneUncoveredPolicySchema.default(SCENE_DEFAULT_UNCOVERED_POLICY),
26780
+ /**
26781
+ * The light whose checks are currently being SAT OUT under
26782
+ * `onUncoveredCondition: 'skip'` — `null` when the scene is checking normally.
26783
+ *
26784
+ * Engine-reported and advisory only: it moves no verdict, no latch and no
26785
+ * hysteresis. It exists so the card can say *"night (IR) — checks paused,
26786
+ * nothing captured in this light"* in the same calm voice as the coverage
26787
+ * line, because the alternative is a scene that silently stops answering
26788
+ * after sunset with nothing anywhere saying why. A skipped check must never
26789
+ * read as a broken one.
26790
+ */
26791
+ suspendedCondition: SceneConditionSchema.nullable().default(null),
26792
+ /** Named cause when `verdict === 'unknown'`. */
26793
+ unavailable: SceneUnavailableSchema.nullable(),
26794
+ /** Conditions that have at least one comparable reference — the coverage line
26795
+ * ("day ✓ · ir ✓ · dusk ✗") that turns a silent fallback into a visible fact. */
26796
+ coveredConditions: array(SceneConditionSchema)
25930
26797
  });
25931
26798
  var SceneMonitorStatusSchema = object({
25932
26799
  monitors: array(SceneMonitorSchema),
@@ -25939,12 +26806,6 @@ var sceneMonitorCapability = {
25939
26806
  kind: "wrapper",
25940
26807
  defaultActive: true,
25941
26808
  deviceTypes: [DeviceType.Camera],
25942
- deviceConfig: { ui: {
25943
- kind: "widget",
25944
- widgetId: "host/scene-monitor-editor",
25945
- tab: "scenes",
25946
- label: "Scenes"
25947
- } },
25948
26809
  methods: {
25949
26810
  listScenes: method(object({ deviceId: number() }), SceneMonitorStatusSchema),
25950
26811
  createScene: method(object({
@@ -25975,7 +26836,15 @@ var sceneMonitorCapability = {
25975
26836
  "both"
25976
26837
  ]).optional(),
25977
26838
  checkIntervalSec: number().optional(),
25978
- check: SceneCheckSchema.optional()
26839
+ check: SceneCheckSchema.optional(),
26840
+ emit: _enum(["latched", "live"]).optional(),
26841
+ quietSeconds: number().int().min(0).max(3600).optional(),
26842
+ minObservationSpacingSec: number().int().min(0).max(3600).optional(),
26843
+ anchorThreshold: number().min(0).max(1).optional(),
26844
+ autoRestore: boolean().optional(),
26845
+ onUncoveredCondition: SceneUncoveredPolicySchema.optional(),
26846
+ /** `null` clears the vision-model adjudicator. */
26847
+ confirm: SceneConfirmSchema.nullable().optional()
25979
26848
  })
25980
26849
  }), _void(), {
25981
26850
  kind: "mutation",
@@ -26016,6 +26885,26 @@ var sceneMonitorCapability = {
26016
26885
  }), _void(), {
26017
26886
  kind: "mutation",
26018
26887
  auth: "admin"
26888
+ }),
26889
+ /**
26890
+ * Clear the latch, re-arm, and — by default — RE-CAPTURE the baseline for
26891
+ * the CURRENT condition. The bin never goes back in exactly the same spot;
26892
+ * "reset" in the operator's head means *this is the new normal*, and
26893
+ * re-capture is what makes the feature self-healing against slow drift
26894
+ * instead of failing silently weeks later.
26895
+ *
26896
+ * Reachable from three surfaces on this one mutation: the scene card, a
26897
+ * notification button (an `onTrigger` sequence with a `kind:'cap'` step —
26898
+ * no new Notification-Center code at all), and tRPC for scripts.
26899
+ */
26900
+ resetScene: method(object({
26901
+ deviceId: number(),
26902
+ monitorId: string(),
26903
+ /** Defaults to TRUE at the provider seam — see `SCENE_RESET_RECAPTURES`. */
26904
+ recapture: boolean().optional()
26905
+ }), _void(), {
26906
+ kind: "mutation",
26907
+ auth: "admin"
26019
26908
  })
26020
26909
  },
26021
26910
  status: {
@@ -26252,7 +27141,70 @@ var CamStreamDescriptorSchema = object({
26252
27141
  /** Transport-specific opaque metadata (e.g. rfc4571 SDP). */
26253
27142
  metadata: record(string(), unknown()).optional()
26254
27143
  });
26255
- DeviceType.Camera, method(object({ deviceId: number().int().nonnegative() }), array(CamStreamDescriptorSchema).readonly());
27144
+ /**
27145
+ * `stream-catalog` — device-scoped, provider-implemented. The pull counterpart
27146
+ * of the removed `publishCameraStream` push: a camera provider returns the full
27147
+ * set of stream descriptors it can offer for the device, synchronously, so the
27148
+ * broker can reconcile its registry against the authoritative provider state.
27149
+ */
27150
+ /**
27151
+ * The catalog as a DURABLE fact rather than a live answer.
27152
+ *
27153
+ * A battery camera's descriptors are profile-stable — they change when the
27154
+ * operator rewrites an encoder profile, not minute to minute — but building
27155
+ * them costs a Baichuan login, which on a sleeping Argus IS a wake. So the
27156
+ * provider is allowed to build them exactly once per profile and must serve
27157
+ * every later pull from a cache.
27158
+ *
27159
+ * Holding that cache only in RAM is what turned a restart into an outage. The
27160
+ * runner comes back with the camera asleep, `buildStreamCatalogUncached`
27161
+ * correctly refuses to wake it, the pull answers `[]`, the broker has no
27162
+ * cam-stream entry to build a broker from, and `webrtcSession.handleOffer`
27163
+ * fails with a flat "No broker for stream" — for as long as the camera sleeps,
27164
+ * which on a battery cam is most of the day. The camera was fine. The stream
27165
+ * was unreachable because the process had forgotten what the camera offers.
27166
+ *
27167
+ * Declaring it here puts it in `device-runtime-state`, the kernel's canonical
27168
+ * declared collection, with the same `restored` durability `battery` uses for
27169
+ * the same reason: the last known value is the only value there is while the
27170
+ * device is asleep. The broker's brokers are therefore always DEFINABLE — it
27171
+ * is the DIAL that wakes a camera, never the catalog (D173).
27172
+ */
27173
+ var StreamCatalogStateSchema = object({
27174
+ /** The descriptors as last built from a real camera response. Never a guess:
27175
+ * a failed or refused build writes NOTHING, so a restored catalog is always
27176
+ * one the camera itself once produced. */
27177
+ descriptors: array(CamStreamDescriptorSchema),
27178
+ /** Ms epoch of the build that produced {@link descriptors}. Lets the wake
27179
+ * path decide whether the camera's own awake window is worth spending on a
27180
+ * re-read. */
27181
+ lastFetchedAt: number()
27182
+ });
27183
+ var streamCatalogCapability = {
27184
+ name: "stream-catalog",
27185
+ scope: "device",
27186
+ deviceNative: true,
27187
+ mode: "singleton",
27188
+ deviceTypes: [DeviceType.Camera],
27189
+ methods: { getCatalog: method(object({ deviceId: number().int().nonnegative() }), array(CamStreamDescriptorSchema).readonly()) },
27190
+ runtimeState: StreamCatalogStateSchema,
27191
+ /**
27192
+ * Runtime-state durability: **restored** — see the schema doc. A cold
27193
+ * catalog on a sleeping battery camera is not a slow first frame, it is a
27194
+ * camera that cannot be watched at all until it happens to wake.
27195
+ *
27196
+ * Churn is nil by construction: the slice is written only by a SUCCESSFUL
27197
+ * build, and a build only runs when there is no cached copy (or the copy is
27198
+ * a day old and the camera is awake anyway).
27199
+ *
27200
+ * See `RuntimeStateDurability`. Enforced by
27201
+ * `scripts/check-runtime-state-durability.ts`.
27202
+ */
27203
+ durability: "restored",
27204
+ /** Clock field: written, but excluded from the compare that decides whether
27205
+ * persisting is worth a SQLite commit — the descriptors are the value. */
27206
+ volatileStateFields: ["lastFetchedAt"]
27207
+ };
26256
27208
  /** One of the camera's stream profiles. */
26257
27209
  var StreamProfileSchema = _enum([
26258
27210
  "main",
@@ -26506,12 +27458,64 @@ var NetworkAddressSchema = object({
26506
27458
  family: string(),
26507
27459
  internal: boolean()
26508
27460
  });
27461
+ /**
27462
+ * Provenance of the site coordinates, and the whole reason this is not just two
27463
+ * numbers.
27464
+ *
27465
+ * - `operator-set` — a human typed it, or accepted a detection. Authoritative;
27466
+ * nothing overwrites it.
27467
+ * - `derived-from-ip` — the hub geolocated its own public IP once, because a
27468
+ * default that is right to a few kilometres beats the coarse UTC clock split
27469
+ * the sun-times consumers otherwise fall back to.
27470
+ *
27471
+ * The UI shows which one it is. An operator who cannot tell a guess from their
27472
+ * own input will eventually trust the guess.
27473
+ */
27474
+ var SiteLocationSourceSchema = _enum(["operator-set", "derived-from-ip"]);
27475
+ /**
27476
+ * The read shape: the location plus the honest state of the one-shot derivation.
27477
+ *
27478
+ * `derivationAttemptedAt` is what makes the "one call, ever" contract
27479
+ * inspectable. When it is set and `location` is null, the geo-IP lookup ran and
27480
+ * failed; the hub will NOT try again on its own — the fallback is declared
27481
+ * (consumers degrade to their own last resort) and the operator either types the
27482
+ * coordinates or presses detect.
27483
+ */
27484
+ var SiteLocationStatusSchema = object({
27485
+ location: object({
27486
+ /** WGS84 decimal degrees. */
27487
+ latitude: number().min(-90).max(90),
27488
+ longitude: number().min(-180).max(180),
27489
+ source: SiteLocationSourceSchema,
27490
+ /** Epoch ms the value was last written. */
27491
+ updatedAt: number(),
27492
+ /**
27493
+ * Human-readable place the geo-IP service reported ("Napoli, IT"). Display
27494
+ * only — never parsed, never matched on. Absent for an operator-typed value.
27495
+ */
27496
+ label: string().optional()
27497
+ }).nullable(),
27498
+ derivationAttemptedAt: number().nullable(),
27499
+ /** Why the last derivation failed, for the UI to show instead of a shrug. */
27500
+ derivationError: string().nullable()
27501
+ });
27502
+ /** `null` clears the location and re-arms nothing — the derivation stays spent. */
27503
+ var SetSiteLocationInputSchema = object({
27504
+ latitude: number().min(-90).max(90),
27505
+ longitude: number().min(-180).max(180)
27506
+ }).nullable();
26509
27507
  method(_void(), FeatureManifestSchema), method(_void(), HealthStatusSchema), method(_void(), FeatureManifestSchema), method(_void(), array(NetworkAddressSchema).readonly()), method(_void(), unknown().nullable(), { auth: "admin" }), method(record(string(), unknown()), _null(), {
26510
27508
  kind: "mutation",
26511
27509
  auth: "admin"
26512
27510
  }), method(_void(), _void(), {
26513
27511
  kind: "mutation",
26514
27512
  auth: "admin"
27513
+ }), method(_void(), SiteLocationStatusSchema), method(SetSiteLocationInputSchema, SiteLocationStatusSchema, {
27514
+ kind: "mutation",
27515
+ auth: "admin"
27516
+ }), method(_void(), SiteLocationStatusSchema, {
27517
+ kind: "mutation",
27518
+ auth: "admin"
26515
27519
  });
26516
27520
  /**
26517
27521
  * Tamper / case-open detection sensor. Drives Home Assistant
@@ -27831,6 +28835,7 @@ var DEVICE_LOCAL_STATE_CAPS = {
27831
28835
  humiditySensor: humiditySensorCapability,
27832
28836
  image: imageCapability,
27833
28837
  imageSettings: imageSettingsCapability,
28838
+ intercom: intercomCapability,
27834
28839
  lawnMowerControl: lawnMowerControlCapability,
27835
28840
  lockControl: lockControlCapability,
27836
28841
  mediaPlayer: mediaPlayerCapability,
@@ -27849,6 +28854,7 @@ var DEVICE_LOCAL_STATE_CAPS = {
27849
28854
  sceneMonitor: sceneMonitorCapability,
27850
28855
  scriptRunner: scriptRunnerCapability,
27851
28856
  smoke: smokeCapability,
28857
+ streamCatalog: streamCatalogCapability,
27852
28858
  streamParams: streamParamsCapability,
27853
28859
  switch: switchCapability,
27854
28860
  tamper: tamperCapability,
@@ -28502,6 +29508,15 @@ var BaseDeviceProvider = class extends BaseAddon {
28502
29508
  labels: ["probe not implemented"]
28503
29509
  };
28504
29510
  }
29511
+ /**
29512
+ * Top-level devices restored at once in {@link onRestoreDevices}.
29513
+ *
29514
+ * Four covers the fleets this ships to without turning a boot into a burst a
29515
+ * camera NVR answers with a refusal. A provider whose upstream is a single
29516
+ * session with a serial command channel (a Baichuan hub, an NVR that
29517
+ * serialises ISAPI) should lower it; nothing needs to raise it.
29518
+ */
29519
+ restoreConcurrency = 4;
28505
29520
  async restoreDevices(savedDevices) {
28506
29521
  await this.onRestoreDevices(savedDevices);
28507
29522
  if (savedDevices.length > 0) this.ctx.logger.info(`Restored ${savedDevices.length} ${this.providerName} device(s)`);
@@ -28533,15 +29548,15 @@ var BaseDeviceProvider = class extends BaseAddon {
28533
29548
  */
28534
29549
  async onRestoreDevices(savedDevices) {
28535
29550
  const restored = /* @__PURE__ */ new Set();
28536
- for (const saved of savedDevices) {
28537
- if (saved.parentDeviceId !== null) continue;
29551
+ const topLevel = savedDevices.filter((saved) => saved.parentDeviceId === null);
29552
+ const restoreOne = async (saved) => {
28538
29553
  const Class = this.deviceClasses[saved.type];
28539
29554
  if (!Class) {
28540
29555
  this.ctx.logger.warn("No device class registered for restored type — skipping", {
28541
29556
  tags: { stableId: saved.stableId },
28542
29557
  meta: { type: saved.type }
28543
29558
  });
28544
- continue;
29559
+ return;
28545
29560
  }
28546
29561
  try {
28547
29562
  await this.ctx.kernel.devices.create(saved.stableId, Class, {});
@@ -28555,7 +29570,15 @@ var BaseDeviceProvider = class extends BaseAddon {
28555
29570
  }
28556
29571
  });
28557
29572
  }
28558
- }
29573
+ };
29574
+ let nextTopLevel = 0;
29575
+ await Promise.all(Array.from({ length: Math.min(Math.max(1, this.restoreConcurrency), topLevel.length) }, async () => {
29576
+ for (;;) {
29577
+ const saved = topLevel[nextTopLevel++];
29578
+ if (saved === void 0) return;
29579
+ await restoreOne(saved);
29580
+ }
29581
+ }));
28559
29582
  const childRows = savedDevices.filter((s) => s.parentDeviceId !== null);
28560
29583
  for (const saved of childRows) {
28561
29584
  const Class = this.deviceClasses[saved.type];
@@ -30646,6 +31669,12 @@ Object.freeze({
30646
31669
  addonId: null,
30647
31670
  access: "create"
30648
31671
  },
31672
+ "llm.cancel": {
31673
+ capName: "llm",
31674
+ capScope: "system",
31675
+ addonId: null,
31676
+ access: "create"
31677
+ },
30649
31678
  "llm.deleteModel": {
30650
31679
  capName: "llm",
30651
31680
  capScope: "system",
@@ -30730,6 +31759,12 @@ Object.freeze({
30730
31759
  addonId: null,
30731
31760
  access: "view"
30732
31761
  },
31762
+ "llm.resolveModelRef": {
31763
+ capName: "llm",
31764
+ capScope: "system",
31765
+ addonId: null,
31766
+ access: "create"
31767
+ },
30733
31768
  "llm.setDefault": {
30734
31769
  capName: "llm",
30735
31770
  capScope: "system",
@@ -32896,6 +33931,12 @@ Object.freeze({
32896
33931
  addonId: null,
32897
33932
  access: "create"
32898
33933
  },
33934
+ "sceneMonitor.resetScene": {
33935
+ capName: "scene-monitor",
33936
+ capScope: "device",
33937
+ addonId: null,
33938
+ access: "delete"
33939
+ },
32899
33940
  "sceneMonitor.updateScene": {
32900
33941
  capName: "scene-monitor",
32901
33942
  capScope: "device",
@@ -33034,6 +34075,12 @@ Object.freeze({
33034
34075
  addonId: null,
33035
34076
  access: "view"
33036
34077
  },
34078
+ "snapshot.getDebugState": {
34079
+ capName: "snapshot",
34080
+ capScope: "device",
34081
+ addonId: null,
34082
+ access: "view"
34083
+ },
33037
34084
  "snapshot.getSnapshot": {
33038
34085
  capName: "snapshot",
33039
34086
  capScope: "device",
@@ -33574,6 +34621,12 @@ Object.freeze({
33574
34621
  addonId: null,
33575
34622
  access: "create"
33576
34623
  },
34624
+ "system.detectSiteLocation": {
34625
+ capName: "system",
34626
+ capScope: "system",
34627
+ addonId: null,
34628
+ access: "create"
34629
+ },
33577
34630
  "system.featureFlags": {
33578
34631
  capName: "system",
33579
34632
  capScope: "system",
@@ -33592,6 +34645,12 @@ Object.freeze({
33592
34645
  addonId: null,
33593
34646
  access: "view"
33594
34647
  },
34648
+ "system.getSiteLocation": {
34649
+ capName: "system",
34650
+ capScope: "system",
34651
+ addonId: null,
34652
+ access: "view"
34653
+ },
33595
34654
  "system.health": {
33596
34655
  capName: "system",
33597
34656
  capScope: "system",
@@ -33616,6 +34675,12 @@ Object.freeze({
33616
34675
  addonId: null,
33617
34676
  access: "create"
33618
34677
  },
34678
+ "system.setSiteLocation": {
34679
+ capName: "system",
34680
+ capScope: "system",
34681
+ addonId: null,
34682
+ access: "create"
34683
+ },
33619
34684
  "terminalSession.adoptLegacyMonitor": {
33620
34685
  capName: "terminal-session",
33621
34686
  capScope: "system",
@@ -34187,6 +35252,1709 @@ Object.freeze({
34187
35252
  access: "create"
34188
35253
  }
34189
35254
  });
35255
+ Object.freeze({
35256
+ "accessories.setChildHidden": [{
35257
+ name: "childDeviceId",
35258
+ form: "single",
35259
+ optional: false
35260
+ }, {
35261
+ name: "deviceId",
35262
+ form: "single",
35263
+ optional: false
35264
+ }],
35265
+ "addonSettings.getDeviceSettings": [{
35266
+ name: "deviceId",
35267
+ form: "single",
35268
+ optional: false
35269
+ }],
35270
+ "addonSettings.updateDeviceSettings": [{
35271
+ name: "deviceId",
35272
+ form: "single",
35273
+ optional: false
35274
+ }],
35275
+ "alarmPanel.arm": [{
35276
+ name: "deviceId",
35277
+ form: "single",
35278
+ optional: false
35279
+ }],
35280
+ "alarmPanel.disarm": [{
35281
+ name: "deviceId",
35282
+ form: "single",
35283
+ optional: false
35284
+ }],
35285
+ "alarmPanel.trigger": [{
35286
+ name: "deviceId",
35287
+ form: "single",
35288
+ optional: false
35289
+ }],
35290
+ "audioAnalysis.resolveDeviceSettings": [{
35291
+ name: "deviceId",
35292
+ form: "single",
35293
+ optional: false
35294
+ }],
35295
+ "audioAnalyzer.classify": [{
35296
+ name: "deviceId",
35297
+ form: "single",
35298
+ optional: true
35299
+ }],
35300
+ "audioMetrics.getCurrentSnapshot": [{
35301
+ name: "deviceId",
35302
+ form: "single",
35303
+ optional: false
35304
+ }],
35305
+ "audioMetrics.getHistory": [{
35306
+ name: "deviceId",
35307
+ form: "single",
35308
+ optional: false
35309
+ }],
35310
+ "automationControl.disable": [{
35311
+ name: "deviceId",
35312
+ form: "single",
35313
+ optional: false
35314
+ }],
35315
+ "automationControl.enable": [{
35316
+ name: "deviceId",
35317
+ form: "single",
35318
+ optional: false
35319
+ }],
35320
+ "automationControl.trigger": [{
35321
+ name: "deviceId",
35322
+ form: "single",
35323
+ optional: false
35324
+ }],
35325
+ "battery.wakeForStream": [{
35326
+ name: "deviceId",
35327
+ form: "single",
35328
+ optional: false
35329
+ }],
35330
+ "brightness.setBrightness": [{
35331
+ name: "deviceId",
35332
+ form: "single",
35333
+ optional: false
35334
+ }],
35335
+ "button.press": [{
35336
+ name: "deviceId",
35337
+ form: "single",
35338
+ optional: false
35339
+ }],
35340
+ "cameraCredentials.getCredentials": [{
35341
+ name: "deviceId",
35342
+ form: "single",
35343
+ optional: false
35344
+ }],
35345
+ "cameraStreams.getBrokerStreams": [{
35346
+ name: "deviceId",
35347
+ form: "single",
35348
+ optional: false
35349
+ }],
35350
+ "cameraStreams.getCameraStreams": [{
35351
+ name: "deviceId",
35352
+ form: "single",
35353
+ optional: false
35354
+ }],
35355
+ "cameraStreams.getProfileRtspEntries": [{
35356
+ name: "deviceId",
35357
+ form: "single",
35358
+ optional: false
35359
+ }],
35360
+ "cameraStreams.getRtspEntries": [{
35361
+ name: "deviceId",
35362
+ form: "single",
35363
+ optional: false
35364
+ }],
35365
+ "cameraStreams.pickStream": [{
35366
+ name: "deviceId",
35367
+ form: "single",
35368
+ optional: false
35369
+ }],
35370
+ "climateControl.setFanMode": [{
35371
+ name: "deviceId",
35372
+ form: "single",
35373
+ optional: false
35374
+ }],
35375
+ "climateControl.setMode": [{
35376
+ name: "deviceId",
35377
+ form: "single",
35378
+ optional: false
35379
+ }],
35380
+ "climateControl.setPreset": [{
35381
+ name: "deviceId",
35382
+ form: "single",
35383
+ optional: false
35384
+ }],
35385
+ "climateControl.setSwingHorizontal": [{
35386
+ name: "deviceId",
35387
+ form: "single",
35388
+ optional: false
35389
+ }],
35390
+ "climateControl.setSwingVertical": [{
35391
+ name: "deviceId",
35392
+ form: "single",
35393
+ optional: false
35394
+ }],
35395
+ "climateControl.setTarget": [{
35396
+ name: "deviceId",
35397
+ form: "single",
35398
+ optional: false
35399
+ }],
35400
+ "climateControl.setTargetHumidity": [{
35401
+ name: "deviceId",
35402
+ form: "single",
35403
+ optional: false
35404
+ }],
35405
+ "climateControl.setTargetRange": [{
35406
+ name: "deviceId",
35407
+ form: "single",
35408
+ optional: false
35409
+ }],
35410
+ "color.setColor": [{
35411
+ name: "deviceId",
35412
+ form: "single",
35413
+ optional: false
35414
+ }],
35415
+ "consumables.reset": [{
35416
+ name: "deviceId",
35417
+ form: "single",
35418
+ optional: false
35419
+ }],
35420
+ "control.setValue": [{
35421
+ name: "deviceId",
35422
+ form: "single",
35423
+ optional: false
35424
+ }],
35425
+ "cover.close": [{
35426
+ name: "deviceId",
35427
+ form: "single",
35428
+ optional: false
35429
+ }],
35430
+ "cover.open": [{
35431
+ name: "deviceId",
35432
+ form: "single",
35433
+ optional: false
35434
+ }],
35435
+ "cover.setPosition": [{
35436
+ name: "deviceId",
35437
+ form: "single",
35438
+ optional: false
35439
+ }],
35440
+ "cover.setTiltPosition": [{
35441
+ name: "deviceId",
35442
+ form: "single",
35443
+ optional: false
35444
+ }],
35445
+ "cover.stop": [{
35446
+ name: "deviceId",
35447
+ form: "single",
35448
+ optional: false
35449
+ }],
35450
+ "dayNight.getOptions": [{
35451
+ name: "deviceId",
35452
+ form: "single",
35453
+ optional: false
35454
+ }],
35455
+ "dayNight.setSettings": [{
35456
+ name: "deviceId",
35457
+ form: "single",
35458
+ optional: false
35459
+ }],
35460
+ "decoder.createSession": [{
35461
+ name: "deviceId",
35462
+ form: "single",
35463
+ optional: true
35464
+ }],
35465
+ "deviceAdoption.release": [{
35466
+ name: "camDeviceId",
35467
+ form: "single",
35468
+ optional: false
35469
+ }],
35470
+ "deviceAdoption.resync": [{
35471
+ name: "camDeviceId",
35472
+ form: "single",
35473
+ optional: false
35474
+ }],
35475
+ "deviceDiscovery.adoptDevice": [{
35476
+ name: "deviceId",
35477
+ form: "single",
35478
+ optional: false
35479
+ }],
35480
+ "deviceDiscovery.listDiscovered": [{
35481
+ name: "deviceId",
35482
+ form: "single",
35483
+ optional: false
35484
+ }],
35485
+ "deviceDiscovery.refreshDiscovery": [{
35486
+ name: "deviceId",
35487
+ form: "single",
35488
+ optional: false
35489
+ }],
35490
+ "deviceDiscovery.releaseDevice": [{
35491
+ name: "childDeviceId",
35492
+ form: "single",
35493
+ optional: false
35494
+ }, {
35495
+ name: "deviceId",
35496
+ form: "single",
35497
+ optional: false
35498
+ }],
35499
+ "deviceManager.adoptionRelease": [{
35500
+ name: "camDeviceId",
35501
+ form: "single",
35502
+ optional: false
35503
+ }],
35504
+ "deviceManager.adoptionResync": [{
35505
+ name: "camDeviceId",
35506
+ form: "single",
35507
+ optional: false
35508
+ }],
35509
+ "deviceManager.applyInitialMeta": [{
35510
+ name: "deviceId",
35511
+ form: "single",
35512
+ optional: false
35513
+ }, {
35514
+ name: "linkDeviceId",
35515
+ form: "single",
35516
+ optional: true
35517
+ }],
35518
+ "deviceManager.disable": [{
35519
+ name: "deviceId",
35520
+ form: "single",
35521
+ optional: false
35522
+ }],
35523
+ "deviceManager.enable": [{
35524
+ name: "deviceId",
35525
+ form: "single",
35526
+ optional: false
35527
+ }],
35528
+ "deviceManager.getBindings": [{
35529
+ name: "deviceId",
35530
+ form: "single",
35531
+ optional: false
35532
+ }],
35533
+ "deviceManager.getChildren": [{
35534
+ name: "parentDeviceId",
35535
+ form: "single",
35536
+ optional: false
35537
+ }],
35538
+ "deviceManager.getConfigSchema": [{
35539
+ name: "deviceId",
35540
+ form: "single",
35541
+ optional: false
35542
+ }],
35543
+ "deviceManager.getDevice": [{
35544
+ name: "deviceId",
35545
+ form: "single",
35546
+ optional: false
35547
+ }],
35548
+ "deviceManager.getDeviceAggregate": [{
35549
+ name: "deviceId",
35550
+ form: "single",
35551
+ optional: false
35552
+ }],
35553
+ "deviceManager.getDeviceLiveInfoAggregate": [{
35554
+ name: "deviceId",
35555
+ form: "single",
35556
+ optional: false
35557
+ }],
35558
+ "deviceManager.getDeviceSettingsAggregate": [{
35559
+ name: "deviceId",
35560
+ form: "single",
35561
+ optional: false
35562
+ }],
35563
+ "deviceManager.getDeviceStatusAggregate": [{
35564
+ name: "deviceId",
35565
+ form: "single",
35566
+ optional: false
35567
+ }],
35568
+ "deviceManager.getDeviceStatusAggregateBatch": [{
35569
+ name: "deviceIds",
35570
+ form: "array",
35571
+ optional: false
35572
+ }],
35573
+ "deviceManager.getLinkedDevices": [{
35574
+ name: "deviceId",
35575
+ form: "single",
35576
+ optional: false
35577
+ }],
35578
+ "deviceManager.getSettingsSchema": [{
35579
+ name: "deviceId",
35580
+ form: "single",
35581
+ optional: false
35582
+ }],
35583
+ "deviceManager.getStreamProfileMap": [{
35584
+ name: "deviceId",
35585
+ form: "single",
35586
+ optional: false
35587
+ }],
35588
+ "deviceManager.getStreamSources": [{
35589
+ name: "deviceId",
35590
+ form: "single",
35591
+ optional: false
35592
+ }],
35593
+ "deviceManager.getWireableFields": [{
35594
+ name: "deviceId",
35595
+ form: "single",
35596
+ optional: false
35597
+ }],
35598
+ "deviceManager.loadConfig": [{
35599
+ name: "deviceId",
35600
+ form: "single",
35601
+ optional: false
35602
+ }],
35603
+ "deviceManager.loadMeta": [{
35604
+ name: "deviceId",
35605
+ form: "single",
35606
+ optional: false
35607
+ }],
35608
+ "deviceManager.loadRuntimeState": [{
35609
+ name: "deviceId",
35610
+ form: "single",
35611
+ optional: false
35612
+ }],
35613
+ "deviceManager.persistConfig": [{
35614
+ name: "deviceId",
35615
+ form: "single",
35616
+ optional: false
35617
+ }],
35618
+ "deviceManager.probeStreams": [{
35619
+ name: "deviceId",
35620
+ form: "single",
35621
+ optional: false
35622
+ }],
35623
+ "deviceManager.registerDevice": [{
35624
+ name: "parentDeviceId",
35625
+ form: "single",
35626
+ optional: true
35627
+ }],
35628
+ "deviceManager.remove": [{
35629
+ name: "deviceId",
35630
+ form: "single",
35631
+ optional: false
35632
+ }],
35633
+ "deviceManager.removeDevice": [{
35634
+ name: "deviceId",
35635
+ form: "single",
35636
+ optional: false
35637
+ }],
35638
+ "deviceManager.runDeviceAction": [{
35639
+ name: "deviceId",
35640
+ form: "single",
35641
+ optional: false
35642
+ }],
35643
+ "deviceManager.setChildLayout": [{
35644
+ name: "deviceId",
35645
+ form: "single",
35646
+ optional: false
35647
+ }],
35648
+ "deviceManager.setDisabled": [{
35649
+ name: "deviceId",
35650
+ form: "single",
35651
+ optional: false
35652
+ }],
35653
+ "deviceManager.setDisplay": [{
35654
+ name: "deviceId",
35655
+ form: "single",
35656
+ optional: false
35657
+ }],
35658
+ "deviceManager.setIntegrationId": [{
35659
+ name: "deviceId",
35660
+ form: "single",
35661
+ optional: false
35662
+ }],
35663
+ "deviceManager.setLinkDeviceId": [{
35664
+ name: "deviceId",
35665
+ form: "single",
35666
+ optional: false
35667
+ }, {
35668
+ name: "linkDeviceId",
35669
+ form: "single",
35670
+ optional: true
35671
+ }],
35672
+ "deviceManager.setLocation": [{
35673
+ name: "deviceId",
35674
+ form: "single",
35675
+ optional: false
35676
+ }],
35677
+ "deviceManager.setMetadata": [{
35678
+ name: "deviceId",
35679
+ form: "single",
35680
+ optional: false
35681
+ }],
35682
+ "deviceManager.setName": [{
35683
+ name: "deviceId",
35684
+ form: "single",
35685
+ optional: false
35686
+ }],
35687
+ "deviceManager.setPrimaryChildEntityId": [{
35688
+ name: "deviceId",
35689
+ form: "single",
35690
+ optional: false
35691
+ }],
35692
+ "deviceManager.setRole": [{
35693
+ name: "deviceId",
35694
+ form: "single",
35695
+ optional: false
35696
+ }],
35697
+ "deviceManager.setStreamProfileMap": [{
35698
+ name: "deviceId",
35699
+ form: "single",
35700
+ optional: false
35701
+ }],
35702
+ "deviceManager.setType": [{
35703
+ name: "deviceId",
35704
+ form: "single",
35705
+ optional: false
35706
+ }],
35707
+ "deviceManager.setWrapperActive": [{
35708
+ name: "deviceId",
35709
+ form: "single",
35710
+ optional: false
35711
+ }],
35712
+ "deviceManager.testField": [{
35713
+ name: "deviceId",
35714
+ form: "single",
35715
+ optional: false
35716
+ }],
35717
+ "deviceManager.updateConfig": [{
35718
+ name: "deviceId",
35719
+ form: "single",
35720
+ optional: false
35721
+ }],
35722
+ "deviceManager.updateDeviceField": [{
35723
+ name: "deviceId",
35724
+ form: "single",
35725
+ optional: false
35726
+ }],
35727
+ "deviceManager.updateDeviceFieldsBatch": [{
35728
+ name: "deviceId",
35729
+ form: "single",
35730
+ optional: false
35731
+ }],
35732
+ "deviceOps.getConfigEntries": [{
35733
+ name: "deviceId",
35734
+ form: "single",
35735
+ optional: false
35736
+ }],
35737
+ "deviceOps.getRawState": [{
35738
+ name: "deviceId",
35739
+ form: "single",
35740
+ optional: false
35741
+ }],
35742
+ "deviceOps.getSettingsSchema": [{
35743
+ name: "deviceId",
35744
+ form: "single",
35745
+ optional: false
35746
+ }],
35747
+ "deviceOps.getStreamSources": [{
35748
+ name: "deviceId",
35749
+ form: "single",
35750
+ optional: false
35751
+ }],
35752
+ "deviceOps.removeDevice": [{
35753
+ name: "deviceId",
35754
+ form: "single",
35755
+ optional: false
35756
+ }],
35757
+ "deviceOps.runAction": [{
35758
+ name: "deviceId",
35759
+ form: "single",
35760
+ optional: false
35761
+ }],
35762
+ "deviceOps.setConfig": [{
35763
+ name: "deviceId",
35764
+ form: "single",
35765
+ optional: false
35766
+ }],
35767
+ "deviceState.getCapSlice": [{
35768
+ name: "deviceId",
35769
+ form: "single",
35770
+ optional: false
35771
+ }],
35772
+ "deviceState.getSnapshot": [{
35773
+ name: "deviceId",
35774
+ form: "single",
35775
+ optional: false
35776
+ }],
35777
+ "deviceState.setCapSlice": [{
35778
+ name: "deviceId",
35779
+ form: "single",
35780
+ optional: false
35781
+ }],
35782
+ "events.getEventClipUrl": [{
35783
+ name: "deviceId",
35784
+ form: "single",
35785
+ optional: false
35786
+ }],
35787
+ "events.getEvents": [{
35788
+ name: "deviceId",
35789
+ form: "single",
35790
+ optional: false
35791
+ }],
35792
+ "events.getEventThumbnail": [{
35793
+ name: "deviceId",
35794
+ form: "single",
35795
+ optional: false
35796
+ }],
35797
+ "faceGallery.getFaceByTrack": [{
35798
+ name: "deviceId",
35799
+ form: "single",
35800
+ optional: false
35801
+ }],
35802
+ "faceGallery.listRecentFaces": [{
35803
+ name: "deviceId",
35804
+ form: "single",
35805
+ optional: true
35806
+ }],
35807
+ "fanControl.setDirection": [{
35808
+ name: "deviceId",
35809
+ form: "single",
35810
+ optional: false
35811
+ }],
35812
+ "fanControl.setOscillating": [{
35813
+ name: "deviceId",
35814
+ form: "single",
35815
+ optional: false
35816
+ }],
35817
+ "fanControl.setPercentage": [{
35818
+ name: "deviceId",
35819
+ form: "single",
35820
+ optional: false
35821
+ }],
35822
+ "fanControl.setPreset": [{
35823
+ name: "deviceId",
35824
+ form: "single",
35825
+ optional: false
35826
+ }],
35827
+ "humidifier.setMode": [{
35828
+ name: "deviceId",
35829
+ form: "single",
35830
+ optional: false
35831
+ }],
35832
+ "humidifier.setOn": [{
35833
+ name: "deviceId",
35834
+ form: "single",
35835
+ optional: false
35836
+ }],
35837
+ "humidifier.setTargetHumidity": [{
35838
+ name: "deviceId",
35839
+ form: "single",
35840
+ optional: false
35841
+ }],
35842
+ "imageSettings.getOptions": [{
35843
+ name: "deviceId",
35844
+ form: "single",
35845
+ optional: false
35846
+ }],
35847
+ "imageSettings.setSettings": [{
35848
+ name: "deviceId",
35849
+ form: "single",
35850
+ optional: false
35851
+ }],
35852
+ "intercom.endTalkSession": [{
35853
+ name: "deviceId",
35854
+ form: "single",
35855
+ optional: false
35856
+ }],
35857
+ "intercom.handleAnswer": [{
35858
+ name: "deviceId",
35859
+ form: "single",
35860
+ optional: false
35861
+ }],
35862
+ "intercom.pushTalkAudio": [{
35863
+ name: "deviceId",
35864
+ form: "single",
35865
+ optional: false
35866
+ }],
35867
+ "intercom.startSession": [{
35868
+ name: "deviceId",
35869
+ form: "single",
35870
+ optional: false
35871
+ }],
35872
+ "intercom.startTalkSession": [{
35873
+ name: "deviceId",
35874
+ form: "single",
35875
+ optional: false
35876
+ }],
35877
+ "intercom.stopSession": [{
35878
+ name: "deviceId",
35879
+ form: "single",
35880
+ optional: false
35881
+ }],
35882
+ "lawnMowerControl.dock": [{
35883
+ name: "deviceId",
35884
+ form: "single",
35885
+ optional: false
35886
+ }],
35887
+ "lawnMowerControl.pause": [{
35888
+ name: "deviceId",
35889
+ form: "single",
35890
+ optional: false
35891
+ }],
35892
+ "lawnMowerControl.startMowing": [{
35893
+ name: "deviceId",
35894
+ form: "single",
35895
+ optional: false
35896
+ }],
35897
+ "lockControl.lock": [{
35898
+ name: "deviceId",
35899
+ form: "single",
35900
+ optional: false
35901
+ }],
35902
+ "lockControl.open": [{
35903
+ name: "deviceId",
35904
+ form: "single",
35905
+ optional: false
35906
+ }],
35907
+ "lockControl.unlock": [{
35908
+ name: "deviceId",
35909
+ form: "single",
35910
+ optional: false
35911
+ }],
35912
+ "mediaPlayer.next": [{
35913
+ name: "deviceId",
35914
+ form: "single",
35915
+ optional: false
35916
+ }],
35917
+ "mediaPlayer.pause": [{
35918
+ name: "deviceId",
35919
+ form: "single",
35920
+ optional: false
35921
+ }],
35922
+ "mediaPlayer.play": [{
35923
+ name: "deviceId",
35924
+ form: "single",
35925
+ optional: false
35926
+ }],
35927
+ "mediaPlayer.playMedia": [{
35928
+ name: "deviceId",
35929
+ form: "single",
35930
+ optional: false
35931
+ }],
35932
+ "mediaPlayer.previous": [{
35933
+ name: "deviceId",
35934
+ form: "single",
35935
+ optional: false
35936
+ }],
35937
+ "mediaPlayer.seek": [{
35938
+ name: "deviceId",
35939
+ form: "single",
35940
+ optional: false
35941
+ }],
35942
+ "mediaPlayer.selectSource": [{
35943
+ name: "deviceId",
35944
+ form: "single",
35945
+ optional: false
35946
+ }],
35947
+ "mediaPlayer.setMute": [{
35948
+ name: "deviceId",
35949
+ form: "single",
35950
+ optional: false
35951
+ }],
35952
+ "mediaPlayer.setRepeat": [{
35953
+ name: "deviceId",
35954
+ form: "single",
35955
+ optional: false
35956
+ }],
35957
+ "mediaPlayer.setShuffle": [{
35958
+ name: "deviceId",
35959
+ form: "single",
35960
+ optional: false
35961
+ }],
35962
+ "mediaPlayer.setVolume": [{
35963
+ name: "deviceId",
35964
+ form: "single",
35965
+ optional: false
35966
+ }],
35967
+ "mediaPlayer.stop": [{
35968
+ name: "deviceId",
35969
+ form: "single",
35970
+ optional: false
35971
+ }],
35972
+ "motion.isDetected": [{
35973
+ name: "deviceId",
35974
+ form: "single",
35975
+ optional: false
35976
+ }],
35977
+ "motionDetection.analyze": [{
35978
+ name: "deviceId",
35979
+ form: "single",
35980
+ optional: false
35981
+ }],
35982
+ "motionDetection.removeCamera": [{
35983
+ name: "deviceId",
35984
+ form: "single",
35985
+ optional: false
35986
+ }],
35987
+ "motionTrigger.setMotionTrigger": [{
35988
+ name: "deviceId",
35989
+ form: "single",
35990
+ optional: false
35991
+ }],
35992
+ "motionZones.getOptions": [{
35993
+ name: "deviceId",
35994
+ form: "single",
35995
+ optional: false
35996
+ }],
35997
+ "motionZones.setZone": [{
35998
+ name: "deviceId",
35999
+ form: "single",
36000
+ optional: false
36001
+ }],
36002
+ "nativeObjectDetection.setEnabled": [{
36003
+ name: "deviceId",
36004
+ form: "single",
36005
+ optional: false
36006
+ }],
36007
+ "networkQuality.getDeviceStats": [{
36008
+ name: "deviceId",
36009
+ form: "single",
36010
+ optional: false
36011
+ }],
36012
+ "networkQuality.reportClientStats": [{
36013
+ name: "deviceId",
36014
+ form: "single",
36015
+ optional: false
36016
+ }],
36017
+ "notificationRules.setDeviceMuted": [{
36018
+ name: "deviceId",
36019
+ form: "single",
36020
+ optional: false
36021
+ }],
36022
+ "notifier.cancel": [{
36023
+ name: "deviceId",
36024
+ form: "single",
36025
+ optional: false
36026
+ }],
36027
+ "notifier.send": [{
36028
+ name: "deviceId",
36029
+ form: "single",
36030
+ optional: false
36031
+ }],
36032
+ "osd.setOverlay": [{
36033
+ name: "deviceId",
36034
+ form: "single",
36035
+ optional: false
36036
+ }],
36037
+ "osdManager.clearSlotBinding": [{
36038
+ name: "deviceId",
36039
+ form: "single",
36040
+ optional: false
36041
+ }],
36042
+ "osdManager.copyDeviceConfiguration": [{
36043
+ name: "sourceDeviceId",
36044
+ form: "single",
36045
+ optional: false
36046
+ }, {
36047
+ name: "targetDeviceId",
36048
+ form: "single",
36049
+ optional: false
36050
+ }],
36051
+ "osdManager.getDeviceOsd": [{
36052
+ name: "deviceId",
36053
+ form: "single",
36054
+ optional: false
36055
+ }],
36056
+ "osdManager.getSourceCatalog": [{
36057
+ name: "deviceId",
36058
+ form: "single",
36059
+ optional: false
36060
+ }],
36061
+ "osdManager.previewSlot": [{
36062
+ name: "deviceId",
36063
+ form: "single",
36064
+ optional: false
36065
+ }],
36066
+ "osdManager.renderDevice": [{
36067
+ name: "deviceId",
36068
+ form: "single",
36069
+ optional: false
36070
+ }],
36071
+ "osdManager.setSlotBinding": [{
36072
+ name: "deviceId",
36073
+ form: "single",
36074
+ optional: false
36075
+ }],
36076
+ "petFeeder.callPet": [{
36077
+ name: "deviceId",
36078
+ form: "single",
36079
+ optional: false
36080
+ }],
36081
+ "petFeeder.cancelFeed": [{
36082
+ name: "deviceId",
36083
+ form: "single",
36084
+ optional: false
36085
+ }],
36086
+ "petFeeder.feed": [{
36087
+ name: "deviceId",
36088
+ form: "single",
36089
+ optional: false
36090
+ }],
36091
+ "petFeeder.markFoodReplenished": [{
36092
+ name: "deviceId",
36093
+ form: "single",
36094
+ optional: false
36095
+ }],
36096
+ "petFeeder.playSound": [{
36097
+ name: "deviceId",
36098
+ form: "single",
36099
+ optional: false
36100
+ }],
36101
+ "petFeeder.resetDesiccant": [{
36102
+ name: "deviceId",
36103
+ form: "single",
36104
+ optional: false
36105
+ }],
36106
+ "petFeeder.setChildLock": [{
36107
+ name: "deviceId",
36108
+ form: "single",
36109
+ optional: false
36110
+ }],
36111
+ "petFeeder.setFeedSound": [{
36112
+ name: "deviceId",
36113
+ form: "single",
36114
+ optional: false
36115
+ }],
36116
+ "petFeeder.setIndicatorLight": [{
36117
+ name: "deviceId",
36118
+ form: "single",
36119
+ optional: false
36120
+ }],
36121
+ "petFeeder.setVolume": [{
36122
+ name: "deviceId",
36123
+ form: "single",
36124
+ optional: false
36125
+ }],
36126
+ "pipelineAnalytics.clearTracks": [{
36127
+ name: "deviceId",
36128
+ form: "single",
36129
+ optional: false
36130
+ }],
36131
+ "pipelineAnalytics.completeRetrainTrack": [{
36132
+ name: "deviceId",
36133
+ form: "single",
36134
+ optional: false
36135
+ }],
36136
+ "pipelineAnalytics.deleteDeviceEvents": [{
36137
+ name: "deviceId",
36138
+ form: "single",
36139
+ optional: false
36140
+ }],
36141
+ "pipelineAnalytics.deleteTracks": [{
36142
+ name: "deviceId",
36143
+ form: "single",
36144
+ optional: false
36145
+ }],
36146
+ "pipelineAnalytics.deselectRetrainFrame": [{
36147
+ name: "deviceId",
36148
+ form: "single",
36149
+ optional: false
36150
+ }],
36151
+ "pipelineAnalytics.getActiveTracks": [{
36152
+ name: "deviceId",
36153
+ form: "single",
36154
+ optional: false
36155
+ }],
36156
+ "pipelineAnalytics.getAudioEvents": [{
36157
+ name: "deviceId",
36158
+ form: "single",
36159
+ optional: false
36160
+ }],
36161
+ "pipelineAnalytics.getEventDensity": [{
36162
+ name: "deviceId",
36163
+ form: "single",
36164
+ optional: false
36165
+ }],
36166
+ "pipelineAnalytics.getEventMedia": [{
36167
+ name: "deviceId",
36168
+ form: "single",
36169
+ optional: false
36170
+ }],
36171
+ "pipelineAnalytics.getKeyEvents": [{
36172
+ name: "deviceId",
36173
+ form: "single",
36174
+ optional: false
36175
+ }],
36176
+ "pipelineAnalytics.getMotionEvents": [{
36177
+ name: "deviceId",
36178
+ form: "single",
36179
+ optional: false
36180
+ }],
36181
+ "pipelineAnalytics.getObjectEvents": [{
36182
+ name: "deviceId",
36183
+ form: "single",
36184
+ optional: false
36185
+ }],
36186
+ "pipelineAnalytics.getRetrainExportUrl": [{
36187
+ name: "deviceIds",
36188
+ form: "array",
36189
+ optional: true
36190
+ }],
36191
+ "pipelineAnalytics.getSensorEvents": [{
36192
+ name: "deviceId",
36193
+ form: "single",
36194
+ optional: false
36195
+ }],
36196
+ "pipelineAnalytics.getTrack": [{
36197
+ name: "deviceId",
36198
+ form: "single",
36199
+ optional: false
36200
+ }],
36201
+ "pipelineAnalytics.getTrackMedia": [{
36202
+ name: "deviceId",
36203
+ form: "single",
36204
+ optional: false
36205
+ }],
36206
+ "pipelineAnalytics.getTrainingExportSummary": [{
36207
+ name: "deviceIds",
36208
+ form: "array",
36209
+ optional: true
36210
+ }],
36211
+ "pipelineAnalytics.getTrainingExportUrl": [{
36212
+ name: "deviceIds",
36213
+ form: "array",
36214
+ optional: true
36215
+ }],
36216
+ "pipelineAnalytics.listEventKinds": [{
36217
+ name: "deviceId",
36218
+ form: "single",
36219
+ optional: false
36220
+ }],
36221
+ "pipelineAnalytics.listEventKindsBatch": [{
36222
+ name: "deviceIds",
36223
+ form: "array",
36224
+ optional: false
36225
+ }],
36226
+ "pipelineAnalytics.listOpsLog": [{
36227
+ name: "deviceId",
36228
+ form: "single",
36229
+ optional: true
36230
+ }],
36231
+ "pipelineAnalytics.listRecentTracks": [{
36232
+ name: "deviceIds",
36233
+ form: "array",
36234
+ optional: false
36235
+ }],
36236
+ "pipelineAnalytics.listRetrainStaging": [{
36237
+ name: "deviceIds",
36238
+ form: "array",
36239
+ optional: true
36240
+ }],
36241
+ "pipelineAnalytics.listTrackMedia": [{
36242
+ name: "deviceId",
36243
+ form: "single",
36244
+ optional: false
36245
+ }],
36246
+ "pipelineAnalytics.listTracks": [{
36247
+ name: "deviceId",
36248
+ form: "single",
36249
+ optional: false
36250
+ }],
36251
+ "pipelineAnalytics.proposeRetrainAnnotations": [{
36252
+ name: "deviceId",
36253
+ form: "single",
36254
+ optional: false
36255
+ }],
36256
+ "pipelineAnalytics.pruneEventsBefore": [{
36257
+ name: "deviceId",
36258
+ form: "single",
36259
+ optional: false
36260
+ }],
36261
+ "pipelineAnalytics.pruneTracksBefore": [{
36262
+ name: "deviceId",
36263
+ form: "single",
36264
+ optional: false
36265
+ }],
36266
+ "pipelineAnalytics.rebuildObjectEmbeddings": [{
36267
+ name: "deviceId",
36268
+ form: "single",
36269
+ optional: true
36270
+ }],
36271
+ "pipelineAnalytics.restageRetrainTrack": [{
36272
+ name: "deviceId",
36273
+ form: "single",
36274
+ optional: false
36275
+ }],
36276
+ "pipelineAnalytics.saveRetrainAnnotations": [{
36277
+ name: "deviceId",
36278
+ form: "single",
36279
+ optional: false
36280
+ }],
36281
+ "pipelineAnalytics.searchObjectEvents": [{
36282
+ name: "deviceId",
36283
+ form: "single",
36284
+ optional: true
36285
+ }],
36286
+ "pipelineAnalytics.selectRetrainFrames": [{
36287
+ name: "deviceId",
36288
+ form: "single",
36289
+ optional: false
36290
+ }],
36291
+ "pipelineAnalytics.setTrackFlags": [{
36292
+ name: "deviceId",
36293
+ form: "single",
36294
+ optional: false
36295
+ }],
36296
+ "pipelineAnalytics.wipeAllAnalytics": [{
36297
+ name: "deviceId",
36298
+ form: "single",
36299
+ optional: false
36300
+ }],
36301
+ "pipelineExecutor.runPipeline": [{
36302
+ name: "deviceId",
36303
+ form: "single",
36304
+ optional: true
36305
+ }],
36306
+ "pipelineExecutor.runPipelineBatch": [{
36307
+ name: "deviceId",
36308
+ form: "single",
36309
+ optional: true
36310
+ }],
36311
+ "pipelineOrchestrator.assignAudio": [{
36312
+ name: "deviceId",
36313
+ form: "single",
36314
+ optional: false
36315
+ }],
36316
+ "pipelineOrchestrator.assignPipeline": [{
36317
+ name: "deviceId",
36318
+ form: "single",
36319
+ optional: false
36320
+ }],
36321
+ "pipelineOrchestrator.getAudioAssignment": [{
36322
+ name: "deviceId",
36323
+ form: "single",
36324
+ optional: false
36325
+ }],
36326
+ "pipelineOrchestrator.getCameraMetrics": [{
36327
+ name: "deviceId",
36328
+ form: "single",
36329
+ optional: false
36330
+ }],
36331
+ "pipelineOrchestrator.getCameraSettings": [{
36332
+ name: "deviceId",
36333
+ form: "single",
36334
+ optional: false
36335
+ }],
36336
+ "pipelineOrchestrator.getCameraStatus": [{
36337
+ name: "deviceId",
36338
+ form: "single",
36339
+ optional: false
36340
+ }],
36341
+ "pipelineOrchestrator.getCameraStatuses": [{
36342
+ name: "deviceIds",
36343
+ form: "array",
36344
+ optional: true
36345
+ }],
36346
+ "pipelineOrchestrator.getCameraStepOverrides": [{
36347
+ name: "deviceId",
36348
+ form: "single",
36349
+ optional: false
36350
+ }],
36351
+ "pipelineOrchestrator.getCameraSwitches": [{
36352
+ name: "deviceId",
36353
+ form: "single",
36354
+ optional: false
36355
+ }],
36356
+ "pipelineOrchestrator.getPipelineAssignment": [{
36357
+ name: "deviceId",
36358
+ form: "single",
36359
+ optional: false
36360
+ }],
36361
+ "pipelineOrchestrator.getPipelineDevicePin": [{
36362
+ name: "deviceId",
36363
+ form: "single",
36364
+ optional: false
36365
+ }],
36366
+ "pipelineOrchestrator.resolvePipeline": [{
36367
+ name: "deviceId",
36368
+ form: "single",
36369
+ optional: false
36370
+ }],
36371
+ "pipelineOrchestrator.setCameraPipelineForAgent": [{
36372
+ name: "deviceId",
36373
+ form: "single",
36374
+ optional: false
36375
+ }],
36376
+ "pipelineOrchestrator.setCameraStepOverride": [{
36377
+ name: "deviceId",
36378
+ form: "single",
36379
+ optional: false
36380
+ }],
36381
+ "pipelineOrchestrator.setCameraStepToggle": [{
36382
+ name: "deviceId",
36383
+ form: "single",
36384
+ optional: false
36385
+ }],
36386
+ "pipelineOrchestrator.setCameraSwitch": [{
36387
+ name: "deviceId",
36388
+ form: "single",
36389
+ optional: false
36390
+ }],
36391
+ "pipelineOrchestrator.setPipelineDevicePin": [{
36392
+ name: "deviceId",
36393
+ form: "single",
36394
+ optional: false
36395
+ }],
36396
+ "pipelineOrchestrator.unassignAudio": [{
36397
+ name: "deviceId",
36398
+ form: "single",
36399
+ optional: false
36400
+ }],
36401
+ "pipelineOrchestrator.unassignPipeline": [{
36402
+ name: "deviceId",
36403
+ form: "single",
36404
+ optional: false
36405
+ }],
36406
+ "pipelineRunner.attachCamera": [{
36407
+ name: "deviceId",
36408
+ form: "single",
36409
+ optional: false
36410
+ }],
36411
+ "pipelineRunner.detachCamera": [{
36412
+ name: "deviceId",
36413
+ form: "single",
36414
+ optional: false
36415
+ }],
36416
+ "pipelineRunner.getCameraMetrics": [{
36417
+ name: "deviceId",
36418
+ form: "single",
36419
+ optional: false
36420
+ }],
36421
+ "pipelineRunner.reportMotion": [{
36422
+ name: "deviceId",
36423
+ form: "single",
36424
+ optional: false
36425
+ }],
36426
+ "pipelineRunner.runDetailSubtree": [{
36427
+ name: "deviceId",
36428
+ form: "single",
36429
+ optional: false
36430
+ }],
36431
+ "pipelineRunner.runStatelessStep": [{
36432
+ name: "sourceDeviceId",
36433
+ form: "single",
36434
+ optional: false
36435
+ }],
36436
+ "plateGallery.getPlateByTrack": [{
36437
+ name: "deviceId",
36438
+ form: "single",
36439
+ optional: false
36440
+ }],
36441
+ "plateGallery.listPlates": [{
36442
+ name: "deviceId",
36443
+ form: "single",
36444
+ optional: true
36445
+ }],
36446
+ "privacyMask.getOptions": [{
36447
+ name: "deviceId",
36448
+ form: "single",
36449
+ optional: false
36450
+ }],
36451
+ "privacyMask.setAudioEnabled": [{
36452
+ name: "deviceId",
36453
+ form: "single",
36454
+ optional: false
36455
+ }],
36456
+ "privacyMask.setMask": [{
36457
+ name: "deviceId",
36458
+ form: "single",
36459
+ optional: false
36460
+ }],
36461
+ "ptz.continuousMove": [{
36462
+ name: "deviceId",
36463
+ form: "single",
36464
+ optional: false
36465
+ }],
36466
+ "ptz.deletePreset": [{
36467
+ name: "deviceId",
36468
+ form: "single",
36469
+ optional: false
36470
+ }],
36471
+ "ptz.getOptions": [{
36472
+ name: "deviceId",
36473
+ form: "single",
36474
+ optional: false
36475
+ }],
36476
+ "ptz.getPosition": [{
36477
+ name: "deviceId",
36478
+ form: "single",
36479
+ optional: false
36480
+ }],
36481
+ "ptz.getPresets": [{
36482
+ name: "deviceId",
36483
+ form: "single",
36484
+ optional: false
36485
+ }],
36486
+ "ptz.goHome": [{
36487
+ name: "deviceId",
36488
+ form: "single",
36489
+ optional: false
36490
+ }],
36491
+ "ptz.goToPreset": [{
36492
+ name: "deviceId",
36493
+ form: "single",
36494
+ optional: false
36495
+ }],
36496
+ "ptz.move": [{
36497
+ name: "deviceId",
36498
+ form: "single",
36499
+ optional: false
36500
+ }],
36501
+ "ptz.savePreset": [{
36502
+ name: "deviceId",
36503
+ form: "single",
36504
+ optional: false
36505
+ }],
36506
+ "ptz.setAutofocus": [{
36507
+ name: "deviceId",
36508
+ form: "single",
36509
+ optional: false
36510
+ }],
36511
+ "ptz.stop": [{
36512
+ name: "deviceId",
36513
+ form: "single",
36514
+ optional: false
36515
+ }],
36516
+ "ptzAutotrack.getSettings": [{
36517
+ name: "deviceId",
36518
+ form: "single",
36519
+ optional: false
36520
+ }],
36521
+ "ptzAutotrack.getStatus": [{
36522
+ name: "deviceId",
36523
+ form: "single",
36524
+ optional: false
36525
+ }],
36526
+ "ptzAutotrack.setEnabled": [{
36527
+ name: "deviceId",
36528
+ form: "single",
36529
+ optional: false
36530
+ }],
36531
+ "ptzAutotrack.setSettings": [{
36532
+ name: "deviceId",
36533
+ form: "single",
36534
+ optional: false
36535
+ }],
36536
+ "reboot.reboot": [{
36537
+ name: "deviceId",
36538
+ form: "single",
36539
+ optional: false
36540
+ }],
36541
+ "recording.deleteFootprint": [{
36542
+ name: "deviceId",
36543
+ form: "single",
36544
+ optional: false
36545
+ }],
36546
+ "recording.getAvailability": [{
36547
+ name: "deviceId",
36548
+ form: "single",
36549
+ optional: false
36550
+ }],
36551
+ "recording.getDaysWithRecordings": [{
36552
+ name: "deviceId",
36553
+ form: "single",
36554
+ optional: false
36555
+ }],
36556
+ "recording.getDeviceConfig": [{
36557
+ name: "deviceId",
36558
+ form: "single",
36559
+ optional: false
36560
+ }],
36561
+ "recording.getPlaybackManifest": [{
36562
+ name: "deviceId",
36563
+ form: "single",
36564
+ optional: false
36565
+ }],
36566
+ "recording.listOpsLog": [{
36567
+ name: "deviceId",
36568
+ form: "single",
36569
+ optional: true
36570
+ }],
36571
+ "recording.locateSegment": [{
36572
+ name: "deviceId",
36573
+ form: "single",
36574
+ optional: false
36575
+ }],
36576
+ "recording.pruneFootage": [{
36577
+ name: "deviceId",
36578
+ form: "single",
36579
+ optional: false
36580
+ }],
36581
+ "recording.readGopBytes": [{
36582
+ name: "deviceId",
36583
+ form: "single",
36584
+ optional: false
36585
+ }],
36586
+ "recording.readSegmentBytes": [{
36587
+ name: "deviceId",
36588
+ form: "single",
36589
+ optional: false
36590
+ }],
36591
+ "recording.relocateFootage": [{
36592
+ name: "deviceId",
36593
+ form: "single",
36594
+ optional: true
36595
+ }],
36596
+ "recording.renderClip": [{
36597
+ name: "deviceId",
36598
+ form: "single",
36599
+ optional: false
36600
+ }],
36601
+ "recording.renderGif": [{
36602
+ name: "deviceId",
36603
+ form: "single",
36604
+ optional: false
36605
+ }],
36606
+ "recording.rescanStorage": [{
36607
+ name: "deviceId",
36608
+ form: "single",
36609
+ optional: false
36610
+ }],
36611
+ "recording.setDeviceConfig": [{
36612
+ name: "deviceId",
36613
+ form: "single",
36614
+ optional: false
36615
+ }],
36616
+ "recording.startStorageMigrationMove": [{
36617
+ name: "deviceId",
36618
+ form: "single",
36619
+ optional: true
36620
+ }],
36621
+ "recordingExport.createExport": [{
36622
+ name: "deviceId",
36623
+ form: "single",
36624
+ optional: false
36625
+ }],
36626
+ "recordingExport.listExports": [{
36627
+ name: "deviceId",
36628
+ form: "single",
36629
+ optional: true
36630
+ }],
36631
+ "sceneMonitor.captureReference": [{
36632
+ name: "deviceId",
36633
+ form: "single",
36634
+ optional: false
36635
+ }],
36636
+ "sceneMonitor.createScene": [{
36637
+ name: "deviceId",
36638
+ form: "single",
36639
+ optional: false
36640
+ }],
36641
+ "sceneMonitor.deleteReference": [{
36642
+ name: "deviceId",
36643
+ form: "single",
36644
+ optional: false
36645
+ }],
36646
+ "sceneMonitor.deleteScene": [{
36647
+ name: "deviceId",
36648
+ form: "single",
36649
+ optional: false
36650
+ }],
36651
+ "sceneMonitor.listScenes": [{
36652
+ name: "deviceId",
36653
+ form: "single",
36654
+ optional: false
36655
+ }],
36656
+ "sceneMonitor.recheckNow": [{
36657
+ name: "deviceId",
36658
+ form: "single",
36659
+ optional: false
36660
+ }],
36661
+ "sceneMonitor.resetScene": [{
36662
+ name: "deviceId",
36663
+ form: "single",
36664
+ optional: false
36665
+ }],
36666
+ "sceneMonitor.updateScene": [{
36667
+ name: "deviceId",
36668
+ form: "single",
36669
+ optional: false
36670
+ }],
36671
+ "scriptRunner.run": [{
36672
+ name: "deviceId",
36673
+ form: "single",
36674
+ optional: false
36675
+ }],
36676
+ "scriptRunner.stop": [{
36677
+ name: "deviceId",
36678
+ form: "single",
36679
+ optional: false
36680
+ }],
36681
+ "snapshot.getDebugState": [{
36682
+ name: "deviceId",
36683
+ form: "single",
36684
+ optional: false
36685
+ }],
36686
+ "snapshot.getSnapshot": [{
36687
+ name: "deviceId",
36688
+ form: "single",
36689
+ optional: false
36690
+ }],
36691
+ "snapshot.getSnapshotLinks": [{
36692
+ name: "targets",
36693
+ form: "object-array",
36694
+ optional: false,
36695
+ itemField: "deviceId"
36696
+ }],
36697
+ "snapshot.getSnapshotOverview": [{
36698
+ name: "deviceIds",
36699
+ form: "array",
36700
+ optional: false
36701
+ }],
36702
+ "snapshot.invalidateCache": [{
36703
+ name: "deviceId",
36704
+ form: "single",
36705
+ optional: false
36706
+ }],
36707
+ "streamBroker.acquireEgressTranscode": [{
36708
+ name: "deviceId",
36709
+ form: "single",
36710
+ optional: false
36711
+ }],
36712
+ "streamBroker.assignProfile": [{
36713
+ name: "deviceId",
36714
+ form: "single",
36715
+ optional: false
36716
+ }],
36717
+ "streamBroker.getDeviceAudioMute": [{
36718
+ name: "deviceId",
36719
+ form: "single",
36720
+ optional: false
36721
+ }],
36722
+ "streamBroker.getStreamWithCodec": [{
36723
+ name: "deviceId",
36724
+ form: "single",
36725
+ optional: false
36726
+ }],
36727
+ "streamBroker.produceEventMedia": [{
36728
+ name: "deviceId",
36729
+ form: "single",
36730
+ optional: false
36731
+ }],
36732
+ "streamBroker.publishCameraStream": [{
36733
+ name: "deviceId",
36734
+ form: "single",
36735
+ optional: false
36736
+ }],
36737
+ "streamBroker.renderPreBufferClip": [{
36738
+ name: "deviceId",
36739
+ form: "single",
36740
+ optional: false
36741
+ }],
36742
+ "streamBroker.restartProfile": [{
36743
+ name: "deviceId",
36744
+ form: "single",
36745
+ optional: false
36746
+ }],
36747
+ "streamBroker.retractCameraStream": [{
36748
+ name: "deviceId",
36749
+ form: "single",
36750
+ optional: false
36751
+ }],
36752
+ "streamBroker.setDeviceAudioMute": [{
36753
+ name: "deviceId",
36754
+ form: "single",
36755
+ optional: false
36756
+ }],
36757
+ "streamBroker.unassignProfile": [{
36758
+ name: "deviceId",
36759
+ form: "single",
36760
+ optional: false
36761
+ }],
36762
+ "streamCatalog.getCatalog": [{
36763
+ name: "deviceId",
36764
+ form: "single",
36765
+ optional: false
36766
+ }],
36767
+ "streamParams.getConfigSchema": [{
36768
+ name: "deviceId",
36769
+ form: "single",
36770
+ optional: false
36771
+ }],
36772
+ "streamParams.getOptions": [{
36773
+ name: "deviceId",
36774
+ form: "single",
36775
+ optional: false
36776
+ }],
36777
+ "streamParams.setProfile": [{
36778
+ name: "deviceId",
36779
+ form: "single",
36780
+ optional: false
36781
+ }],
36782
+ "switch.setState": [{
36783
+ name: "deviceId",
36784
+ form: "single",
36785
+ optional: false
36786
+ }],
36787
+ "vacuumControl.locate": [{
36788
+ name: "deviceId",
36789
+ form: "single",
36790
+ optional: false
36791
+ }],
36792
+ "vacuumControl.pause": [{
36793
+ name: "deviceId",
36794
+ form: "single",
36795
+ optional: false
36796
+ }],
36797
+ "vacuumControl.returnToBase": [{
36798
+ name: "deviceId",
36799
+ form: "single",
36800
+ optional: false
36801
+ }],
36802
+ "vacuumControl.setFanSpeed": [{
36803
+ name: "deviceId",
36804
+ form: "single",
36805
+ optional: false
36806
+ }],
36807
+ "vacuumControl.start": [{
36808
+ name: "deviceId",
36809
+ form: "single",
36810
+ optional: false
36811
+ }],
36812
+ "vacuumControl.stop": [{
36813
+ name: "deviceId",
36814
+ form: "single",
36815
+ optional: false
36816
+ }],
36817
+ "valve.close": [{
36818
+ name: "deviceId",
36819
+ form: "single",
36820
+ optional: false
36821
+ }],
36822
+ "valve.open": [{
36823
+ name: "deviceId",
36824
+ form: "single",
36825
+ optional: false
36826
+ }],
36827
+ "valve.setPosition": [{
36828
+ name: "deviceId",
36829
+ form: "single",
36830
+ optional: false
36831
+ }],
36832
+ "valve.stop": [{
36833
+ name: "deviceId",
36834
+ form: "single",
36835
+ optional: false
36836
+ }],
36837
+ "videoclips.getClipPlayback": [{
36838
+ name: "deviceId",
36839
+ form: "single",
36840
+ optional: false
36841
+ }],
36842
+ "videoclips.listClips": [{
36843
+ name: "deviceId",
36844
+ form: "single",
36845
+ optional: false
36846
+ }],
36847
+ "waterHeater.setAway": [{
36848
+ name: "deviceId",
36849
+ form: "single",
36850
+ optional: false
36851
+ }],
36852
+ "waterHeater.setOperationMode": [{
36853
+ name: "deviceId",
36854
+ form: "single",
36855
+ optional: false
36856
+ }],
36857
+ "waterHeater.setTargetTemp": [{
36858
+ name: "deviceId",
36859
+ form: "single",
36860
+ optional: false
36861
+ }],
36862
+ "webrtcSession.addIceCandidate": [{
36863
+ name: "deviceId",
36864
+ form: "single",
36865
+ optional: false
36866
+ }],
36867
+ "webrtcSession.closeSession": [{
36868
+ name: "deviceId",
36869
+ form: "single",
36870
+ optional: false
36871
+ }],
36872
+ "webrtcSession.createSession": [{
36873
+ name: "deviceId",
36874
+ form: "single",
36875
+ optional: false
36876
+ }],
36877
+ "webrtcSession.getIceCandidates": [{
36878
+ name: "deviceId",
36879
+ form: "single",
36880
+ optional: false
36881
+ }],
36882
+ "webrtcSession.getSessionState": [{
36883
+ name: "deviceId",
36884
+ form: "single",
36885
+ optional: false
36886
+ }],
36887
+ "webrtcSession.handleAnswer": [{
36888
+ name: "deviceId",
36889
+ form: "single",
36890
+ optional: false
36891
+ }],
36892
+ "webrtcSession.handleOffer": [{
36893
+ name: "deviceId",
36894
+ form: "single",
36895
+ optional: false
36896
+ }],
36897
+ "webrtcSession.hasAdaptiveBitrate": [{
36898
+ name: "deviceId",
36899
+ form: "single",
36900
+ optional: false
36901
+ }],
36902
+ "webrtcSession.listStreams": [{
36903
+ name: "deviceId",
36904
+ form: "single",
36905
+ optional: false
36906
+ }],
36907
+ "zoneAnalytics.getCameraHistory": [{
36908
+ name: "deviceId",
36909
+ form: "single",
36910
+ optional: false
36911
+ }],
36912
+ "zoneAnalytics.getCurrentSnapshot": [{
36913
+ name: "deviceId",
36914
+ form: "single",
36915
+ optional: false
36916
+ }],
36917
+ "zoneAnalytics.getUnzonedHistory": [{
36918
+ name: "deviceId",
36919
+ form: "single",
36920
+ optional: false
36921
+ }],
36922
+ "zoneAnalytics.getZoneHistory": [{
36923
+ name: "deviceId",
36924
+ form: "single",
36925
+ optional: false
36926
+ }],
36927
+ "zoneRules.listRules": [{
36928
+ name: "deviceId",
36929
+ form: "single",
36930
+ optional: false
36931
+ }],
36932
+ "zoneRules.setRules": [{
36933
+ name: "deviceId",
36934
+ form: "single",
36935
+ optional: false
36936
+ }],
36937
+ "zones.addZone": [{
36938
+ name: "deviceId",
36939
+ form: "single",
36940
+ optional: false
36941
+ }],
36942
+ "zones.listZones": [{
36943
+ name: "deviceId",
36944
+ form: "single",
36945
+ optional: false
36946
+ }],
36947
+ "zones.removeZone": [{
36948
+ name: "deviceId",
36949
+ form: "single",
36950
+ optional: false
36951
+ }],
36952
+ "zones.updateZone": [{
36953
+ name: "deviceId",
36954
+ form: "single",
36955
+ optional: false
36956
+ }]
36957
+ });
34190
36958
  Object.freeze({
34191
36959
  "broker": "broker",
34192
36960
  "device-export": "device-export",