@camstack/types 1.2.115 → 1.2.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/addon.js +4 -3
- package/dist/addon.mjs +4 -3
- package/dist/capabilities/data-store-provider.cap.d.ts +11 -0
- package/dist/capabilities/index.d.ts +6 -3
- package/dist/capabilities/load-contribution.cap.d.ts +146 -0
- package/dist/capabilities/metrics-provider.cap.d.ts +156 -38
- package/dist/capabilities/settings-store.cap.d.ts +48 -1
- package/dist/capabilities/system.cap.d.ts +67 -1
- package/dist/enums/event-category.d.ts +1 -1
- package/dist/enums.js +1 -1
- package/dist/enums.mjs +1 -1
- package/dist/{event-category-CIa_iT6b.mjs → event-category-BZL-fdNj.mjs} +1 -1
- package/dist/{event-category-EY0GNjV9.js → event-category-BaEgqJNv.js} +1 -1
- package/dist/generated/addon-api.d.ts +40 -3
- package/dist/generated/capability-router-map.d.ts +5 -2
- package/dist/generated/collection-array-methods.d.ts +1 -1
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/system-proxy.d.ts +3 -3
- package/dist/index.d.ts +2 -0
- package/dist/index.js +585 -36
- package/dist/index.mjs +575 -37
- package/dist/interfaces/addon.d.ts +28 -0
- package/dist/interfaces/event-bus.d.ts +1 -1
- package/dist/interfaces/metrics-provider.d.ts +5 -3
- package/dist/metrics/load-series-fold.d.ts +142 -0
- package/dist/node.d.ts +2 -0
- package/dist/node.js +191 -0
- package/dist/node.mjs +186 -1
- package/dist/process/child-cost-registry.d.ts +105 -0
- package/dist/{sleep-CSodb2vQ.js → sleep-9d8tJRbO.js} +1 -1
- package/dist/{sleep-CdbM8ge4.mjs → sleep-Dolp38qx.mjs} +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as EventCategory } from "./event-category-
|
|
2
|
-
import { $ as DecodedFrameSchema, A as event, B as ReadinessRegistry, C as DeviceFeature, Ct as isEvent, D as DEFAULT_RUNTIME_STATE_DURABILITY, Dt as collectHydratedFieldValues, E as adminUiCapability, Et as collectHydratedFieldEntries, F as systemMethod, G as BrokerStatsSchema, H as emitDownForOwnedCaps, I as CAP_NODE_PIN_CONTEXT_KEY, J as CamProfileSchema, K as BrokerStatusSchema, L as nodePin, M as isDeviceConfigCap, N as method, O as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Ot as hydrateSchema, P as resolveCapMount, Q as DecodedAudioChunkSchema, R as readNodePin, S as ChargingStatus, St as emitReadiness, T as DeviceType, Tt as WELL_KNOWN_TAB_MAP, U as readinessKey, V as ReadinessTimeoutError, W as scopeKey, X as CamStreamResolutionSchema, Y as CamStreamKindSchema, Z as CameraStreamSchema, _ as createMirrorSource, _t as DisposerChain, a as asJsonObject, at as ProfileSlotStatusSchema, b as deviceOpsCapability, bt as createDurableState, c as parseJsonArray, ct as SubscribeAudioChunksInputSchema, d as BOOT_RECOVERY_BACKOFF_MS, dt as SubscribeFramesResultSchema, et as EncodedPacketSchema, f as DEVICE_SCOPED_CAPS, ft as makeProfileBrokerId, g as createLazyTrpcSource, gt as DATAPLANE_SECRET_HEADER, h as createEventBusSliceSource, ht as selectAssignedProfileSlots, i as asJsonArray, it as ProfileSlotSchema, j as expandCapMethods, k as DEVICE_STATUS_METHOD, kt as resolveHydratedFieldValue, l as parseJsonObject, lt as SubscribeAudioChunksResultSchema, m as createDeviceProxy, mt as parseProfileBrokerId, n as sleepCancellable, nt as FrameHandleSchema, o as asNumber, ot as StreamSourceEntrySchema, p as isDeviceScopedCap, pt as makeSourceBrokerId, q as CAM_PROFILE_ORDER, r as asBoolean, rt as ProfileRtspEntrySchema, s as asString, st as StreamSourceSchema, t as sleep, tt as FrameHandleFormatSchema, u as parseJsonUnknown, ut as SubscribeFramesInputSchema, v as createSliceHandle, vt as BaseAddon, w as DeviceRole, wt as WELL_KNOWN_TABS, x as viewerUiCapability, xt as createEvent, y as RawStateResultSchema, yt as normalizeAddonInitResult, z as toNodeId } from "./sleep-
|
|
1
|
+
import { t as EventCategory } from "./event-category-BZL-fdNj.mjs";
|
|
2
|
+
import { $ as DecodedFrameSchema, A as event, B as ReadinessRegistry, C as DeviceFeature, Ct as isEvent, D as DEFAULT_RUNTIME_STATE_DURABILITY, Dt as collectHydratedFieldValues, E as adminUiCapability, Et as collectHydratedFieldEntries, F as systemMethod, G as BrokerStatsSchema, H as emitDownForOwnedCaps, I as CAP_NODE_PIN_CONTEXT_KEY, J as CamProfileSchema, K as BrokerStatusSchema, L as nodePin, M as isDeviceConfigCap, N as method, O as DEVICE_SETTINGS_CONTRIBUTION_METHODS, Ot as hydrateSchema, P as resolveCapMount, Q as DecodedAudioChunkSchema, R as readNodePin, S as ChargingStatus, St as emitReadiness, T as DeviceType, Tt as WELL_KNOWN_TAB_MAP, U as readinessKey, V as ReadinessTimeoutError, W as scopeKey, X as CamStreamResolutionSchema, Y as CamStreamKindSchema, Z as CameraStreamSchema, _ as createMirrorSource, _t as DisposerChain, a as asJsonObject, at as ProfileSlotStatusSchema, b as deviceOpsCapability, bt as createDurableState, c as parseJsonArray, ct as SubscribeAudioChunksInputSchema, d as BOOT_RECOVERY_BACKOFF_MS, dt as SubscribeFramesResultSchema, et as EncodedPacketSchema, f as DEVICE_SCOPED_CAPS, ft as makeProfileBrokerId, g as createLazyTrpcSource, gt as DATAPLANE_SECRET_HEADER, h as createEventBusSliceSource, ht as selectAssignedProfileSlots, i as asJsonArray, it as ProfileSlotSchema, j as expandCapMethods, k as DEVICE_STATUS_METHOD, kt as resolveHydratedFieldValue, l as parseJsonObject, lt as SubscribeAudioChunksResultSchema, m as createDeviceProxy, mt as parseProfileBrokerId, n as sleepCancellable, nt as FrameHandleSchema, o as asNumber, ot as StreamSourceEntrySchema, p as isDeviceScopedCap, pt as makeSourceBrokerId, q as CAM_PROFILE_ORDER, r as asBoolean, rt as ProfileRtspEntrySchema, s as asString, st as StreamSourceSchema, t as sleep, tt as FrameHandleFormatSchema, u as parseJsonUnknown, ut as SubscribeFramesInputSchema, v as createSliceHandle, vt as BaseAddon, w as DeviceRole, wt as WELL_KNOWN_TABS, x as viewerUiCapability, xt as createEvent, y as RawStateResultSchema, yt as normalizeAddonInitResult, z as toNodeId } from "./sleep-Dolp38qx.mjs";
|
|
3
3
|
import { a as buildAudioArgs, c as buildVideoArgs, d as logBannerArgs, f as pickVideoEncoder, i as audioPlanFromEncodeProfile, l as invocationFromEncodeProfile, n as Fmp4BoxSplitter, o as buildFfmpegArgs, r as AUDIO_PRESETS, s as buildInputArgs, t as canonicalHash, u as isSoftwareDecode } from "./canonical-hash-rO1sRmEK.mjs";
|
|
4
4
|
import { EventSourceType } from "./enums.mjs";
|
|
5
5
|
import { t as errMsg } from "./err-msg-IQTHeDzc.mjs";
|
|
@@ -2766,6 +2766,145 @@ function pickClosestResolution(entries, target) {
|
|
|
2766
2766
|
return bestAbove?.entry ?? bestBelow?.entry;
|
|
2767
2767
|
}
|
|
2768
2768
|
//#endregion
|
|
2769
|
+
//#region src/metrics/load-series-fold.ts
|
|
2770
|
+
/** Bucket key for rows no addon owns. Stable, so its series is continuous. */
|
|
2771
|
+
var UNATTRIBUTED_BUCKET_KEY = "__unattributed__";
|
|
2772
|
+
var ROOT_BUCKET_KEY = "__root__";
|
|
2773
|
+
function bucketFor(row) {
|
|
2774
|
+
if (row.addonId !== null) return {
|
|
2775
|
+
key: row.addonId,
|
|
2776
|
+
kind: "addon"
|
|
2777
|
+
};
|
|
2778
|
+
if (row.classification === "root") return {
|
|
2779
|
+
key: ROOT_BUCKET_KEY,
|
|
2780
|
+
kind: "root"
|
|
2781
|
+
};
|
|
2782
|
+
return {
|
|
2783
|
+
key: UNATTRIBUTED_BUCKET_KEY,
|
|
2784
|
+
kind: "unattributed"
|
|
2785
|
+
};
|
|
2786
|
+
}
|
|
2787
|
+
/** Round to one decimal — the precision both producers already emit at. */
|
|
2788
|
+
function deci(value) {
|
|
2789
|
+
return Math.round(value * 10) / 10;
|
|
2790
|
+
}
|
|
2791
|
+
/**
|
|
2792
|
+
* Fold one snapshot into one point per function.
|
|
2793
|
+
*
|
|
2794
|
+
* Produces a ONE-SAMPLE point: `min === max` on every field, `samples === 1`.
|
|
2795
|
+
* That is what lets a live event and a reduced server bucket sit in the same
|
|
2796
|
+
* series without the consumer knowing which is which.
|
|
2797
|
+
*/
|
|
2798
|
+
function foldSnapshotByFunction(rows, atMs) {
|
|
2799
|
+
const acc = /* @__PURE__ */ new Map();
|
|
2800
|
+
for (const row of rows) {
|
|
2801
|
+
const { key, kind } = bucketFor(row);
|
|
2802
|
+
const cur = acc.get(key) ?? {
|
|
2803
|
+
kind,
|
|
2804
|
+
main: 0,
|
|
2805
|
+
gc: 0,
|
|
2806
|
+
lifetime: 0,
|
|
2807
|
+
memory: 0,
|
|
2808
|
+
count: 0,
|
|
2809
|
+
splitKnown: true
|
|
2810
|
+
};
|
|
2811
|
+
const known = row.cpuMainPercent !== null && row.cpuGcPercent !== null;
|
|
2812
|
+
acc.set(key, {
|
|
2813
|
+
kind: cur.kind,
|
|
2814
|
+
main: cur.main + (row.cpuMainPercent ?? 0),
|
|
2815
|
+
gc: cur.gc + (row.cpuGcPercent ?? 0),
|
|
2816
|
+
lifetime: cur.lifetime + row.cpuPercent,
|
|
2817
|
+
memory: cur.memory + row.memoryRssBytes,
|
|
2818
|
+
count: cur.count + 1,
|
|
2819
|
+
splitKnown: cur.splitKnown && known
|
|
2820
|
+
});
|
|
2821
|
+
}
|
|
2822
|
+
return [...acc.entries()].map(([key, a]) => {
|
|
2823
|
+
const main = a.splitKnown ? deci(a.main) : null;
|
|
2824
|
+
const gc = a.splitKnown ? deci(a.gc) : null;
|
|
2825
|
+
const lifetime = deci(a.lifetime);
|
|
2826
|
+
return {
|
|
2827
|
+
key,
|
|
2828
|
+
kind: a.kind,
|
|
2829
|
+
point: {
|
|
2830
|
+
atMs,
|
|
2831
|
+
samples: 1,
|
|
2832
|
+
cpuMainPercent: main,
|
|
2833
|
+
cpuMainPercentMin: main,
|
|
2834
|
+
cpuGcPercent: gc,
|
|
2835
|
+
cpuGcPercentMin: gc,
|
|
2836
|
+
cpuLifetimePercent: lifetime,
|
|
2837
|
+
cpuLifetimePercentMin: lifetime,
|
|
2838
|
+
memoryRssBytes: a.memory,
|
|
2839
|
+
memoryRssBytesMin: a.memory,
|
|
2840
|
+
processCount: a.count,
|
|
2841
|
+
processCountMin: a.count
|
|
2842
|
+
}
|
|
2843
|
+
};
|
|
2844
|
+
});
|
|
2845
|
+
}
|
|
2846
|
+
/** The narrower of two bounds, treating `null` (UNKNOWN) as absorbing. */
|
|
2847
|
+
function minNullable(a, b) {
|
|
2848
|
+
if (a === null || b === null) return null;
|
|
2849
|
+
return a < b ? a : b;
|
|
2850
|
+
}
|
|
2851
|
+
function maxNullable(a, b) {
|
|
2852
|
+
if (a === null || b === null) return null;
|
|
2853
|
+
return a > b ? a : b;
|
|
2854
|
+
}
|
|
2855
|
+
/** Merge `next` into `held`, keeping the widest [min, max] of each field. */
|
|
2856
|
+
function mergePoints(held, next, atMs) {
|
|
2857
|
+
return {
|
|
2858
|
+
atMs,
|
|
2859
|
+
samples: held.samples + next.samples,
|
|
2860
|
+
cpuMainPercent: maxNullable(held.cpuMainPercent, next.cpuMainPercent),
|
|
2861
|
+
cpuMainPercentMin: minNullable(held.cpuMainPercentMin, next.cpuMainPercentMin),
|
|
2862
|
+
cpuGcPercent: maxNullable(held.cpuGcPercent, next.cpuGcPercent),
|
|
2863
|
+
cpuGcPercentMin: minNullable(held.cpuGcPercentMin, next.cpuGcPercentMin),
|
|
2864
|
+
cpuLifetimePercent: Math.max(held.cpuLifetimePercent, next.cpuLifetimePercent),
|
|
2865
|
+
cpuLifetimePercentMin: Math.min(held.cpuLifetimePercentMin, next.cpuLifetimePercentMin),
|
|
2866
|
+
memoryRssBytes: Math.max(held.memoryRssBytes, next.memoryRssBytes),
|
|
2867
|
+
memoryRssBytesMin: Math.min(held.memoryRssBytesMin, next.memoryRssBytesMin),
|
|
2868
|
+
processCount: Math.max(held.processCount, next.processCount),
|
|
2869
|
+
processCountMin: Math.min(held.processCountMin, next.processCountMin)
|
|
2870
|
+
};
|
|
2871
|
+
}
|
|
2872
|
+
/**
|
|
2873
|
+
* The bucket width that brings `spanMs` down to at most `maxPoints` points,
|
|
2874
|
+
* snapped up to a whole multiple of the sampling cadence.
|
|
2875
|
+
*
|
|
2876
|
+
* Returns `cadenceMs` (no reduction) when the span already fits. A caller that
|
|
2877
|
+
* asks for a `maxPoints` of 0 or less gets no reduction rather than an
|
|
2878
|
+
* infinite bucket — a nonsensical request must not produce a plausible chart.
|
|
2879
|
+
*/
|
|
2880
|
+
function resolveBucketMs(spanMs, cadenceMs, maxPoints) {
|
|
2881
|
+
if (maxPoints <= 0 || cadenceMs <= 0 || spanMs <= 0) return Math.max(cadenceMs, 1);
|
|
2882
|
+
const wanted = spanMs / maxPoints;
|
|
2883
|
+
if (wanted <= cadenceMs) return cadenceMs;
|
|
2884
|
+
return Math.ceil(wanted / cadenceMs) * cadenceMs;
|
|
2885
|
+
}
|
|
2886
|
+
/**
|
|
2887
|
+
* Reduce one function's points into buckets of `bucketMs`, preserving the
|
|
2888
|
+
* extremes.
|
|
2889
|
+
*
|
|
2890
|
+
* Points are expected oldest-first and are returned oldest-first. A bucket
|
|
2891
|
+
* with no samples is ABSENT — not zero, not interpolated, not the previous
|
|
2892
|
+
* value held over.
|
|
2893
|
+
*/
|
|
2894
|
+
function reducePoints(points, bucketMs, origin) {
|
|
2895
|
+
if (bucketMs <= 0 || points.length === 0) return points;
|
|
2896
|
+
const buckets = /* @__PURE__ */ new Map();
|
|
2897
|
+
for (const point of points) {
|
|
2898
|
+
const start = origin + Math.floor((point.atMs - origin) / bucketMs) * bucketMs;
|
|
2899
|
+
const held = buckets.get(start);
|
|
2900
|
+
buckets.set(start, held === void 0 ? {
|
|
2901
|
+
...point,
|
|
2902
|
+
atMs: start
|
|
2903
|
+
} : mergePoints(held, point, start));
|
|
2904
|
+
}
|
|
2905
|
+
return [...buckets.values()].toSorted((a, b) => a.atMs - b.atMs);
|
|
2906
|
+
}
|
|
2907
|
+
//#endregion
|
|
2769
2908
|
//#region src/types/model-variant-groups.ts
|
|
2770
2909
|
var FORMAT_KEYS = [
|
|
2771
2910
|
"onnx",
|
|
@@ -7718,6 +7857,19 @@ var SettingsRecordSchema = z.object({
|
|
|
7718
7857
|
data: z.record(z.string(), z.unknown())
|
|
7719
7858
|
});
|
|
7720
7859
|
/**
|
|
7860
|
+
* One record of a BULK insert — {@link SettingsRecordSchema} with the id made
|
|
7861
|
+
* optional.
|
|
7862
|
+
*
|
|
7863
|
+
* A separate schema rather than loosening the shared one: every other method
|
|
7864
|
+
* on this cap addresses a row BY its id, and making that field optional
|
|
7865
|
+
* everywhere would turn a forgotten key into a silently generated one on
|
|
7866
|
+
* `update` and `delete` as well.
|
|
7867
|
+
*/
|
|
7868
|
+
var BulkRecordSchema = z.object({
|
|
7869
|
+
id: z.string().optional(),
|
|
7870
|
+
data: z.record(z.string(), z.unknown())
|
|
7871
|
+
});
|
|
7872
|
+
/**
|
|
7721
7873
|
* Column declaration for a structured (SQL-backed) collection.
|
|
7722
7874
|
*
|
|
7723
7875
|
* Logical types — the backend translates each to the matching SQLite
|
|
@@ -7830,6 +7982,34 @@ var settingsStoreCapability = {
|
|
|
7830
7982
|
collection: z.string(),
|
|
7831
7983
|
record: SettingsRecordSchema
|
|
7832
7984
|
}), z.void(), { kind: "mutation" }),
|
|
7985
|
+
/**
|
|
7986
|
+
* Insert MANY records in ONE transaction, returning how many landed.
|
|
7987
|
+
*
|
|
7988
|
+
* The write-side twin of {@link deleteWhere}, and it exists for the same
|
|
7989
|
+
* reason: without it, appending a batch is N round trips and N COMMITs on
|
|
7990
|
+
* the single shared connection that also serves every cluster-wide
|
|
7991
|
+
* configuration read. The durable load series writes one process row per
|
|
7992
|
+
* process per sample — 76 rows every 10 s on the live fleet — and the
|
|
7993
|
+
* operator's rule for it is *one transaction per sample, never one per
|
|
7994
|
+
* row*. `insert` cannot express that; nothing else could.
|
|
7995
|
+
*
|
|
7996
|
+
* **All or nothing.** A batch that fails on its fifth row leaves none of
|
|
7997
|
+
* the five behind. A half-written sample is worse than a missing one: the
|
|
7998
|
+
* missing one reads as "nobody reported", which is true, while the half
|
|
7999
|
+
* one reads as "these were the only processes running", which is not.
|
|
8000
|
+
*
|
|
8001
|
+
* `id` is OPTIONAL per record, and that is the difference from
|
|
8002
|
+
* {@link insert}. A collection whose primary key is an `INTEGER` rowid
|
|
8003
|
+
* alias has no id to supply — SQLite assigns it, for free, and inventing a
|
|
8004
|
+
* `randomUUID()` for such a column would write a 36-character string into
|
|
8005
|
+
* an integer key. Omitted on a TEXT key, a uuid is generated exactly as
|
|
8006
|
+
* `insert` does.
|
|
8007
|
+
*/
|
|
8008
|
+
insertMany: method(z.object({
|
|
8009
|
+
namespace: z.string().optional(),
|
|
8010
|
+
collection: z.string(),
|
|
8011
|
+
records: z.array(BulkRecordSchema).readonly()
|
|
8012
|
+
}), z.object({ inserted: z.number().int() }), { kind: "mutation" }),
|
|
7833
8013
|
/** Update an existing record by ID. */
|
|
7834
8014
|
update: method(z.object({
|
|
7835
8015
|
namespace: z.string().optional(),
|
|
@@ -8069,6 +8249,15 @@ var dataStoreProviderCapability = {
|
|
|
8069
8249
|
kind: "mutation",
|
|
8070
8250
|
auth: "admin"
|
|
8071
8251
|
}),
|
|
8252
|
+
/** Insert many records in ONE transaction. All or nothing. */
|
|
8253
|
+
insertMany: method(z.object({
|
|
8254
|
+
namespace: z.string().optional(),
|
|
8255
|
+
collection: z.string(),
|
|
8256
|
+
records: z.array(BulkRecordSchema).readonly()
|
|
8257
|
+
}), z.object({ inserted: z.number().int() }), {
|
|
8258
|
+
kind: "mutation",
|
|
8259
|
+
auth: "admin"
|
|
8260
|
+
}),
|
|
8072
8261
|
/** Update an existing record by ID. */
|
|
8073
8262
|
update: method(z.object({
|
|
8074
8263
|
namespace: z.string().optional(),
|
|
@@ -10956,6 +11145,166 @@ var logDestinationCapability = {
|
|
|
10956
11145
|
mount: { kind: "skip" }
|
|
10957
11146
|
};
|
|
10958
11147
|
//#endregion
|
|
11148
|
+
//#region src/capabilities/load-contribution.cap.ts
|
|
11149
|
+
/**
|
|
11150
|
+
* `load-contribution` — the capability an addon reports its OWN cost through,
|
|
11151
|
+
* already attributed. It stores nothing.
|
|
11152
|
+
*
|
|
11153
|
+
* ## Why this exists, and why it is not a pid→camera map
|
|
11154
|
+
*
|
|
11155
|
+
* Four of the five load families in
|
|
11156
|
+
* `packages/addon-admin-ui/src/components/cluster/load/camera-load-attribution.ts`
|
|
11157
|
+
* are per-camera by construction — one forked decode worker per decode
|
|
11158
|
+
* session, one ffmpeg per (camera, encode plan), one ffmpeg per (camera,
|
|
11159
|
+
* recording profile), one ffmpeg ingest per camera source — and none could be
|
|
11160
|
+
* READ per camera. The obvious repair is to surface each child's pid so an
|
|
11161
|
+
* observer can join it against the OS process table. That repair is wrong
|
|
11162
|
+
* here, for a reason worth writing down:
|
|
11163
|
+
*
|
|
11164
|
+
* - the join needs an entity with GLOBAL knowledge (which pid belongs to
|
|
11165
|
+
* which camera, for every addon), and every such entity is a list that a
|
|
11166
|
+
* new addon has to be added to — the failure mode of a central list is that
|
|
11167
|
+
* nothing breaks, the operator simply never sees what somebody added;
|
|
11168
|
+
* - the pair has to be shipped somewhere it can outlive the process it
|
|
11169
|
+
* describes, and pids are recycled. A stale entry charges one camera for
|
|
11170
|
+
* another camera's work, silently and plausibly. This repo has already paid
|
|
11171
|
+
* for a registry that answered while the truth was elsewhere (D49).
|
|
11172
|
+
*
|
|
11173
|
+
* The recorder does not need to be told which camera its ffmpeg serves. It
|
|
11174
|
+
* spawned it. So each addon reports what it already knows, and no entity needs
|
|
11175
|
+
* global knowledge. The shape is copied from `log-channels.cap.ts` /
|
|
11176
|
+
* `log-destination.cap.ts` (`mode: 'collection'`, `internal: true`,
|
|
11177
|
+
* `mount: { kind: 'skip' }`): no tRPC route, no generated hooks, while
|
|
11178
|
+
* `addons.listCapabilityProviders` still enumerates it and the hub's
|
|
11179
|
+
* `CapabilityRegistry` still holds an RPC proxy per provider, so a forked
|
|
11180
|
+
* runner's entries reach hub-main over transport that already exists. No new
|
|
11181
|
+
* UDS message, no second registry (D3).
|
|
11182
|
+
*
|
|
11183
|
+
* ## The external observer still has a job
|
|
11184
|
+
*
|
|
11185
|
+
* `metrics.node-processes-snapshot` measures every camstack-shaped process on
|
|
11186
|
+
* the node whether or not anybody claims it. Contributions cover what the
|
|
11187
|
+
* addons know about; the snapshot covers what is actually running. **The
|
|
11188
|
+
* difference is the finding** — a process nobody claims is either a leak or a
|
|
11189
|
+
* cost family nobody has taught to report, and both are worth seeing. So an
|
|
11190
|
+
* unclaimed process stays in an "unattributed" bucket and is never folded into
|
|
11191
|
+
* a neighbour.
|
|
11192
|
+
*
|
|
11193
|
+
* ## Absent, never zero
|
|
11194
|
+
*
|
|
11195
|
+
* Every measurement here is optional. An addon that cannot produce a number
|
|
11196
|
+
* omits it, and the consumer reads UNKNOWN. A zero would say "this camera cost
|
|
11197
|
+
* nothing", which is a measurement, and a measurement nobody made is the one
|
|
11198
|
+
* thing this whole surface exists to prevent.
|
|
11199
|
+
*
|
|
11200
|
+
* ## Detection declares its own renunciation
|
|
11201
|
+
*
|
|
11202
|
+
* The shared inference pool is one process per (node, runtime, hardware
|
|
11203
|
+
* device) serving every camera. It contributes an entry with `deviceId: null`
|
|
11204
|
+
* and `attribution: 'unattributable'` — the giving-up is DATA, reported by the
|
|
11205
|
+
* only component that knows it, rather than a deduction an observer makes.
|
|
11206
|
+
* `isChartablePerCamera` keeps refusing it.
|
|
11207
|
+
*/
|
|
11208
|
+
/**
|
|
11209
|
+
* The load families an addon can report. Kept as a tuple so the Zod enum and
|
|
11210
|
+
* the TypeScript union have one source.
|
|
11211
|
+
*
|
|
11212
|
+
* `detection` is a member on purpose — see the module docblock. It is the one
|
|
11213
|
+
* role that reports itself as unattributable.
|
|
11214
|
+
*/
|
|
11215
|
+
var LOAD_CONTRIBUTION_ROLES = [
|
|
11216
|
+
"decode",
|
|
11217
|
+
"transcode",
|
|
11218
|
+
"recording",
|
|
11219
|
+
"streaming",
|
|
11220
|
+
"detection"
|
|
11221
|
+
];
|
|
11222
|
+
/**
|
|
11223
|
+
* How well the reporting addon can tie this entry to ONE camera. The
|
|
11224
|
+
* contributor decides, because the contributor is the only one who knows.
|
|
11225
|
+
*
|
|
11226
|
+
* - `measured` — the numbers on this entry are this camera's, measured. The
|
|
11227
|
+
* entry owns a process (or an equivalent exclusive resource) that serves
|
|
11228
|
+
* exactly one camera.
|
|
11229
|
+
* - `accounted` — per-camera work really is COUNTED (frames submitted,
|
|
11230
|
+
* inference milliseconds), but the cost is shared and can only ever be
|
|
11231
|
+
* apportioned. A consumer must label it as a share, never as a cost.
|
|
11232
|
+
* - `unattributable` — no camera owns this. Reported anyway, with
|
|
11233
|
+
* `deviceId: null`, so the shared cost is visible as shared instead of
|
|
11234
|
+
* invisible.
|
|
11235
|
+
*/
|
|
11236
|
+
var LOAD_CONTRIBUTION_ATTRIBUTIONS = [
|
|
11237
|
+
"measured",
|
|
11238
|
+
"accounted",
|
|
11239
|
+
"unattributable"
|
|
11240
|
+
];
|
|
11241
|
+
var LoadContributionSchema = z.object({
|
|
11242
|
+
role: z.enum(LOAD_CONTRIBUTION_ROLES),
|
|
11243
|
+
/**
|
|
11244
|
+
* The NUMERIC device id — the same value every log line carries as
|
|
11245
|
+
* `tags.deviceId`. `null` means this cost genuinely belongs to no single
|
|
11246
|
+
* camera (a shared pool), NOT that the contributor forgot to look it up: a
|
|
11247
|
+
* contributor that cannot name its camera must not emit the entry at all,
|
|
11248
|
+
* because an unnamed per-camera entry is indistinguishable from a shared one
|
|
11249
|
+
* and would quietly turn one camera's cost into everybody's.
|
|
11250
|
+
*/
|
|
11251
|
+
deviceId: z.number().int().positive().nullable(),
|
|
11252
|
+
attribution: z.enum(LOAD_CONTRIBUTION_ATTRIBUTIONS),
|
|
11253
|
+
/**
|
|
11254
|
+
* What ONE entry is, in the contributor's own words — `615/high`,
|
|
11255
|
+
* `617/native`, `cuda:0 shared pool`. Free text because the unit differs per
|
|
11256
|
+
* family and inventing a common one would lose the only information that
|
|
11257
|
+
* makes two entries for the same camera distinguishable.
|
|
11258
|
+
*/
|
|
11259
|
+
unit: z.string(),
|
|
11260
|
+
/**
|
|
11261
|
+
* The OS process this cost lives in, when there is one. Present so a
|
|
11262
|
+
* consumer can (a) tell two generations of the same unit apart across a
|
|
11263
|
+
* restart, and (b) subtract claimed processes from the node's process
|
|
11264
|
+
* snapshot to see what NOBODY claimed. Absent for an entry that owns no
|
|
11265
|
+
* process of its own.
|
|
11266
|
+
*/
|
|
11267
|
+
pid: z.number().int().positive().optional(),
|
|
11268
|
+
/**
|
|
11269
|
+
* When this generation started. The pid's incarnation marker: a consumer
|
|
11270
|
+
* differencing {@link LoadContributionSchema.shape.cpuSeconds} must drop the
|
|
11271
|
+
* window when this changes, because the counter restarted from zero in a new
|
|
11272
|
+
* process.
|
|
11273
|
+
*/
|
|
11274
|
+
startedAtMs: z.number().optional(),
|
|
11275
|
+
/**
|
|
11276
|
+
* CUMULATIVE CPU seconds this unit has consumed since it started — user +
|
|
11277
|
+
* system, read from the child's own `/proc/<pid>/stat` at the moment the
|
|
11278
|
+
* contribution is asked for.
|
|
11279
|
+
*
|
|
11280
|
+
* Cumulative and not a rate on purpose: a rate needs a window, a window
|
|
11281
|
+
* needs a sampler, and a new per-node sampler is the defect half of
|
|
11282
|
+
* `docs/architecture/load-ledger.md` documents. A counter can be differenced
|
|
11283
|
+
* by whoever already keeps a history; a rate cannot be un-averaged.
|
|
11284
|
+
*
|
|
11285
|
+
* Absent — never zero — on a node with no `/proc`, on a read failure, and on
|
|
11286
|
+
* an entry with no process.
|
|
11287
|
+
*/
|
|
11288
|
+
cpuSeconds: z.number().optional(),
|
|
11289
|
+
/** Resident bytes of this unit's process, same source and same rules. */
|
|
11290
|
+
rssBytes: z.number().optional()
|
|
11291
|
+
});
|
|
11292
|
+
var loadContributionCapability = {
|
|
11293
|
+
name: "load-contribution",
|
|
11294
|
+
scope: "system",
|
|
11295
|
+
mode: "collection",
|
|
11296
|
+
internal: true,
|
|
11297
|
+
methods: {
|
|
11298
|
+
/**
|
|
11299
|
+
* This addon's own cost entries, computed live from state it already
|
|
11300
|
+
* holds. Inert: no persistence, no sampling, no timer. It is answered on
|
|
11301
|
+
* whatever beat the caller already has.
|
|
11302
|
+
*/
|
|
11303
|
+
list: method(z.void(), z.array(LoadContributionSchema).readonly()) },
|
|
11304
|
+
/** In-process only — enumerated through `addons.listCapabilityProviders`. */
|
|
11305
|
+
mount: { kind: "skip" }
|
|
11306
|
+
};
|
|
11307
|
+
//#endregion
|
|
10959
11308
|
//#region src/capabilities/login-method.cap.ts
|
|
10960
11309
|
/**
|
|
10961
11310
|
* `login-method` — collection cap through which auth addons contribute
|
|
@@ -11190,8 +11539,7 @@ var NodeProcessSchema = z.object({
|
|
|
11190
11539
|
classification: z.enum([
|
|
11191
11540
|
"root",
|
|
11192
11541
|
"managed",
|
|
11193
|
-
"system"
|
|
11194
|
-
"ghost"
|
|
11542
|
+
"system"
|
|
11195
11543
|
]),
|
|
11196
11544
|
/** `$process` addon binding when `managed`, else null. */
|
|
11197
11545
|
addonId: z.string().nullable(),
|
|
@@ -11199,22 +11547,39 @@ var NodeProcessSchema = z.object({
|
|
|
11199
11547
|
nodeId: z.string().nullable(),
|
|
11200
11548
|
/** Truncated command line. */
|
|
11201
11549
|
command: z.string(),
|
|
11550
|
+
/**
|
|
11551
|
+
* `ps pcpu` — CPU averaged over the process's WHOLE LIFETIME, not a rate.
|
|
11552
|
+
* On a runner up for days it barely moves. Fine as a column, useless as a
|
|
11553
|
+
* series: use `cpuMainPercent + cpuGcPercent` for anything time-varying.
|
|
11554
|
+
*/
|
|
11202
11555
|
cpuPercent: z.number(),
|
|
11203
11556
|
memoryRssBytes: z.number(),
|
|
11557
|
+
/**
|
|
11558
|
+
* Instantaneous CPU% of the process's own threads over the last
|
|
11559
|
+
* process-snapshot window, from a `/proc/<pid>/task/*` tick delta.
|
|
11560
|
+
*
|
|
11561
|
+
* `null` = UNKNOWN, never zero: no previous sample yet (first tick after
|
|
11562
|
+
* boot), the pid was recycled, or this node is not Linux.
|
|
11563
|
+
*/
|
|
11564
|
+
cpuMainPercent: z.number().nullable(),
|
|
11565
|
+
/**
|
|
11566
|
+
* Instantaneous CPU% of V8's `V8Worker` platform pool over the same window.
|
|
11567
|
+
*
|
|
11568
|
+
* This is the number that rewrote the 2026-08-27 diagnosis — hub-main 73%,
|
|
11569
|
+
* `stream-broker` 61% (`docs/architecture/load-ledger.md`). A CPU chart that
|
|
11570
|
+
* does not separate it from `cpuMainPercent` shows "busy" where the truth is
|
|
11571
|
+
* "allocating too much".
|
|
11572
|
+
*
|
|
11573
|
+
* Concurrent GC is the dominant tenant of that pool but not the only one
|
|
11574
|
+
* (background compilation runs there too), so it is reported as
|
|
11575
|
+
* "GC / V8 helpers" rather than as pure collection time. `null` has the same
|
|
11576
|
+
* meaning as on `cpuMainPercent`.
|
|
11577
|
+
*/
|
|
11578
|
+
cpuGcPercent: z.number().nullable(),
|
|
11579
|
+
/** Threads seen in the tick scan. `null` under the same conditions. */
|
|
11580
|
+
threadCount: z.number().nullable(),
|
|
11204
11581
|
/** Wall-clock uptime (seconds). Parsed from `ps etime`. */
|
|
11205
|
-
uptimeSec: z.number()
|
|
11206
|
-
/** True when ancestor walk reaches `ppid=1` (reparented to init/launchd). */
|
|
11207
|
-
orphaned: z.boolean()
|
|
11208
|
-
});
|
|
11209
|
-
var KillProcessInputSchema = z.object({
|
|
11210
|
-
pid: z.number(),
|
|
11211
|
-
/** Force = SIGKILL. Default is SIGTERM. */
|
|
11212
|
-
force: z.boolean().optional()
|
|
11213
|
-
});
|
|
11214
|
-
var KillProcessResultSchema = z.object({
|
|
11215
|
-
success: z.boolean(),
|
|
11216
|
-
reason: z.string().optional(),
|
|
11217
|
-
signal: z.enum(["SIGTERM", "SIGKILL"]).optional()
|
|
11582
|
+
uptimeSec: z.number()
|
|
11218
11583
|
});
|
|
11219
11584
|
var DumpHeapSnapshotInputSchema = z.object({
|
|
11220
11585
|
/** The addon whose runner should dump a heap snapshot. */
|
|
@@ -11227,6 +11592,104 @@ var DumpHeapSnapshotResultSchema = z.object({
|
|
|
11227
11592
|
pid: z.number().optional(),
|
|
11228
11593
|
reason: z.string().optional()
|
|
11229
11594
|
});
|
|
11595
|
+
/**
|
|
11596
|
+
* One point of one function's series.
|
|
11597
|
+
*
|
|
11598
|
+
* The unsuffixed fields are the bucket's **MAXIMUM**, and that choice is the
|
|
11599
|
+
* point of the whole surface. The two obvious reductions both lie: a mean per
|
|
11600
|
+
* bucket smears a spike away, and taking every Nth sample skips it outright.
|
|
11601
|
+
* Either would give us a tool built to find peaks that does not show peaks.
|
|
11602
|
+
* `...Min` carries the other end, `samples` says how many raw snapshots folded
|
|
11603
|
+
* into the bucket, and a mean stays derivable where it is wanted.
|
|
11604
|
+
*
|
|
11605
|
+
* An UNREDUCED point is a one-sample bucket: `samples === 1` and each `...Min`
|
|
11606
|
+
* equals its unsuffixed twin. Reduced and unreduced are the same shape, so a
|
|
11607
|
+
* caller cannot tell which it received — which is what "one reader" means.
|
|
11608
|
+
*/
|
|
11609
|
+
var LoadPointSchema = z.object({
|
|
11610
|
+
/** Bucket START, or the snapshot's own timestamp when unreduced. */
|
|
11611
|
+
atMs: z.number(),
|
|
11612
|
+
/** Raw snapshots in this bucket. Never 0 — AN EMPTY BUCKET IS ABSENT. */
|
|
11613
|
+
samples: z.number().int(),
|
|
11614
|
+
/**
|
|
11615
|
+
* `null` = UNKNOWN and it PROPAGATES: a bucket is null unless every process
|
|
11616
|
+
* of every snapshot in it reported a thread split. A partial sum is a
|
|
11617
|
+
* smaller number that looks exactly as real as a complete one.
|
|
11618
|
+
*/
|
|
11619
|
+
cpuMainPercent: z.number().nullable(),
|
|
11620
|
+
cpuMainPercentMin: z.number().nullable(),
|
|
11621
|
+
cpuGcPercent: z.number().nullable(),
|
|
11622
|
+
cpuGcPercentMin: z.number().nullable(),
|
|
11623
|
+
/** Lifetime-average CPU%, summed. Always known — and never a rate. */
|
|
11624
|
+
cpuLifetimePercent: z.number(),
|
|
11625
|
+
cpuLifetimePercentMin: z.number(),
|
|
11626
|
+
memoryRssBytes: z.number(),
|
|
11627
|
+
memoryRssBytesMin: z.number(),
|
|
11628
|
+
processCount: z.number().int(),
|
|
11629
|
+
processCountMin: z.number().int()
|
|
11630
|
+
});
|
|
11631
|
+
/** One function's series. `key` is an addonId, `__root__` or `__unattributed__`. */
|
|
11632
|
+
var LoadFunctionSeriesSchema = z.object({
|
|
11633
|
+
key: z.string(),
|
|
11634
|
+
kind: z.enum([
|
|
11635
|
+
"addon",
|
|
11636
|
+
"root",
|
|
11637
|
+
"unattributed"
|
|
11638
|
+
]),
|
|
11639
|
+
/** Oldest-first. A missing interval is MISSING — never zero-filled. */
|
|
11640
|
+
points: z.array(LoadPointSchema).readonly()
|
|
11641
|
+
});
|
|
11642
|
+
var NodeLoadSeriesSchema = z.object({
|
|
11643
|
+
nodeId: z.string(),
|
|
11644
|
+
/** One entry per function seen in the window, heaviest-first. */
|
|
11645
|
+
series: z.array(LoadFunctionSeriesSchema).readonly(),
|
|
11646
|
+
/**
|
|
11647
|
+
* Width of one returned bucket, in ms. Equals the sampling cadence when no
|
|
11648
|
+
* reduction was needed — so a caller can always say what one point covers
|
|
11649
|
+
* without having to know whether it was reduced.
|
|
11650
|
+
*/
|
|
11651
|
+
bucketMs: z.number(),
|
|
11652
|
+
/** Raw snapshots that went into this answer, across both tiers. */
|
|
11653
|
+
retainedSamples: z.number(),
|
|
11654
|
+
/** Oldest snapshot represented, or `null` when nothing is retained. */
|
|
11655
|
+
oldestAtMs: z.number().nullable(),
|
|
11656
|
+
/** The fixed sampling cadence in force on the cluster, in ms. */
|
|
11657
|
+
cadenceMs: z.number(),
|
|
11658
|
+
/**
|
|
11659
|
+
* Did the DURABLE tier contribute? `false` means the answer is the hot ring
|
|
11660
|
+
* alone — an agent (which holds no table), or a store that refused.
|
|
11661
|
+
* Reported because "the last hour" and "the last six hours" are different
|
|
11662
|
+
* questions and an operator must not have to guess which was answered.
|
|
11663
|
+
*/
|
|
11664
|
+
durable: z.boolean()
|
|
11665
|
+
});
|
|
11666
|
+
var GetLoadSeriesInputSchema = z.object({
|
|
11667
|
+
/**
|
|
11668
|
+
* The node whose series is wanted.
|
|
11669
|
+
*
|
|
11670
|
+
* NOT named `nodeId`: the generated cap router strips a top-level
|
|
11671
|
+
* `nodeId` from every method input and uses it to ROUTE the call to
|
|
11672
|
+
* that node's provider (`generated-cap-routers.ts`). A series target
|
|
11673
|
+
* called `nodeId` would silently become a routing pin and never reach
|
|
11674
|
+
* the provider. The hub holds every node it hears from, so the
|
|
11675
|
+
* ordinary call is unpinned — answered by the hub, for any node.
|
|
11676
|
+
*/
|
|
11677
|
+
forNodeId: z.string(),
|
|
11678
|
+
/**
|
|
11679
|
+
* EXCLUSIVE lower bound. A caller passes the newest `atMs` it already
|
|
11680
|
+
* holds and receives only what it is missing, so seeding a live chart
|
|
11681
|
+
* from this method cannot double a point already drawn.
|
|
11682
|
+
*/
|
|
11683
|
+
sinceMs: z.number().optional(),
|
|
11684
|
+
/**
|
|
11685
|
+
* Most points the caller wants PER FUNCTION. The window is reduced to fit,
|
|
11686
|
+
* preserving min and max per bucket.
|
|
11687
|
+
*
|
|
11688
|
+
* Absent means NO reduction — legitimate for a short window and a trap for a
|
|
11689
|
+
* long one, which is why a chart passes its own pixel width.
|
|
11690
|
+
*/
|
|
11691
|
+
maxPoints: z.number().int().positive().optional()
|
|
11692
|
+
});
|
|
11230
11693
|
var SystemMetricsSchema = z.object({
|
|
11231
11694
|
cpuPercent: z.number(),
|
|
11232
11695
|
memoryPercent: z.number(),
|
|
@@ -11272,28 +11735,44 @@ var metricsProviderCapability = {
|
|
|
11272
11735
|
getAddonStats: method(z.object({ addonId: z.string() }), PidResourceStatsSchema.nullable()),
|
|
11273
11736
|
/**
|
|
11274
11737
|
* Snapshot of every camstack-related process on this node with a
|
|
11275
|
-
*
|
|
11276
|
-
* Processes tab: cross-references `$process.list` against a `ps` scan
|
|
11277
|
-
*
|
|
11278
|
-
*
|
|
11738
|
+
* root/managed/system classification. Powers the Cluster → Agent →
|
|
11739
|
+
* Processes tab: cross-references `$process.list` against a `ps` scan so
|
|
11740
|
+
* per-addon CPU and RSS can be attributed, and so a process the cluster
|
|
11741
|
+
* does not manage is still visible.
|
|
11742
|
+
*
|
|
11743
|
+
* **Read-only, by design.** This cap once carried a `killProcess`
|
|
11744
|
+
* mutation; it was deleted on 2026-08-27. A runner's lifecycle belongs to
|
|
11745
|
+
* `CrashSupervisor` and is driven through `addons.restartAddon` /
|
|
11746
|
+
* `$process.restart` — signalling a raw pid went around the supervisor
|
|
11747
|
+
* (D6), and the one class it was willing to signal turned out to be the
|
|
11748
|
+
* container's own init and the operator's desktop app.
|
|
11279
11749
|
*/
|
|
11280
11750
|
listNodeProcesses: method(z.void(), z.array(NodeProcessSchema).readonly()),
|
|
11281
11751
|
/**
|
|
11282
|
-
*
|
|
11283
|
-
*
|
|
11284
|
-
*
|
|
11285
|
-
*
|
|
11752
|
+
* The retained per-node load series — the ONE reader over BOTH tiers.
|
|
11753
|
+
*
|
|
11754
|
+
* The in-memory ring is the HOT window (the last 180 snapshots, held by
|
|
11755
|
+
* every node's `native-metrics`); the hub's `metrics:node-load-samples`
|
|
11756
|
+
* table is the COLD one (the operator's retention, six hours by default).
|
|
11757
|
+
* This method merges them and DEDUPES on `atMs`, so a snapshot present in
|
|
11758
|
+
* both contributes once and the caller never learns which tier a point
|
|
11759
|
+
* came from. There is deliberately no second read surface: two readers is
|
|
11760
|
+
* how two charts start disagreeing about the same node.
|
|
11761
|
+
*
|
|
11762
|
+
* Reads only; nothing is sampled to answer it. Normally called UNPINNED —
|
|
11763
|
+
* the hub hears every node's snapshot and holds every node's rows — and
|
|
11764
|
+
* answers for any `forNodeId`. Pinned to an agent it answers from that
|
|
11765
|
+
* agent's ring alone (`durable: false`). Empty is a legitimate answer: a
|
|
11766
|
+
* node nobody has heard from has no series, and saying so is the truth.
|
|
11286
11767
|
*/
|
|
11287
|
-
|
|
11288
|
-
kind: "mutation",
|
|
11289
|
-
auth: "admin"
|
|
11290
|
-
}),
|
|
11768
|
+
getLoadSeries: method(GetLoadSeriesInputSchema, NodeLoadSeriesSchema),
|
|
11291
11769
|
/**
|
|
11292
11770
|
* Tell the addon's forked runner to write a V8 heap snapshot to disk (via
|
|
11293
11771
|
* SIGUSR2 — the runner's diagnostic handler). Also logs its
|
|
11294
|
-
* `process.memoryUsage()` + heap-space breakdown.
|
|
11295
|
-
*
|
|
11296
|
-
* attribution; copy the returned path off the
|
|
11772
|
+
* `process.memoryUsage()` + heap-space breakdown. Resolves the pid from
|
|
11773
|
+
* `$process.list`, so it can only reach a runner this node spawned. Use
|
|
11774
|
+
* for deep per-addon memory attribution; copy the returned path off the
|
|
11775
|
+
* node to analyze.
|
|
11297
11776
|
*/
|
|
11298
11777
|
dumpHeapSnapshot: method(DumpHeapSnapshotInputSchema, DumpHeapSnapshotResultSchema, {
|
|
11299
11778
|
kind: "mutation",
|
|
@@ -31330,6 +31809,15 @@ var LoggingSettingsPatchSchema = z.object({
|
|
|
31330
31809
|
* authority over the whole hierarchy and answers for every layer, so the
|
|
31331
31810
|
* layer selector needs a name the transport does not already own.
|
|
31332
31811
|
*/
|
|
31812
|
+
/**
|
|
31813
|
+
* One contribution, plus WHO reported it.
|
|
31814
|
+
*
|
|
31815
|
+
* The addon and node are added by the hub as it enumerates providers, never by
|
|
31816
|
+
* the contributor: an addon reporting its own identity could report somebody
|
|
31817
|
+
* else's, and the whole point of this surface is that no claim is made by
|
|
31818
|
+
* anyone but its owner.
|
|
31819
|
+
*/
|
|
31820
|
+
var ReportedLoadContributionSchema = LoadContributionSchema.extend({ addonId: z.string() });
|
|
31333
31821
|
var GetLoggingSettingsInputSchema = z.object({
|
|
31334
31822
|
scopeNodeId: z.string().optional(),
|
|
31335
31823
|
/**
|
|
@@ -31432,6 +31920,22 @@ var systemCapability = {
|
|
|
31432
31920
|
*/
|
|
31433
31921
|
getRequestCensus: method(z.void(), RequestCensusStatusSchema, { auth: "admin" }),
|
|
31434
31922
|
/**
|
|
31923
|
+
* Every `load-contribution` an addon on this cluster reports — each
|
|
31924
|
+
* addon's OWN cost, already attributed by the addon that owns it.
|
|
31925
|
+
*
|
|
31926
|
+
* There is no central list of what costs what: an addon that spawns a
|
|
31927
|
+
* per-camera child declares it, and one that cannot attribute its cost
|
|
31928
|
+
* (the shared inference pool) declares THAT. So a new cost family appears
|
|
31929
|
+
* here the moment its addon is redeployed, with nobody editing anything.
|
|
31930
|
+
*
|
|
31931
|
+
* What this does NOT do is measure the node. `metrics.node-processes-
|
|
31932
|
+
* snapshot` still does that, and the difference between the two is the
|
|
31933
|
+
* finding: a process no contribution claims is either a leak or a family
|
|
31934
|
+
* nobody has taught to report. Both belong in the unattributed bucket, and
|
|
31935
|
+
* neither may be folded into a camera.
|
|
31936
|
+
*/
|
|
31937
|
+
getLoadContributions: method(z.void(), z.array(ReportedLoadContributionSchema).readonly(), { auth: "admin" }),
|
|
31938
|
+
/**
|
|
31435
31939
|
* The logging settings document — levels and armed diagnostics — resolved
|
|
31436
31940
|
* for `nodeId`, or for the cluster when `nodeId` is absent.
|
|
31437
31941
|
*
|
|
@@ -35761,6 +36265,7 @@ var CAPABILITY_NAMES = {
|
|
|
35761
36265
|
lawnMowerControl: "lawn-mower-control",
|
|
35762
36266
|
llm: "llm",
|
|
35763
36267
|
llmRuntime: "llm-runtime",
|
|
36268
|
+
loadContribution: "load-contribution",
|
|
35764
36269
|
localNetwork: "local-network",
|
|
35765
36270
|
lockControl: "lock-control",
|
|
35766
36271
|
logChannels: "log-channels",
|
|
@@ -36127,6 +36632,10 @@ var CAPABILITY_ROUTER_KEYS = [
|
|
|
36127
36632
|
key: "llmRuntime",
|
|
36128
36633
|
name: "llm-runtime"
|
|
36129
36634
|
},
|
|
36635
|
+
{
|
|
36636
|
+
key: "loadContribution",
|
|
36637
|
+
name: "load-contribution"
|
|
36638
|
+
},
|
|
36130
36639
|
{
|
|
36131
36640
|
key: "localNetwork",
|
|
36132
36641
|
name: "local-network"
|
|
@@ -36525,6 +37034,7 @@ var ALL_CAPABILITY_DEFINITIONS = [
|
|
|
36525
37034
|
lawnMowerControlCapability,
|
|
36526
37035
|
llmCapability,
|
|
36527
37036
|
llmRuntimeCapability,
|
|
37037
|
+
loadContributionCapability,
|
|
36528
37038
|
localNetworkCapability,
|
|
36529
37039
|
lockControlCapability,
|
|
36530
37040
|
logChannelsCapability,
|
|
@@ -37550,6 +38060,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
37550
38060
|
addonId: null,
|
|
37551
38061
|
access: "create"
|
|
37552
38062
|
},
|
|
38063
|
+
"dataStoreProvider.insertMany": {
|
|
38064
|
+
capName: "data-store-provider",
|
|
38065
|
+
capScope: "system",
|
|
38066
|
+
addonId: null,
|
|
38067
|
+
access: "create"
|
|
38068
|
+
},
|
|
37553
38069
|
"dataStoreProvider.isEmpty": {
|
|
37554
38070
|
capName: "data-store-provider",
|
|
37555
38071
|
capScope: "system",
|
|
@@ -38864,6 +39380,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
38864
39380
|
addonId: null,
|
|
38865
39381
|
access: "create"
|
|
38866
39382
|
},
|
|
39383
|
+
"loadContribution.list": {
|
|
39384
|
+
capName: "load-contribution",
|
|
39385
|
+
capScope: "system",
|
|
39386
|
+
addonId: null,
|
|
39387
|
+
access: "view"
|
|
39388
|
+
},
|
|
38867
39389
|
"localNetwork.downloadCa": {
|
|
38868
39390
|
capName: "local-network",
|
|
38869
39391
|
capScope: "system",
|
|
@@ -39164,17 +39686,17 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
39164
39686
|
addonId: null,
|
|
39165
39687
|
access: "view"
|
|
39166
39688
|
},
|
|
39167
|
-
"metricsProvider.
|
|
39689
|
+
"metricsProvider.getLoadSeries": {
|
|
39168
39690
|
capName: "metrics-provider",
|
|
39169
39691
|
capScope: "system",
|
|
39170
39692
|
addonId: null,
|
|
39171
39693
|
access: "view"
|
|
39172
39694
|
},
|
|
39173
|
-
"metricsProvider.
|
|
39695
|
+
"metricsProvider.getProcessStats": {
|
|
39174
39696
|
capName: "metrics-provider",
|
|
39175
39697
|
capScope: "system",
|
|
39176
39698
|
addonId: null,
|
|
39177
|
-
access: "
|
|
39699
|
+
access: "view"
|
|
39178
39700
|
},
|
|
39179
39701
|
"metricsProvider.listAddonInstances": {
|
|
39180
39702
|
capName: "metrics-provider",
|
|
@@ -41186,6 +41708,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
41186
41708
|
addonId: null,
|
|
41187
41709
|
access: "create"
|
|
41188
41710
|
},
|
|
41711
|
+
"settingsStore.insertMany": {
|
|
41712
|
+
capName: "settings-store",
|
|
41713
|
+
capScope: "system",
|
|
41714
|
+
addonId: null,
|
|
41715
|
+
access: "create"
|
|
41716
|
+
},
|
|
41189
41717
|
"settingsStore.isEmpty": {
|
|
41190
41718
|
capName: "settings-store",
|
|
41191
41719
|
capScope: "system",
|
|
@@ -41798,6 +42326,12 @@ var METHOD_ACCESS_MAP = Object.freeze({
|
|
|
41798
42326
|
addonId: null,
|
|
41799
42327
|
access: "create"
|
|
41800
42328
|
},
|
|
42329
|
+
"system.getLoadContributions": {
|
|
42330
|
+
capName: "system",
|
|
42331
|
+
capScope: "system",
|
|
42332
|
+
addonId: null,
|
|
42333
|
+
access: "view"
|
|
42334
|
+
},
|
|
41801
42335
|
"system.getLoggingSettings": {
|
|
41802
42336
|
capName: "system",
|
|
41803
42337
|
capScope: "system",
|
|
@@ -42491,6 +43025,7 @@ var KNOWN_CAP_NAMES = [
|
|
|
42491
43025
|
"lawn-mower-control",
|
|
42492
43026
|
"llm",
|
|
42493
43027
|
"llm-runtime",
|
|
43028
|
+
"load-contribution",
|
|
42494
43029
|
"local-network",
|
|
42495
43030
|
"lock-control",
|
|
42496
43031
|
"log-channels",
|
|
@@ -42651,6 +43186,7 @@ var SYSTEM_CAP_NAMES = [
|
|
|
42651
43186
|
"integrations",
|
|
42652
43187
|
"llm",
|
|
42653
43188
|
"llm-runtime",
|
|
43189
|
+
"load-contribution",
|
|
42654
43190
|
"local-network",
|
|
42655
43191
|
"log-channels",
|
|
42656
43192
|
"log-destination",
|
|
@@ -45332,7 +45868,7 @@ function createSystemProxy(api) {
|
|
|
45332
45868
|
listAddonInstances: (input) => dispatch("metricsProvider", "listAddonInstances", "query", input),
|
|
45333
45869
|
getAddonStats: (input) => dispatch("metricsProvider", "getAddonStats", "query", input),
|
|
45334
45870
|
listNodeProcesses: (input) => dispatch("metricsProvider", "listNodeProcesses", "query", input),
|
|
45335
|
-
|
|
45871
|
+
getLoadSeries: (input) => dispatch("metricsProvider", "getLoadSeries", "query", input),
|
|
45336
45872
|
dumpHeapSnapshot: (input) => dispatch("metricsProvider", "dumpHeapSnapshot", "mutation", input)
|
|
45337
45873
|
},
|
|
45338
45874
|
mqttBroker: {
|
|
@@ -45511,6 +46047,7 @@ function createSystemProxy(api) {
|
|
|
45511
46047
|
set: (input) => dispatch("settingsStore", "set", "mutation", input),
|
|
45512
46048
|
query: (input) => dispatch("settingsStore", "query", "query", input),
|
|
45513
46049
|
insert: (input) => dispatch("settingsStore", "insert", "mutation", input),
|
|
46050
|
+
insertMany: (input) => dispatch("settingsStore", "insertMany", "mutation", input),
|
|
45514
46051
|
update: (input) => dispatch("settingsStore", "update", "mutation", input),
|
|
45515
46052
|
delete: (input) => dispatch("settingsStore", "delete", "mutation", input),
|
|
45516
46053
|
deleteWhere: (input) => dispatch("settingsStore", "deleteWhere", "mutation", input),
|
|
@@ -45591,6 +46128,7 @@ function createSystemProxy(api) {
|
|
|
45591
46128
|
setSiteLocation: (input) => dispatch("system", "setSiteLocation", "mutation", input),
|
|
45592
46129
|
detectSiteLocation: (input) => dispatch("system", "detectSiteLocation", "mutation", input),
|
|
45593
46130
|
getRequestCensus: (input) => dispatch("system", "getRequestCensus", "query", input),
|
|
46131
|
+
getLoadContributions: (input) => dispatch("system", "getLoadContributions", "query", input),
|
|
45594
46132
|
getLoggingSettings: (input) => dispatch("system", "getLoggingSettings", "query", input),
|
|
45595
46133
|
setLoggingSettings: (input) => dispatch("system", "setLoggingSettings", "mutation", input)
|
|
45596
46134
|
},
|
|
@@ -49585,4 +50123,4 @@ function enumerateInferenceDevices(hw) {
|
|
|
49585
50123
|
return out;
|
|
49586
50124
|
}
|
|
49587
50125
|
//#endregion
|
|
49588
|
-
export { ACCESSORY_LABEL, ACCESS_ROLES, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, AnalyticsGroupDetailSchema, AnalyticsGroupMemberSchema, AnalyticsGroupRecordSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BATTERY_UNREACHABLE_AFTER_MS, BOOT_RECOVERY_BACKOFF_MS, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, CLASS_MAP_MACRO_TARGETS, CLUSTER_MODEL_SCOPED_STEPS, CLUSTER_MODEL_SECTION_ID, CLUSTER_STEP_SETTING_FIELDS, COCO_80_LABELS, COCO_TO_MACRO, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_CLUSTER_STEP_MODELS, DEFAULT_CLUSTER_STEP_SETTINGS, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_FIRST_SIGHTING_FRESHNESS_MS, DEFAULT_MIN_LANDMARK_FACE_SIZE_PX, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_POOL_MEMORY_POLICY, DEFAULT_RECORDING_PROFILES, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_MACRO_CLASSES, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_CHILDREN_BATCH_MAX, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DeclaredDevices, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionCatalogClassMapSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiagnosticIdSchema, DiagnosticWindowPatchSchema, DiagnosticWindowSchema, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DiskReconcileJobSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, FIRST_LEVEL_MACRO_CLASSES, FULL_IMAGE_BBOX, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, FrameLazyCountersSchema, FrameLazyMetricsSchema, GasStatusSchema, GetLoggingSettingsInputSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HfModelResolutionSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, INFERENCE_DEVICE_EXCLUSION_REASONS, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, InferenceDeviceExclusionReasonSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_CHANNEL_TICK_MS, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, ListGroupsPageSchema, ListGroupsQueryInput, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmDownloadProgressSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogChannelApplyResultSchema, LogChannelDescriptorSchema, LogChannelGate, LogChannelLevelSchema, LogChannelRegistry, LogChannelWindowPatchSchema, LogChannelWindowSchema, LogChannelWindowStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoggingEffectiveSchema, LoggingExplicitSchema, LoggingLevelLayerSchema, LoggingLevelSourceSchema, LoggingScopeKindSchema, LoggingSettingsPatchSchema, LoggingSettingsStateSchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_CLIP_EVENT_IDS, MAX_CLIP_LABELS, MAX_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, MAX_SENSOR_TRIGGER_DEVICES, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MODEL_PROVIDER_IDS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelExtraFileSchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelProviderIdSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SCENE_BUDGET_FIELD, NATIVE_LEASE_SCENE_BUDGET_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_CONFIRM_HITS_DEFAULT, NC_AUDIO_CONFIRM_HITS_MAX, NC_AUDIO_CONFIRM_HITS_MIN, NC_AUDIO_CONFIRM_WINDOW_MAX_SEC, NC_AUDIO_CONFIRM_WINDOW_MIN_SEC, NC_AUDIO_CONFIRM_WINDOW_SEC_DEFAULT, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUDIO_SEED, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_OCCUPANCY_DEFAULTS, NC_RULE_EDITOR_SECTION_ORDER, NC_RULE_KIND_SPECS, NC_RULE_SECTIONS, NC_SNOOZE_MAX_MINUTES, NC_SYSTEM_DELIVERY, NC_SYSTEM_EVENT_FILTER_KEYS, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcSceneConditionSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPERATOR_WRITTEN_STALE_MS, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PoolMemoryWatchdog, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RECORDING_EXPORT_MAX_READ_BYTES, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_STATE_REFRESH_MISS_COOLDOWN_MS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadWindowBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingObjectTriggerClassSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, RequestCensusGroupSchema, RequestCensusProcedureSchema, RequestCensusSnapshotSchema, RequestCensusStatusSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCENE_CONDITIONS, SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, SCENE_DEFAULT_ANCHOR_THRESHOLD, SCENE_DEFAULT_CHECK_INTERVAL_SEC, SCENE_DEFAULT_OBSERVATION_SPACING_SEC, SCENE_DEFAULT_QUIET_SECONDS, SCENE_DEFAULT_UNCOVERED_POLICY, SCENE_DIVERGED, SCENE_RESET_RECAPTURES, SCOPE_PRESETS, SENSOR_FEATURES, SENSOR_MAP, SOURCE_CAPS, SOURCE_CAP_ACTIVE_FIELD, SOURCE_CAP_CHANGED_AT_FIELD, SOURCE_DEVICE_TYPES, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SYSTEM_SCOPE_DEVICE_METHODS, SceneCheckSchema, SceneConditionSchema, SceneConfirmSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, SceneUnavailableSchema, SceneUncoveredPolicySchema, SceneVerdictSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SetLoggingSettingsInputSchema, SetSiteLocationInputSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SiteLocationSchema, SiteLocationSourceSchema, SiteLocationStatusSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationMoveSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMELAPSE_DENSE_FLOOR_SEC, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalInstanceInfoSchema, TerminalLegacyCameraSchema, TerminalOutputBatchSchema, TerminalOutputEventSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestConnectionStatusEnum, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TransportPlaneCountsSchema, TransportPlaneSchema, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VISIT_MERGE_GAP_MS, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, __resetLogChannelRegistryForTests, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioKindId, audioLabelChoices, audioMetricsCapability, audioModeOf, audioOrDefaults, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildRoleScopes, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, clusterModelSettingKey, clusterStepSettingFieldsFor, clusterStepSettingKey, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, commitWatchdogRestart, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, conditionExclusionReason, conditionVisibleForKind, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createEventBusSliceSource, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createLogChannelsProvider, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, declareLogChannel, decodeVectorBase64, decoderCapability, defaultDeliveryForSection, defaultDeviceFor, defineCustomActions, deriveBatteryPresence, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, droppedConditionsForKind, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluatePoolMemory, evaluateSensorEdge, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getLogChannelRegistry, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, inferModelProvider, initialPoolMemoryState, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isAudioRule, isBaseConditionKey, isBatteryPresenceFault, isClusterScopedStep, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isFirstLevelMacroClass, isIsolatedBuiltin, isNode, isObjectInput, isOccupancyRule, isRestoredCap, isSameAddonId, isScheduleActive, isSoftwareDecode, isSourceCap, isSystemDelivery, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logChannelsCapability, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeTokenScopes, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, overlayClusterStepSettings, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProcStatus, parseProfileBrokerId, parseRuleSection, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickClusterStepModels, pickClusterStepSettings, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickRestartCandidate, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, poolMemoryThreshold, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readClusterStepModels, readClusterStepSettings, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resetPoolBaseline, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveClusterStepModelId, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveMethodAuth, resolveModelFormat, resolveMutate, resolvePoolMemoryPolicy, resolveRecordingProfiles, resolveRunnerId, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, ruleEditorSectionsForKind, ruleKindOf, ruleKindSpec, ruleMatchesSection, ruleSection, ruleSectionOf, ruleSeedForSection, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, sliceActiveValue, sliceChangedAt, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, systemEventFilterApplies, systemEventFilterAppliesToAnyKind, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|
|
50126
|
+
export { ACCESSORY_LABEL, ACCESS_ROLES, ALEXA_EGRESS_PROFILE, ALL_CAPABILITY_DEFINITIONS, APPLE_SA_TO_MACRO, AUDIO_ANALYSIS_CAP_NAME, AUDIO_BACKEND_CHOICES, AUDIO_MACRO_LABELS, AUDIO_PRESETS, AccessoriesStatusSchema, AccessoryKind, AddBrokerInputSchema, AddonAutoUpdateSchema, AddonListItemSchema, AddonPageDeclarationSchema, AddonPageInfoSchema, AdoptInputSchema as AdoptionAdoptInputSchema, AdoptResultSchema as AdoptionAdoptResultSchema, AdoptionCandidateResultSchema, AdoptionFilterSchema, GetCandidateInputSchema as AdoptionGetCandidateInputSchema, AdoptionJobSchema, AdoptionJobStateSchema, ListCandidatesInputSchema as AdoptionListCandidatesInputSchema, ListCandidatesOutputSchema as AdoptionListCandidatesOutputSchema, AdoptionOutcomeSchema, ReleaseInputSchema as AdoptionReleaseInputSchema, AdoptionStatusSchema, AgentLoadSummarySchema, AirQualitySensorStatusSchema, AlarmArmModeSchema, AlarmPanelStatusSchema, AlarmStateSchema, AlertSchema, AlertSeveritySchema, AlertSourceSchema, AlertStatusSchema, AmbientLightSensorStatusSchema, AnalyticsGroupDetailSchema, AnalyticsGroupMemberSchema, AnalyticsGroupRecordSchema, ApiKeyRecordSchema, ApiKeySummarySchema, ArchiveEntrySchema, ArchiveManifestSchema, AttachmentMediaTypeSchema, AttachmentSchema, AudioAnalysisResultSchema, AudioAnalysisSettingsSchema, AudioChunkInputSchema, AudioClassSummarySchema, AudioClassificationLabelSchema, AudioClassificationResultSchema, AudioCodecInfoSchema, AudioDecodeSessionConfigSchema, AudioEncodeSchema, AudioEncodeSessionConfigSchema, AudioEncodedChunkSchema, AudioEventSchema, AudioLevelSchema, AudioMetricsHistoryPointSchema, AudioMetricsHistorySchema, AudioMetricsSnapshotSchema, AudioPcmChunkSchema, AuthResultSchema, AutoUpdateSettingsSchema, AutomationActionSchema, AutomationConditionOperatorSchema, AutomationConditionSchema, AutomationControlStatusSchema, AutomationRecipeSchema, AutomationTriggerSchema, AvailableIntegrationTypeSchema, BACKEND_TO_FORMAT, BASE_LIVE_EGRESS_PROFILE, BATTERY_DEVICE_PROFILE, BATTERY_UNREACHABLE_AFTER_MS, BOOT_RECOVERY_BACKOFF_MS, BacklightModeSchema, BackupDestinationInfoSchema, BackupEntrySchema, BaseAddon, BaseDevice, BaseDeviceProvider, BatteryStatusSchema, BinaryStatusSchema, BoundingBoxSchema, BrightnessStatusSchema, AddInputSchema as BrokerAddInputSchema, BrokerAudioClientSchema, BrokerClientsSchema, BrokerConnectionDetailsSchema, BrokerConsumerAttributionSchema, BrokerConsumerKindSchema, BrokerDecodedClientSchema, BrokerEncodedClientSchema, GetStateInputSchema as BrokerGetStateInputSchema, BrokerInfoSchema, BrokerProviderInfoSchema, PublishInputSchema as BrokerPublishInputSchema, RegistryStatusSchema as BrokerRegistryStatusSchema, BrokerRtspClientSchema, BrokerStatsSchema, BrokerStatusEnum, BrokerStatusSchema, SubscribeInputSchema as BrokerSubscribeInputSchema, SubscribeResultSchema as BrokerSubscribeResultSchema, TestConnectionResultSchema as BrokerTestConnectionResultSchema, UnsubscribeInputSchema as BrokerUnsubscribeInputSchema, BulkRecordSchema, CAMERA_SWITCH_CATALOG, CAMERA_SWITCH_ORDER, CAM_PROFILE_ORDER, CAPABILITY_NAMES, CAPABILITY_ROUTER_KEYS, CAP_NAMES_WITH_STATUS, CAP_NODE_PIN_CONTEXT_KEY, CAP_PROVIDER_KIND_MAP, CLASS_MAP_MACRO_TARGETS, CLUSTER_MODEL_SCOPED_STEPS, CLUSTER_MODEL_SECTION_ID, CLUSTER_STEP_SETTING_FIELDS, COCO_80_LABELS, COCO_TO_MACRO, CONNECTION_TEST_TIMEOUT_MS, CORE_BLOCKS_ADDON_ID, CORE_BLOCK_ADDON_PREFIX, CamProfileSchema, CamStreamDescriptorSchema, CamStreamKindSchema, CamStreamResolutionSchema, CameraAssignmentStatusSchema, CameraAudioStatusSchema, CameraBrokerProfileSchema, CameraBrokerStatusSchema, CameraCredentialsSchema, CameraCredentialsStatusSchema, CameraDecoderShmSchema, CameraDecoderStatusSchema, CameraDetectionPhaseSchema, CameraDetectionProvisioningSchema, CameraDetectionProvisioningStateSchema, CameraDetectionStatusSchema, CameraMetricsSchema, CameraMetricsWithDeviceIdSchema, CameraMotionStatusSchema, CameraRecordingModeSchema, CameraRecordingStatusSchema, CameraSourceStatusSchema, CameraSourceStreamSchema, CameraStatusDegradationReasonSchema, CameraStatusDegradationSchema, CameraStatusSchema, CameraStatusStageSchema, CameraStreamSchema, CameraSwitchAuthoritySchema, CameraSwitchGroupSchema, CameraSwitchIdSchema, CameraSwitchSchema, CameraSwitchUnavailableReasonSchema, CandidateQueryFilterSchema, CapScopeSchema, CapabilityBindingsSchema, CarbonMonoxideStatusSchema, ChargingStatus, ClientNetworkStatsSchema, ClimateControlStatusSchema, ClipPlaybackSchema, ClipSchema, ClusterAddonNodeDeploymentSchema, ClusterAddonStatusEntrySchema, CollectionColumnSchema, CollectionIndexSchema, ColorStatusSchema, ConfigEntrySchema, ConfigSectionWithValuesSchema, ConfigTabDeclarationSchema, ConnectionTestDescriptorSchema, ConnectionTestInputSchema, ConnectionTestOutcomeSchema, ConnectivityStatusSchema, ConsumableItemSchema, ConsumablesStatusSchema, ContactStatusSchema, ControlKindSchema, ControlStatusSchema, ConvertArtifactSchema, ConvertResultSchema, ConvertTargetSchema, CoreBlockCompileResultSchema, CoreBlockInputSchema, CoreBlockPlacementSchema, CoreBlockSchema, CoreBlockStatusSchema, CoverStateSchema, CoverStatusSchema, CreateApiKeyInputSchema, CreateApiKeyResultSchema, CreateIntegrationInputSchema, CreateScopedTokenInputSchema, CreateScopedTokenResultSchema, CreateUserInputSchema, CustomActionInputSchema, CustomModelDescriptorSchema, DATAPLANE_SECRET_HEADER, DECLARED_DEVICE_SWEEP_LIMIT, DECLARED_INTEGRATION_FIXED_KEY, DEFAULT_ADDON_PLACEMENT, DEFAULT_AUDIO_ANALYZER_CONFIG, DEFAULT_CLUSTER_STEP_MODELS, DEFAULT_CLUSTER_STEP_SETTINGS, DEFAULT_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_FIRST_SIGHTING_FRESHNESS_MS, DEFAULT_MIN_LANDMARK_FACE_SIZE_PX, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_POOL_MEMORY_POLICY, DEFAULT_RECORDING_PROFILES, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_TIMELAPSE_PREVIEW_TEXT, DETAIL_CROP_PADDING_FIELD, DETAIL_CROP_PADDING_KEY, DETAIL_CROP_SECTION_ID, DETAIL_CROP_SQUARE_KEY, DETECTION_MACRO_CLASSES, DETECTION_PIPELINE_CAP_NAME, DEVICE_BACKEND_TO_FORMAT, DEVICE_CAP_NAMES, DEVICE_CHILDREN_BATCH_MAX, DEVICE_PROFILES, DEVICE_SCOPED_CAPS, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATE_READERS, DEVICE_STATUS_METHOD, DEVICE_TYPE_CONTROL_KIND, DEVICE_TYPE_INFO, EngineInfoSchema as DataStoreEngineInfoSchema, DayNightModeSchema, DayNightOptionsSchema, DayNightSettingsPatchSchema, DayNightStatusSchema, DeclaredDevices, DecodedAudioChunkSchema, DecodedFrameSchema, DecoderSessionConfigSchema, DecoderStatsSchema, DeleteIntegrationResultSchema, DetailCropConventionSchema, DetectionCatalogClassMapSchema, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiagnosticIdSchema, DiagnosticWindowPatchSchema, DiagnosticWindowSchema, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, DiskReconcileJobSchema, DisposerChain, DoorbellPressEventSchema, DoorbellStatusSchema, EVENTFUL_CAP_NAMES, EVENT_KIND_BY_CAP, EVENT_PAD_MS, EVENT_TAXONOMY, EXPORT_DENSE_MAX_RANGES, EXPRESSION_BUILTINS, EXPRESSION_BUILTIN_NAMES, EXPRESSION_COMPILE_CACHE_CAPACITY, EXPRESSION_IDENTIFIER_RE, EXPRESSION_INJECTED_NOW, EgressEncodeSchema, EgressRateControlSchema, EgressTranscodeRequestSchema, EgressTranscodeSchema, ElementConfigStore, EmbeddingInfoSchema, EmbeddingResultSchema, EncodeProfileSchema, EncodedPacketSchema, EnrichedWidgetMetadataSchema, EnumSensorDateTimeFormatSchema, EnumSensorStatusSchema, EventCategory, EventEmitterStatusSchema, EventFireSchema, EventItemSchema, EventKindCategorySchema, EventKindDescriptorSchema, EventKindIconSchema, EventKindSchema, EventKindsForDeviceSchema, EventMediaArtifactSchema, EventMediaCoverageSchema, EventMediaKindSchema, EventMediaProductionSchema, EventSourceType, ExportBytesSchema, ExportDenseRangeSchema, ExportDenseSchema, ExportDownloadSchema, ExportOptionsSchema, ExportRecordSchema, ExportSetupFieldSchema, ExportSetupSchema, ExportSpeedSchema, ExportStateSchema, ExportTimelapseSchema, ExposedDeviceSchema, ExposureModeSchema, ExpressionBindingSourceSchema, ExpressionEvalError, ExpressionFieldBindingSchema, ExpressionGlobalBindingSchema, ExpressionLiteralBindingSchema, ExpressionParseError, ExpressionSourceSchema, FIRST_LEVEL_MACRO_CLASSES, FULL_IMAGE_BBOX, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, FrameLazyCountersSchema, FrameLazyMetricsSchema, GasStatusSchema, GetLoggingSettingsInputSchema, GetStreamWithCodecInputSchema, GlobalMetricsSchema, HAP_AUDIO_BASE, HAP_AUDIO_BITRATE_KBPS, HAP_AUDIO_VBV_KBITS, HAP_KEYFRAME_INTERVAL_SEC, HF_BASE_URL, HF_REPO, HWACCEL_OPTIONS, HealthStatusSchema, HfModelResolutionSchema, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, INFERENCE_DEVICE_EXCLUSION_REASONS, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, InferenceDeviceExclusionReasonSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOAD_CONTRIBUTION_ATTRIBUTIONS, LOAD_CONTRIBUTION_ROLES, LOG_CHANNEL_TICK_MS, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, ListGroupsPageSchema, ListGroupsQueryInput, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmDownloadProgressSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LoadContributionSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogChannelApplyResultSchema, LogChannelDescriptorSchema, LogChannelGate, LogChannelLevelSchema, LogChannelRegistry, LogChannelWindowPatchSchema, LogChannelWindowSchema, LogChannelWindowStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoggingEffectiveSchema, LoggingExplicitSchema, LoggingLevelLayerSchema, LoggingLevelSourceSchema, LoggingScopeKindSchema, LoggingSettingsPatchSchema, LoggingSettingsStateSchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_LABELS, MAX_CLIP_EVENT_IDS, MAX_CLIP_LABELS, MAX_CONDITION_DEPTH, MAX_CONDITION_LEAVES, MAX_EXPRESSION_AST_NODES, MAX_EXPRESSION_BINDINGS, MAX_EXPRESSION_CALL_ARGS, MAX_EXPRESSION_EVAL_STEPS, MAX_EXPRESSION_SOURCE_LENGTH, MAX_SENSOR_TRIGGER_DEVICES, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MODEL_PROVIDER_IDS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, ManagedModelExtraFileSchema, ManagedModelRefSchema, ManagedRuntimeConfigSchema, MaskGridDimsSchema, MaskGridShapeSchema, MaskLineShapeSchema, MaskPointSchema, MaskPolygonShapeSchema, MaskPolygonVerticesSchema, MaskRectShapeSchema, MaskShapeKindSchema, MaskShapeSchema, MediaFileInfoSchema, MediaFileSchema, MediaPlayerRepeatSchema, MediaPlayerStateSchema, MediaPlayerStatusSchema, MeshPeerSchema, MeshStatusSchema, MethodAccessSchema, ModelCatalogEntrySchema, ModelConvertInputSchema, ModelConvertMetadataSchema, ModelDistributeInputSchema, ModelDistributeResultSchema, ModelExtraFileSchema, ModelFormatEntrySchema, ModelFormatsSchema, ModelProviderIdSchema, ModelSubstitutionSchema, ModelVariantGroupSchema, MotionAnalysisResultSchema, MotionEventSchema, MotionOnMotionChangedDataSchema, MotionRegionSchema, MotionSourceEnum, MotionSourcesSchema, MotionStatusSchema, MotionTriggerRuntimeStateSchema, MotionTriggerStatusSchema, MotionZoneOptionsSchema, MotionZonePatchSchema, MotionZoneRegionSchema, MotionZoneStatusSchema, StatusSchema as MqttBrokerStatusSchema, MutationFilterSchema, NATIVE_LEASE_ACTIVITY_FIELD, NATIVE_LEASE_ACTIVITY_KEY, NATIVE_LEASE_ADMISSION_FIELD, NATIVE_LEASE_ADMISSION_KEY, NATIVE_LEASE_BUDGET_FIELD, NATIVE_LEASE_BUDGET_KEY, NATIVE_LEASE_HOLD_FIELD, NATIVE_LEASE_HOLD_KEY, NATIVE_LEASE_SCENE_BUDGET_FIELD, NATIVE_LEASE_SCENE_BUDGET_KEY, NATIVE_LEASE_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_CONFIRM_HITS_DEFAULT, NC_AUDIO_CONFIRM_HITS_MAX, NC_AUDIO_CONFIRM_HITS_MIN, NC_AUDIO_CONFIRM_WINDOW_MAX_SEC, NC_AUDIO_CONFIRM_WINDOW_MIN_SEC, NC_AUDIO_CONFIRM_WINDOW_SEC_DEFAULT, NC_AUDIO_DBFS_FLOOR, NC_AUDIO_DB_MAX, NC_AUDIO_DB_MIN, NC_AUDIO_DB_OFFERED, NC_AUDIO_DB_STEP, NC_AUDIO_DEFAULTS, NC_AUDIO_HIT_PERCENT_MAX, NC_AUDIO_HIT_PERCENT_MIN, NC_AUDIO_SAMPLING_MAX_SEC, NC_AUDIO_SAMPLING_MIN_SEC, NC_AUDIO_SEED, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, NC_BASE_CONDITION_KEYS, NC_CONDITION_CATALOG, NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, NC_CONFIRM_DEFAULT_TIMEOUT_MS, NC_CONFIRM_MAX_TIMEOUT_MS, NC_CONFIRM_MIN_TIMEOUT_MS, NC_DEFAULT_SNOOZE_MINUTES, NC_HISTORY_LIMIT_DEFAULT, NC_HISTORY_LIMIT_MAX, NC_MAX_PER_TRACK_IMMEDIATE, NC_OCCUPANCY_DEFAULTS, NC_RULE_EDITOR_SECTION_ORDER, NC_RULE_KIND_SPECS, NC_RULE_SECTIONS, NC_SNOOZE_MAX_MINUTES, NC_SYSTEM_DELIVERY, NC_SYSTEM_EVENT_FILTER_KEYS, NC_TAXONOMY, NativeCropBboxSchema, NativeCropRefSchema, NativeCropResultSchema, NativeDetectionSchema, NativeLeaseAdmissionSchema, NativeLeaseSettingsSchema, NativeObjectClassEnum, NativeObjectDetectionRuntimeStateSchema, NativeObjectDetectionStatusSchema, NcAlarmConfigSchema, NcAlarmModeCoverageSchema, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, NcAlarmSkipReasonSchema, NcAlarmSkippedDeviceSchema, NcAudioConditionSchema, NcConditionDescriptorSchema, NcConditionsSchema, NcConfirmExpectSchema, NcConfirmSchema, NcCrossingSchema, NcDeliverySchema, NcDeviceStateConditionSchema, NcHistoryEntrySchema, NcHistoryFilterSchema, NcHistoryRecordKindSchema, NcHistoryStatusSchema, NcHistorySubjectSchema, NcMediaFrameSchema, NcMediaPolicySchema, NcOccupancyConditionSchema, NcPlateMatcherSchema, NcRuleActionSchema, NcRuleActionSequenceSchema, NcRuleActionsSchema, NcRuleInputSchema, NcRuleNotificationButtonSchema, NcRulePatchSchema, NcRuleSchema, NcRuleTargetSchema, NcSceneConditionSchema, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, OPERATOR_WRITTEN_STALE_MS, OPS_LOG_DEFAULT_LIMIT, OPS_LOG_RING_DEFAULT_MAX, OauthIntegrationDescriptorSchema, ObjectEventSchema, OpsLogDomainSchema, OpsLogEntrySchema, OpsLogOpSchema, OpsLogQueryInputSchema, OpsLogReasonSchema, OrchestratorMetricsSchema, OsdOverlayKindEnum, OsdOverlayPatchSchema, OsdOverlaySchema, OsdPositionEnum, OsdRenderOutcomeEnum, OsdRenderResultSchema, OsdSlotBindingSchema, OsdSlotViewSchema, OsdSourceOptionSchema, OsdSourceSchema, OsdSourceValueTypeEnum, OsdStatusSchema, PET_FEEDER_MANUAL_FEED_MAX, PET_FEEDER_MANUAL_FEED_MIN, PIPELINE_FLOW_CAPABILITY_NAMES, PIPELINE_OWNER_CAPABILITY_NAMES, PRIVACY_MASK_CAP_NAME, PROVIDER_KIND_CAP_NAMES, PYTHON_SCRIPT, PackageUpdateSchema, PackageVersionInfoSchema, PasskeyLoginMethodSchema, PasskeySummarySchema, PcmSampleFormatSchema, PerScopeBreakdownSchema, PetFeederStatusSchema, PickStreamPreferencesSchema, PickStreamRequirementsSchema, PickedCamStreamSchema, PipelineAssignmentSchema, PipelineDefaultStepSchema, PipelineEngineChoiceSchema, PipelineRunResultBridge, PipelineStepInputSchema, PipelineValidationIssueSchema, PipelineValidationResultSchema, PlaceholderReasonSchema, PolygonPointSchema, PoolMemoryWatchdog, PowerMeterStatusSchema, PresenceStatusSchema, PressureSensorStatusSchema, PrivacyMaskOptionsSchema, PrivacyMaskPatchSchema, PrivacyMaskRegionSchema, PrivacyMaskShapeSchema, PrivacyMaskStatusSchema, ProfileRtspEntrySchema, ProfileSlotSchema, ProfileSlotStatusSchema, ProviderStatusSchema, PtzAutotrackRuntimeStateSchema, PtzAutotrackSettingsSchema, PtzAutotrackStatusSchema, PtzAutotrackTargetOptionSchema, PtzMoveCommandSchema, PtzOptionsSchema, PtzPositionSchema, PtzPresetSchema, PtzStatusSchema, QueryFilterSchema, RATE_CONTROL_RELAXED, RATE_CONTROL_TIGHT, REACHABILITY_FAILURES_TO_OFFLINE, REACHABILITY_POLL_INTERVAL_MS, REACHABILITY_PROBE_TIMEOUT_MS, RECOGNITION_TYPES, RECORDING_EXPORT_MAX_READ_BYTES, RESERVED_BINDING_NAMES, RESTORED_CAP_NAMES, ROOT_BUCKET_KEY, RUNTIME_DEFAULTS, RUNTIME_STATE_POLICY, RUNTIME_STATE_REFRESH_MISS_COOLDOWN_MS, RUNTIME_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadWindowBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingObjectTriggerClassSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, ReportedLoadContributionSchema, RequestCensusGroupSchema, RequestCensusProcedureSchema, RequestCensusSnapshotSchema, RequestCensusStatusSchema, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, RetrainFrameCandidateSchema, RetrainFrameListSchema, RetrainFrameSchema, RetrainFrameSelectionSchema, RetrainMacroClassSchema, RetrainStatusSchema, RetrainTrackSchema, RetrainTransitionResultSchema, RingBuffer, RtpSourceSchema, RtspRestreamEntrySchema, RunnerCameraConfigSchema, RunnerCameraDeviceUIFields, RunnerFrameSourceSchema, RunnerInferenceDeviceSchema, RunnerLocalLoadSchema, RunnerLocalMetricsSchema, SCENE_CONDITIONS, SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, SCENE_DEFAULT_ANCHOR_THRESHOLD, SCENE_DEFAULT_CHECK_INTERVAL_SEC, SCENE_DEFAULT_OBSERVATION_SPACING_SEC, SCENE_DEFAULT_QUIET_SECONDS, SCENE_DEFAULT_UNCOVERED_POLICY, SCENE_DIVERGED, SCENE_RESET_RECAPTURES, SCOPE_PRESETS, SENSOR_FEATURES, SENSOR_MAP, SOURCE_CAPS, SOURCE_CAP_ACTIVE_FIELD, SOURCE_CAP_CHANGED_AT_FIELD, SOURCE_DEVICE_TYPES, SOURCE_INFO_METADATA_KEY, STREAM_PROFILE_META, STREAM_QUALITY_LABELS, SUB_DETECTION_TYPES, SYSTEM_CAP_NAMES, SYSTEM_SCOPE_DEVICE_METHODS, SceneCheckSchema, SceneConditionSchema, SceneConfirmSchema, SceneMonitorSchema, SceneMonitorStateSchema, SceneMonitorStatusSchema, SceneReferenceSchema, SceneUnavailableSchema, SceneUncoveredPolicySchema, SceneVerdictSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, SetLoggingSettingsInputSchema, SetSiteLocationInputSchema, SettingsPatchSchema, SettingsRecordSchema, SettingsSchemaWithValuesSchema, SettingsUpdateResultSchema, ShmRingStatsSchema, SiteLocationSchema, SiteLocationSourceSchema, SiteLocationStatusSchema, SmokeStatusSchema, SmtpStatusSchema, SnapshotImageSchema, SourceInfoSchema, SpatialDetectionSchema, SsoBridgeClaimsSchema, StartEmbeddedInputSchema, StationaryObjectSchema, AbortUploadInputSchema as StorageAbortUploadInputSchema, BeginDownloadInputSchema as StorageBeginDownloadInputSchema, BeginDownloadResultSchema as StorageBeginDownloadResultSchema, BeginUploadInputSchema as StorageBeginUploadInputSchema, BeginUploadResultSchema as StorageBeginUploadResultSchema, EndDownloadInputSchema as StorageEndDownloadInputSchema, FinalizeUploadInputSchema as StorageFinalizeUploadInputSchema, StorageLocationDeclarationSchema, StorageLocationRefSchema, StorageLocationSchema, StorageLocationTypeSchema, StorageMigrationClassSchema, StorageMigrationDestinationsSchema, StorageMigrationFootageMoveInputSchema, StorageMigrationInputSchema, StorageMigrationJobSchema, StorageMigrationLeaseInputSchema, StorageMigrationMediaMoveInputSchema, StorageMigrationMoveSchema, StorageMigrationParticipantSchema, StorageMigrationPhaseSchema, StorageMigrationPlanSchema, ProviderInfoSchema as StorageProviderInfoSchema, ReadChunkInputSchema as StorageReadChunkInputSchema, TestLocationResultSchema as StorageTestLocationResultSchema, WriteChunkInputSchema as StorageWriteChunkInputSchema, StreamCodecSchema, StreamFormatSchema, StreamNetworkStatsSchema, StreamParamsOptionsSchema, StreamParamsStatusSchema, StreamProfileConfigSchema, StreamProfileOptionsSchema, StreamProfilePatchSchema, StreamProfileSchema, StreamSourceEntrySchema, StreamSourceSchema, SubscribeAudioChunksInputSchema, SubscribeAudioChunksResultSchema, SubscribeFramesInputSchema, SubscribeFramesResultSchema, SwitchStatusSchema, SystemMetricsSchema, SystemMirror, TAXONOMY_COLORS, TIMELAPSE_DENSE_FLOOR_SEC, TIMEZONES, TRANSCODE_DOWN_MAX_BITRATE_KBPS, TRANSCODE_DOWN_MAX_HEIGHT, TamperStatusSchema, TankStatusSchema, TargetKindCapsSchema, TargetKindLevelSchema, TargetKindSchema, TargetSchema, TemperatureSensorStatusSchema, TerminalInstanceInfoSchema, TerminalLegacyCameraSchema, TerminalOutputBatchSchema, TerminalOutputEventSchema, TerminalProfileInfoSchema, TerminalSessionInfoSchema, TestConnectionResultSchema$1 as TestConnectionResultSchema, TestConnectionStatusEnum, TestResultSchema, TimelapseRuleInputSchema, TimelapseRulePatchSchema, TimelapseRuleSchema, TimelapseTemplateSchema, ToastSchema, TokenScopeSchema, TopologyNodeSchema, TopologyProcessSchema, TopologyServiceSchema, TrackCascadeCountsSchema, TrackEnvelopeSchema, TrackFlagsPatchSchema, TrackFlagsSchema, TrackProjectionSchema, TrackSchema, TrackSourceSchema, TrackStateSchema, TrackZoneFilterSchema, TrackedDetectionSchema, TrainingExportDeviceTotalsSchema, TrainingExportSummarySchema, TransportPlaneCountsSchema, TransportPlaneSchema, TurnServerSchema, UNATTRIBUTED_BUCKET_KEY, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, VISIT_MERGE_GAP_MS, VacuumControlStatusSchema, VacuumStateSchema, ValveStateSchema, ValveStatusSchema, VectorDeclareIndexInputSchema, VectorDeleteByFilterInputSchema, VectorDeleteInputSchema, VectorDeleteResultSchema, VectorFilterSchema, VectorGetInputSchema, VectorGetResultSchema, VectorItemSchema, VectorMatchSchema, VectorMetadataSchema, VectorMetricSchema, VectorQueryInputSchema, VectorQueryResultSchema, VectorStatsInputSchema, VectorStatsResultSchema, VectorUpsertInputSchema, VectorUpsertResultSchema, VibrationStatusSchema, VideoEncodeSchema, WEBRTC_EGRESS_PROFILE, WELL_KNOWN_TABS, WELL_KNOWN_TAB_MAP, WaterHeaterStatusSchema, WeatherStatusSchema, WebrtcStreamChoiceSchema, WebrtcStreamTargetSchema, WhiteBalanceModeSchema, WidgetHostEnum, WidgetLoginMethodSchema, WidgetMetadataSchema, WidgetRemoteSchema, WidgetSizeEnum, YAMNET_TO_MACRO, ZoneCrossingDirectionSchema, ZoneCrossingSchema, ZoneKindEnum, ZoneRuleModeEnum, ZoneRuleSchema, ZoneRuleStageEnum, ZoneRulesArraySchema, ZoneSchema, ZoneScopeBreakdownSchema, __resetLogChannelRegistryForTests, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, audioKindId, audioLabelChoices, audioMetricsCapability, audioModeOf, audioOrDefaults, audioPlanFromEncodeProfile, authProviderCapability, autoAssignProfiles, automationControlCapability, backupCapability, bareAddonId, batteryCapability, bestLocationMatch, binaryCapability, bindAddonActions, brightnessCapability, brokerCapability, buildAddonRouteProvider, buildAudioArgs, buildEventKindDescriptor, buildFfmpegArgs, buildInputArgs, buildModelVariantGroups, buildNcTaxonomy, buildRoleScopes, buildStreamParamsConfigSchema, buildVideoArgs, buttonCapability, cameraCredentialsCapability, cameraPipelineConfigCapability, cameraStreamsCapability, canConvertUnit, canonicalEgressPlan, carbonMonoxideCapability, cellsToRects, classifyBearerPrincipal, classifyStream, classifyStreams, climateControlCapability, clusterModelSettingKey, clusterStepSettingFieldsFor, clusterStepSettingKey, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, commitWatchdogRestart, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, conditionExclusionReason, conditionVisibleForKind, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createEventBusSliceSource, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createLogChannelsProvider, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, declareLogChannel, decodeVectorBase64, decoderCapability, defaultDeliveryForSection, defaultDeviceFor, defineCustomActions, deriveBatteryPresence, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, droppedConditionsForKind, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluatePoolMemory, evaluateSensorEdge, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, foldSnapshotByFunction, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getLogChannelRegistry, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, inferModelProvider, initialPoolMemoryState, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isAudioRule, isBaseConditionKey, isBatteryPresenceFault, isClusterScopedStep, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isFirstLevelMacroClass, isIsolatedBuiltin, isNode, isObjectInput, isOccupancyRule, isRestoredCap, isSameAddonId, isScheduleActive, isSoftwareDecode, isSourceCap, isSystemDelivery, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, loadContributionCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, logChannelsCapability, logDestinationCapability, logLevelAtMost, loginMethodCapability, looseSchema, makeProfileBrokerId, makeSourceBrokerId, mapAudioLabelToMacro, markdownToHtmlLite, markdownToText, maskUrlCredentials, mediaPlayerCapability, mergeSourceInfo, meshNetworkCapability, method, methodAccessForHttpMethod, metricsProviderCapability, modelConvertCapability, modelDistributorCapability, modelFormatForRuntime, motionCapability, motionDetectionCapability, motionTriggerCapability, motionZonesCapability, mqttBrokerCapability, nativeObjectDetectionCapability, networkAccessCapability, networkQualityCapability, nodePin, nodesCapability, normalizeAddonInitResult, normalizeAudioLabel, normalizeTokenScopes, normalizeUnit, notificationOutputCapability, notificationRulesCapability, notifierCapability, numericSensorCapability, oauthIntegrationCapability, objectInputDeclaresAddonId, osdCapability, osdManagerCapability, overlayClusterStepSettings, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProcStatus, parseProfileBrokerId, parseRuleSection, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickClusterStepModels, pickClusterStepSettings, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickRestartCandidate, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, poolMemoryThreshold, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readClusterStepModels, readClusterStepSettings, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, reducePoints, requiresPython, resetPoolBaseline, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveBucketMs, resolveCapMount, resolveClusterStepModelId, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveMethodAuth, resolveModelFormat, resolveMutate, resolvePoolMemoryPolicy, resolveRecordingProfiles, resolveRunnerId, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, ruleEditorSectionsForKind, ruleKindOf, ruleKindSpec, ruleMatchesSection, ruleSection, ruleSectionOf, ruleSeedForSection, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, sliceActiveValue, sliceChangedAt, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, systemEventFilterApplies, systemEventFilterAppliesToAnyKind, tamperCapability, taskLogEntrySchema, taskPhaseSchema, taskTargetSchema, temperatureSensorCapability, terminalSessionCapability, textToHtml, toDeviceSummary, toExpressionValue, toNodeId, toStreamSourceEntry, toastCapability, toggleAudioLabel, tokenize, transcodeBody, tryConvertUnit, turnProviderCapability, unitDimension, unitsForDimension, updateCapability, userManagementCapability, userPasskeysCapability, vacuumControlCapability, validateExpressionSource, validateRecipeBounds, valveCapability, vectorDimFromBase64, vectorStoreCapability, vibrationCapability, videoclipsCapability, viewerUiCapability, waterHeaterCapability, weatherCapability, webrtcClientHintsSchema, webrtcSessionCapability, wiringAddonHealthSchema, wiringHealthSnapshotSchema, wiringNodeHealthSchema, wiringProbeKindSchema, wiringProbeResultSchema, zodEntriesToConfigUI, zoneAnalyticsCapability, zoneRulesCapability, zonesCapability };
|