@camstack/types 0.1.41 → 0.1.42
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/capabilities/filesystem-browse.cap.d.ts +39 -0
- package/dist/capabilities/filesystem-browse.cap.d.ts.map +1 -0
- package/dist/capabilities/index.d.ts +5 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/recording.cap.d.ts +129 -0
- package/dist/capabilities/recording.cap.d.ts.map +1 -1
- package/dist/capabilities/storage-provider.cap.d.ts +15 -0
- package/dist/capabilities/storage-provider.cap.d.ts.map +1 -1
- package/dist/capabilities/storage.cap.d.ts +6 -0
- package/dist/capabilities/storage.cap.d.ts.map +1 -1
- package/dist/capabilities/stream-broker.cap.d.ts +14 -0
- package/dist/capabilities/stream-broker.cap.d.ts.map +1 -1
- package/dist/capabilities/videoclips.cap.d.ts +77 -0
- package/dist/capabilities/videoclips.cap.d.ts.map +1 -0
- package/dist/generated/addon-api.d.ts +428 -2
- package/dist/generated/addon-api.d.ts.map +1 -1
- package/dist/generated/capability-router-map.d.ts +8 -2
- package/dist/generated/capability-router-map.d.ts.map +1 -1
- package/dist/generated/device-proxy.d.ts +2 -0
- package/dist/generated/device-proxy.d.ts.map +1 -1
- package/dist/generated/method-access-map.d.ts +1 -1
- package/dist/generated/method-access-map.d.ts.map +1 -1
- package/dist/generated/system-proxy.d.ts +1 -1
- package/dist/generated/system-proxy.d.ts.map +1 -1
- package/dist/{index-Bpj3ScIH.mjs → index-BxWo3b49.mjs} +624 -465
- package/dist/index-BxWo3b49.mjs.map +1 -0
- package/dist/{index-BSA_TBea.js → index-CGMPfVaT.js} +161 -2
- package/dist/index-CGMPfVaT.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +62 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +485 -424
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/recording-config-migrate.d.ts +13 -0
- package/dist/interfaces/recording-config-migrate.d.ts.map +1 -0
- package/dist/interfaces/recording-config.d.ts +119 -1
- package/dist/interfaces/recording-config.d.ts.map +1 -1
- package/dist/interfaces/storage-location.d.ts +1 -0
- package/dist/interfaces/storage-location.d.ts.map +1 -1
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/package.json +1 -1
- package/dist/index-BSA_TBea.js.map +0 -1
- package/dist/index-Bpj3ScIH.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { h as hydrateSchema, e as errMsg, z as zonesCapability, a as zoneRulesCapability, b as zoneAnalyticsCapability, w as weatherCapability, c as waterHeaterCapability, v as vibrationCapability, d as valveCapability, f as vacuumControlCapability, u as updateCapability, t as temperatureSensorCapability, g as tamperCapability, s as switchCapability, i as streamParamsCapability, j as smokeCapability, k as scriptRunnerCapability, p as ptzAutotrackCapability, l as privacyMaskCapability, m as pressureSensorCapability, n as presenceCapability, o as powerMeterCapability, q as numericSensorCapability, r as notifierCapability, x as nativeObjectDetectionCapability, y as motionZonesCapability, A as motionTriggerCapability, B as motionCapability, C as mediaPlayerCapability, D as lockControlCapability, E as lawnMowerControlCapability, F as imageCapability, G as humiditySensorCapability, H as humidifierCapability, I as gasCapability, J as floodCapability, K as featureProbeCapability, L as fanControlCapability, M as eventEmitterCapability, N as enumSensorCapability, O as doorbellCapability, P as deviceStatusCapability, Q as deviceDiscoveryCapability, R as coverCapability, S as controlCapability, T as contactCapability, U as consumablesCapability, V as connectivityCapability, W as colorCapability, X as climateControlCapability, Y as carbonMonoxideCapability, Z as cameraStreamsCapability, _ as brightnessCapability, $ as binaryCapability, a0 as batteryCapability, a1 as automationControlCapability, a2 as audioMetricsCapability, a3 as ambientLightSensorCapability, a4 as alarmPanelCapability, a5 as airQualitySensorCapability, a6 as extractSourceInfoFromMetadata, a7 as synthesizeSourceInfo, a8 as mergeSourceInfo, a9 as SOURCE_INFO_METADATA_KEY, aa as deviceProviderCapability, ab as accessoriesCapability, ac as addonPagesCapability, ad as addonPagesSourceCapability, ae as addonRoutesCapability, af as addonSettingsCapability, ag as addonWidgetsCapability, ah as addonWidgetsSourceCapability, ai as addonsCapability, aj as adminUiCapability, ak as advancedNotifierCapability, al as alertsCapability, am as audioAnalysisCapability, an as audioAnalyzerCapability, ao as audioCodecCapability, ap as authProviderCapability, aq as backupCapability, ar as brokerCapability, as as buttonCapability, at as cameraCredentialsCapability, au as cameraPipelineConfigCapability, av as decoderCapability, aw as detectionPipelineCapability, ax as deviceAdoptionCapability, ay as deviceExportCapability, az as deviceManagerCapability, aA as deviceOpsCapability, aB as deviceStateCapability, aC as embeddingEncoderCapability, aD as eventsCapability, aE as
|
|
2
|
-
import {
|
|
1
|
+
import { h as hydrateSchema, e as errMsg, z as zonesCapability, a as zoneRulesCapability, b as zoneAnalyticsCapability, w as weatherCapability, c as waterHeaterCapability, v as vibrationCapability, d as valveCapability, f as vacuumControlCapability, u as updateCapability, t as temperatureSensorCapability, g as tamperCapability, s as switchCapability, i as streamParamsCapability, j as smokeCapability, k as scriptRunnerCapability, p as ptzAutotrackCapability, l as privacyMaskCapability, m as pressureSensorCapability, n as presenceCapability, o as powerMeterCapability, q as numericSensorCapability, r as notifierCapability, x as nativeObjectDetectionCapability, y as motionZonesCapability, A as motionTriggerCapability, B as motionCapability, C as mediaPlayerCapability, D as lockControlCapability, E as lawnMowerControlCapability, F as imageCapability, G as humiditySensorCapability, H as humidifierCapability, I as gasCapability, J as floodCapability, K as featureProbeCapability, L as fanControlCapability, M as eventEmitterCapability, N as enumSensorCapability, O as doorbellCapability, P as deviceStatusCapability, Q as deviceDiscoveryCapability, R as coverCapability, S as controlCapability, T as contactCapability, U as consumablesCapability, V as connectivityCapability, W as colorCapability, X as climateControlCapability, Y as carbonMonoxideCapability, Z as cameraStreamsCapability, _ as brightnessCapability, $ as binaryCapability, a0 as batteryCapability, a1 as automationControlCapability, a2 as audioMetricsCapability, a3 as ambientLightSensorCapability, a4 as alarmPanelCapability, a5 as airQualitySensorCapability, a6 as extractSourceInfoFromMetadata, a7 as synthesizeSourceInfo, a8 as mergeSourceInfo, a9 as SOURCE_INFO_METADATA_KEY, aa as deviceProviderCapability, ab as accessoriesCapability, ac as addonPagesCapability, ad as addonPagesSourceCapability, ae as addonRoutesCapability, af as addonSettingsCapability, ag as addonWidgetsCapability, ah as addonWidgetsSourceCapability, ai as addonsCapability, aj as adminUiCapability, ak as advancedNotifierCapability, al as alertsCapability, am as audioAnalysisCapability, an as audioAnalyzerCapability, ao as audioCodecCapability, ap as authProviderCapability, aq as backupCapability, ar as brokerCapability, as as buttonCapability, at as cameraCredentialsCapability, au as cameraPipelineConfigCapability, av as decoderCapability, aw as detectionPipelineCapability, ax as deviceAdoptionCapability, ay as deviceExportCapability, az as deviceManagerCapability, aA as deviceOpsCapability, aB as deviceStateCapability, aC as embeddingEncoderCapability, aD as eventsCapability, aE as filesystemBrowseCapability, aF as integrationsCapability, aG as intercomCapability, aH as localNetworkCapability, aI as logDestinationCapability, aJ as meshNetworkCapability, aK as metricsProviderCapability, aL as motionDetectionCapability, aM as mqttBrokerCapability, aN as networkAccessCapability, aO as networkQualityCapability, aP as nodesCapability, aQ as notificationOutputCapability, aR as oauthIntegrationCapability, aS as osdCapability, aT as pipelineAnalyticsCapability, aU as pipelineExecutorCapability, aV as pipelineOrchestratorCapability, aW as pipelineRunnerCapability, aX as platformProbeCapability, aY as ptzCapability, aZ as rebootCapability, a_ as recordingCapability, a$ as restreamerCapability, b0 as settingsStoreCapability, b1 as smtpProviderCapability, b2 as snapshotCapability, b3 as snapshotProviderCapability, b4 as ssoBridgeCapability, b5 as storageCapability, b6 as storageEvictableCapability, b7 as storageProviderCapability, b8 as streamBrokerCapability, b9 as streamCatalogCapability, ba as streamingEngineCapability, bb as systemCapability, bc as toastCapability, bd as turnProviderCapability, be as userManagementCapability, bf as userPasskeysCapability, bg as videoclipsCapability, bh as webrtcCapability, bi as webrtcSessionCapability } from "./index-BxWo3b49.mjs";
|
|
2
|
+
import { bj, bk, bl, bm, bn, bo, bp, bq, br, bs, bt, bu, bv, bw, bx, by, bz, bA, bB, bC, bD, bE, bF, bG, bH, bI, bJ, bK, bL, bM, bN, bO, bP, bQ, bR, bS, bT, bU, bV, bW, bX, bY, bZ, b_, b$, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, ca, cb, cc, cd, ce, cf, cg, ch, ci, cj, ck, cl, cm, cn, co, cp, cq, cr, cs, ct, cu, cv, cw, cx, cy, cz, cA, cB, cC, cD, cE, cF, cG, cH, cI, cJ, cK, cL, cM, cN, cO, cP, cQ, cR, cS, cT, cU, cV, cW, cX, cY, cZ, c_, c$, d0, d1, d2, d3, d4, d5, d6, d7, d8, d9, da, db, dc, dd, de, df, dg, dh, di, dj, dk, dl, dm, dn, dp, dq, dr, ds, dt, du, dv, dw, dx, dy, dz, dA, dB, dC, dD, dE, dF, dG, dH, dI, dJ, dK, dL, dM, dN, dO, dP, dQ, dR, dS, dT, dU, dV, dW, dX, dY, dZ, d_, d$, e0, e1, e2, e3, e4, e5, e6, e7, e8, e9, ea, eb, ec, ed, ee, ef, eg, eh, ei, ej, ek, el, em, en, eo, ep, eq, er, es, et, eu, ev, ew, ex, ey, ez, eA, eB, eC, eD, eE, eF, eG, eH, eI, eJ, eK, eL, eM, eN, eO, eP, eQ, eR, eS, eT, eU, eV, eW, eX, eY, eZ, e_, e$, f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, fa, fb, fc, fd, fe, ff, fg, fh, fi, fj, fk, fl, fm, fn, fo, fp, fq, fr, fs, ft, fu, fv, fw, fx, fy, fz, fA, fB, fC, fD, fE, fF, fG, fH, fI, fJ, fK, fL, fM, fN, fO, fP, fQ, fR, fS, fT, fU, fV, fW, fX, fY, fZ, f_, f$, g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, ga, gb, gc, gd, ge, gf, gg, gh, gi, gj, gk, gl, gm, gn, go, gp, gq, gr, gs, gt, gu, gv, gw, gx, gy, gz, gA, gB, gC, gD, gE, gF, gG, gH, gI, gJ, gK, gL, gM, gN, gO, gP, gQ, gR, gS, gT, gU, gV, gW, gX, gY, gZ, g_, g$, h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, ha, hb, hc, hd, he, hf, hg, hh, hi, hj, hk, hl, hm, hn, ho, hp, hq, hr, hs, ht, hu, hv, hw, hx, hy, hz, hA, hB, hC, hD, hE, hF, hG, hH, hI, hJ, hK, hL, hM, hN, hO, hP, hQ, hR, hS, hT, hU, hV, hW, hX, hY, hZ, h_, h$, i0 } from "./index-BxWo3b49.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
class DisposerChain {
|
|
5
5
|
disposers = [];
|
|
@@ -822,6 +822,35 @@ const TIMEZONES = [
|
|
|
822
822
|
function findTimezone(id) {
|
|
823
823
|
return TIMEZONES.find((tz) => tz.id === id);
|
|
824
824
|
}
|
|
825
|
+
const ALL_DAYS = [0, 1, 2, 3, 4, 5, 6];
|
|
826
|
+
const ALL_DAY_START = "00:00";
|
|
827
|
+
const ALL_DAY_END = "23:59";
|
|
828
|
+
function bandFromSchedule(schedule, mode, config) {
|
|
829
|
+
const days = schedule.kind === "timeOfDay" && schedule.days ? schedule.days : [...ALL_DAYS];
|
|
830
|
+
const start = schedule.kind === "timeOfDay" ? schedule.start : ALL_DAY_START;
|
|
831
|
+
const end = schedule.kind === "timeOfDay" ? schedule.end : ALL_DAY_END;
|
|
832
|
+
if (mode === "continuous") {
|
|
833
|
+
return { days, start, end, mode };
|
|
834
|
+
}
|
|
835
|
+
const eventsBand = { days, start, end, mode };
|
|
836
|
+
return {
|
|
837
|
+
...eventsBand,
|
|
838
|
+
...config.triggers ? { triggers: config.triggers } : {},
|
|
839
|
+
...config.preBufferSec !== void 0 ? { preBufferSec: config.preBufferSec } : {},
|
|
840
|
+
...config.postBufferSec !== void 0 ? { postBufferSec: config.postBufferSec } : {}
|
|
841
|
+
};
|
|
842
|
+
}
|
|
843
|
+
function migrateConfigToBands(config) {
|
|
844
|
+
if (config.bands) {
|
|
845
|
+
return config.bands;
|
|
846
|
+
}
|
|
847
|
+
if (!config.enabled || config.mode === "off") {
|
|
848
|
+
return [];
|
|
849
|
+
}
|
|
850
|
+
const schedules = config.schedules ?? (config.schedule ? [config.schedule] : [{ kind: "always" }]);
|
|
851
|
+
const bandMode = config.mode === "continuous" ? "continuous" : "events";
|
|
852
|
+
return schedules.map((schedule) => bandFromSchedule(schedule, bandMode, config));
|
|
853
|
+
}
|
|
825
854
|
class ReadinessTimeoutError extends Error {
|
|
826
855
|
capName;
|
|
827
856
|
scope;
|
|
@@ -3547,6 +3576,10 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3547
3576
|
const vibrationInterface = {
|
|
3548
3577
|
getStatus: (input) => dispatch("vibration", "vibration", "getStatus", "query", input)
|
|
3549
3578
|
};
|
|
3579
|
+
const videoclipsInterface = {
|
|
3580
|
+
listClips: (input) => dispatch("videoclips", "videoclips", "listClips", "query", input),
|
|
3581
|
+
getClipPlayback: (input) => dispatch("videoclips", "videoclips", "getClipPlayback", "query", input)
|
|
3582
|
+
};
|
|
3550
3583
|
const waterHeaterInterface = {
|
|
3551
3584
|
setTargetTemp: (input) => dispatch("water-heater", "waterHeater", "setTargetTemp", "mutation", input),
|
|
3552
3585
|
setOperationMode: (input) => dispatch("water-heater", "waterHeater", "setOperationMode", "mutation", input),
|
|
@@ -3836,6 +3869,7 @@ function createDeviceProxy(api, binding, opts) {
|
|
|
3836
3869
|
vacuumControl: vacuumControlInterface,
|
|
3837
3870
|
valve: valveInterface,
|
|
3838
3871
|
vibration: vibrationInterface,
|
|
3872
|
+
videoclips: videoclipsInterface,
|
|
3839
3873
|
waterHeater: waterHeaterInterface,
|
|
3840
3874
|
weather: weatherInterface,
|
|
3841
3875
|
webrtcSession: webrtcSessionInterface,
|
|
@@ -4278,6 +4312,7 @@ function createSystemProxy(api) {
|
|
|
4278
4312
|
listAllCameraStreams: (input) => dispatch("streamBroker", "listAllCameraStreams", "query", input),
|
|
4279
4313
|
listAllProfileSlots: (input) => dispatch("streamBroker", "listAllProfileSlots", "query", input),
|
|
4280
4314
|
getBrokerStats: (input) => dispatch("streamBroker", "getBrokerStats", "query", input),
|
|
4315
|
+
probeStream: (input) => dispatch("streamBroker", "probeStream", "mutation", input),
|
|
4281
4316
|
listClients: (input) => dispatch("streamBroker", "listClients", "query", input),
|
|
4282
4317
|
killClient: (input) => dispatch("streamBroker", "killClient", "mutation", input),
|
|
4283
4318
|
getStreamUrl: (input) => dispatch("streamBroker", "getStreamUrl", "query", input),
|
|
@@ -5394,6 +5429,7 @@ const CAPABILITY_NAMES = {
|
|
|
5394
5429
|
events: "events",
|
|
5395
5430
|
fanControl: "fan-control",
|
|
5396
5431
|
featureProbe: "feature-probe",
|
|
5432
|
+
filesystemBrowse: "filesystem-browse",
|
|
5397
5433
|
flood: "flood",
|
|
5398
5434
|
gas: "gas",
|
|
5399
5435
|
humidifier: "humidifier",
|
|
@@ -5462,6 +5498,7 @@ const CAPABILITY_NAMES = {
|
|
|
5462
5498
|
vacuumControl: "vacuum-control",
|
|
5463
5499
|
valve: "valve",
|
|
5464
5500
|
vibration: "vibration",
|
|
5501
|
+
videoclips: "videoclips",
|
|
5465
5502
|
waterHeater: "water-heater",
|
|
5466
5503
|
weather: "weather",
|
|
5467
5504
|
webrtc: "webrtc",
|
|
@@ -5525,6 +5562,7 @@ const CAPABILITY_ROUTER_KEYS = [
|
|
|
5525
5562
|
{ key: "events", name: "events" },
|
|
5526
5563
|
{ key: "fanControl", name: "fan-control" },
|
|
5527
5564
|
{ key: "featureProbe", name: "feature-probe" },
|
|
5565
|
+
{ key: "filesystemBrowse", name: "filesystem-browse" },
|
|
5528
5566
|
{ key: "flood", name: "flood" },
|
|
5529
5567
|
{ key: "gas", name: "gas" },
|
|
5530
5568
|
{ key: "humidifier", name: "humidifier" },
|
|
@@ -5593,6 +5631,7 @@ const CAPABILITY_ROUTER_KEYS = [
|
|
|
5593
5631
|
{ key: "vacuumControl", name: "vacuum-control" },
|
|
5594
5632
|
{ key: "valve", name: "valve" },
|
|
5595
5633
|
{ key: "vibration", name: "vibration" },
|
|
5634
|
+
{ key: "videoclips", name: "videoclips" },
|
|
5596
5635
|
{ key: "waterHeater", name: "water-heater" },
|
|
5597
5636
|
{ key: "weather", name: "weather" },
|
|
5598
5637
|
{ key: "webrtc", name: "webrtc" },
|
|
@@ -5656,6 +5695,7 @@ const ALL_CAPABILITY_DEFINITIONS = [
|
|
|
5656
5695
|
eventsCapability,
|
|
5657
5696
|
fanControlCapability,
|
|
5658
5697
|
featureProbeCapability,
|
|
5698
|
+
filesystemBrowseCapability,
|
|
5659
5699
|
floodCapability,
|
|
5660
5700
|
gasCapability,
|
|
5661
5701
|
humidifierCapability,
|
|
@@ -5724,6 +5764,7 @@ const ALL_CAPABILITY_DEFINITIONS = [
|
|
|
5724
5764
|
vacuumControlCapability,
|
|
5725
5765
|
valveCapability,
|
|
5726
5766
|
vibrationCapability,
|
|
5767
|
+
videoclipsCapability,
|
|
5727
5768
|
waterHeaterCapability,
|
|
5728
5769
|
weatherCapability,
|
|
5729
5770
|
webrtcCapability,
|
|
@@ -6058,6 +6099,9 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
6058
6099
|
"fanControl.setOscillating": { capName: "fan-control", capScope: "device", addonId: null, access: "create" },
|
|
6059
6100
|
"fanControl.setPercentage": { capName: "fan-control", capScope: "device", addonId: null, access: "create" },
|
|
6060
6101
|
"fanControl.setPreset": { capName: "fan-control", capScope: "device", addonId: null, access: "create" },
|
|
6102
|
+
"filesystemBrowse.browse": { capName: "filesystem-browse", capScope: "system", addonId: null, access: "view" },
|
|
6103
|
+
"filesystemBrowse.createDir": { capName: "filesystem-browse", capScope: "system", addonId: null, access: "create" },
|
|
6104
|
+
"filesystemBrowse.listAllowedRoots": { capName: "filesystem-browse", capScope: "system", addonId: null, access: "view" },
|
|
6061
6105
|
"humidifier.setMode": { capName: "humidifier", capScope: "device", addonId: null, access: "create" },
|
|
6062
6106
|
"humidifier.setOn": { capName: "humidifier", capScope: "device", addonId: null, access: "create" },
|
|
6063
6107
|
"humidifier.setTargetHumidity": { capName: "humidifier", capScope: "device", addonId: null, access: "create" },
|
|
@@ -6361,6 +6405,7 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
6361
6405
|
"streamBroker.listAllCameraStreams": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
6362
6406
|
"streamBroker.listAllProfileSlots": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
6363
6407
|
"streamBroker.listClients": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
6408
|
+
"streamBroker.probeStream": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
6364
6409
|
"streamBroker.publishCameraStream": { capName: "stream-broker", capScope: "system", addonId: null, access: "create" },
|
|
6365
6410
|
"streamBroker.pullAudioChunks": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
6366
6411
|
"streamBroker.pullFrameHandles": { capName: "stream-broker", capScope: "system", addonId: null, access: "view" },
|
|
@@ -6436,6 +6481,8 @@ const METHOD_ACCESS_MAP = Object.freeze({
|
|
|
6436
6481
|
"valve.open": { capName: "valve", capScope: "device", addonId: null, access: "create" },
|
|
6437
6482
|
"valve.setPosition": { capName: "valve", capScope: "device", addonId: null, access: "create" },
|
|
6438
6483
|
"valve.stop": { capName: "valve", capScope: "device", addonId: null, access: "create" },
|
|
6484
|
+
"videoclips.getClipPlayback": { capName: "videoclips", capScope: "device", addonId: null, access: "view" },
|
|
6485
|
+
"videoclips.listClips": { capName: "videoclips", capScope: "device", addonId: null, access: "view" },
|
|
6439
6486
|
"waterHeater.setAway": { capName: "water-heater", capScope: "device", addonId: null, access: "create" },
|
|
6440
6487
|
"waterHeater.setOperationMode": { capName: "water-heater", capScope: "device", addonId: null, access: "create" },
|
|
6441
6488
|
"waterHeater.setTargetTemp": { capName: "water-heater", capScope: "device", addonId: null, access: "create" },
|
|
@@ -6509,6 +6556,7 @@ const KNOWN_CAP_NAMES = [
|
|
|
6509
6556
|
"embedding-encoder",
|
|
6510
6557
|
"events",
|
|
6511
6558
|
"fan-control",
|
|
6559
|
+
"filesystem-browse",
|
|
6512
6560
|
"humidifier",
|
|
6513
6561
|
"integrations",
|
|
6514
6562
|
"intercom",
|
|
@@ -6565,6 +6613,7 @@ const KNOWN_CAP_NAMES = [
|
|
|
6565
6613
|
"user-passkeys",
|
|
6566
6614
|
"vacuum-control",
|
|
6567
6615
|
"valve",
|
|
6616
|
+
"videoclips",
|
|
6568
6617
|
"water-heater",
|
|
6569
6618
|
"webrtc",
|
|
6570
6619
|
"webrtc-session",
|
|
@@ -6617,6 +6666,7 @@ const DEVICE_CAP_NAMES = [
|
|
|
6617
6666
|
"update",
|
|
6618
6667
|
"vacuum-control",
|
|
6619
6668
|
"valve",
|
|
6669
|
+
"videoclips",
|
|
6620
6670
|
"water-heater",
|
|
6621
6671
|
"webrtc-session",
|
|
6622
6672
|
"zone-analytics",
|
|
@@ -6646,6 +6696,7 @@ const SYSTEM_CAP_NAMES = [
|
|
|
6646
6696
|
"device-provider",
|
|
6647
6697
|
"device-state",
|
|
6648
6698
|
"embedding-encoder",
|
|
6699
|
+
"filesystem-browse",
|
|
6649
6700
|
"integrations",
|
|
6650
6701
|
"local-network",
|
|
6651
6702
|
"log-destination",
|
|
@@ -6960,453 +7011,460 @@ function bindAddonActions(api, addonId, catalog) {
|
|
|
6960
7011
|
return out;
|
|
6961
7012
|
}
|
|
6962
7013
|
export {
|
|
6963
|
-
|
|
7014
|
+
bj as ACCESSORY_LABEL,
|
|
6964
7015
|
ALL_CAPABILITY_DEFINITIONS,
|
|
6965
|
-
|
|
6966
|
-
|
|
6967
|
-
|
|
6968
|
-
|
|
6969
|
-
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
|
|
6975
|
-
|
|
6976
|
-
|
|
6977
|
-
|
|
6978
|
-
|
|
6979
|
-
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
|
|
6985
|
-
|
|
6986
|
-
|
|
6987
|
-
|
|
6988
|
-
|
|
6989
|
-
|
|
6990
|
-
|
|
6991
|
-
|
|
6992
|
-
|
|
6993
|
-
|
|
6994
|
-
|
|
6995
|
-
|
|
6996
|
-
|
|
6997
|
-
|
|
6998
|
-
|
|
6999
|
-
|
|
7000
|
-
|
|
7001
|
-
|
|
7002
|
-
|
|
7003
|
-
|
|
7004
|
-
|
|
7005
|
-
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
|
|
7011
|
-
|
|
7012
|
-
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7016
|
-
|
|
7017
|
-
|
|
7016
|
+
bk as APPLE_SA_TO_MACRO,
|
|
7017
|
+
bl as AUDIO_BACKEND_CHOICES,
|
|
7018
|
+
bm as AUDIO_MACRO_LABELS,
|
|
7019
|
+
bn as AccessoriesStatusSchema,
|
|
7020
|
+
bo as AccessoryKind,
|
|
7021
|
+
bp as AddBrokerInputSchema,
|
|
7022
|
+
bq as AddonAutoUpdateSchema,
|
|
7023
|
+
br as AddonListItemSchema,
|
|
7024
|
+
bs as AddonPageDeclarationSchema,
|
|
7025
|
+
bt as AddonPageInfoSchema,
|
|
7026
|
+
bu as AdoptionAdoptInputSchema,
|
|
7027
|
+
bv as AdoptionAdoptResultSchema,
|
|
7028
|
+
bw as AdoptionFilterSchema,
|
|
7029
|
+
bx as AdoptionGetCandidateInputSchema,
|
|
7030
|
+
by as AdoptionListCandidatesInputSchema,
|
|
7031
|
+
bz as AdoptionListCandidatesOutputSchema,
|
|
7032
|
+
bA as AdoptionReleaseInputSchema,
|
|
7033
|
+
bB as AdoptionStatusSchema,
|
|
7034
|
+
bC as AgentLoadSummarySchema,
|
|
7035
|
+
bD as AirQualitySensorStatusSchema,
|
|
7036
|
+
bE as AlarmArmModeSchema,
|
|
7037
|
+
bF as AlarmPanelStatusSchema,
|
|
7038
|
+
bG as AlarmStateSchema,
|
|
7039
|
+
bH as AlertSchema,
|
|
7040
|
+
bI as AlertSeveritySchema,
|
|
7041
|
+
bJ as AlertSourceSchema,
|
|
7042
|
+
bK as AlertStatusSchema,
|
|
7043
|
+
bL as AmbientLightSensorStatusSchema,
|
|
7044
|
+
bM as ApiKeyRecordSchema,
|
|
7045
|
+
bN as ApiKeySummarySchema,
|
|
7046
|
+
bO as ArchiveEntrySchema,
|
|
7047
|
+
bP as ArchiveManifestSchema,
|
|
7048
|
+
bQ as AudioAnalysisResultSchema,
|
|
7049
|
+
bR as AudioAnalysisSettingsSchema,
|
|
7050
|
+
bS as AudioChunkInputSchema,
|
|
7051
|
+
bT as AudioClassSummarySchema,
|
|
7052
|
+
bU as AudioClassificationLabelSchema,
|
|
7053
|
+
bV as AudioClassificationResultSchema,
|
|
7054
|
+
bW as AudioCodecInfoSchema,
|
|
7055
|
+
bX as AudioDecodeSessionConfigSchema,
|
|
7056
|
+
bY as AudioEncodeSchema,
|
|
7057
|
+
bZ as AudioEncodeSessionConfigSchema,
|
|
7058
|
+
b_ as AudioEncodedChunkSchema,
|
|
7059
|
+
b$ as AudioEventSchema,
|
|
7060
|
+
c0 as AudioLevelSchema,
|
|
7061
|
+
c1 as AudioMetricsHistoryPointSchema,
|
|
7062
|
+
c2 as AudioMetricsHistorySchema,
|
|
7063
|
+
c3 as AudioMetricsSnapshotSchema,
|
|
7064
|
+
c4 as AudioPcmChunkSchema,
|
|
7065
|
+
c5 as AuthResultSchema,
|
|
7066
|
+
c6 as AutoUpdateSettingsSchema,
|
|
7067
|
+
c7 as AutomationControlStatusSchema,
|
|
7068
|
+
c8 as AvailableIntegrationTypeSchema,
|
|
7018
7069
|
BACKEND_TO_FORMAT,
|
|
7019
|
-
|
|
7020
|
-
|
|
7021
|
-
|
|
7070
|
+
c9 as BATTERY_DEVICE_PROFILE,
|
|
7071
|
+
ca as BackupDestinationInfoSchema,
|
|
7072
|
+
cb as BackupEntrySchema,
|
|
7022
7073
|
BaseAddon,
|
|
7023
7074
|
BaseDevice,
|
|
7024
7075
|
BaseDeviceProvider,
|
|
7025
|
-
|
|
7026
|
-
|
|
7027
|
-
|
|
7028
|
-
|
|
7029
|
-
|
|
7030
|
-
|
|
7031
|
-
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
|
|
7038
|
-
|
|
7039
|
-
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
|
|
7045
|
-
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
|
|
7050
|
-
|
|
7076
|
+
cc as BatteryStatusSchema,
|
|
7077
|
+
cd as BinaryStatusSchema,
|
|
7078
|
+
ce as BoundingBoxSchema,
|
|
7079
|
+
cf as BrightnessStatusSchema,
|
|
7080
|
+
cg as BrokerAddInputSchema,
|
|
7081
|
+
ch as BrokerAudioClientSchema,
|
|
7082
|
+
ci as BrokerClientsSchema,
|
|
7083
|
+
cj as BrokerConnectionDetailsSchema,
|
|
7084
|
+
ck as BrokerConsumerAttributionSchema,
|
|
7085
|
+
cl as BrokerConsumerKindSchema,
|
|
7086
|
+
cm as BrokerDecodedClientSchema,
|
|
7087
|
+
cn as BrokerEncodedClientSchema,
|
|
7088
|
+
co as BrokerGetStateInputSchema,
|
|
7089
|
+
cp as BrokerInfoSchema,
|
|
7090
|
+
cq as BrokerProviderInfoSchema,
|
|
7091
|
+
cr as BrokerPublishInputSchema,
|
|
7092
|
+
cs as BrokerRegistryStatusSchema,
|
|
7093
|
+
ct as BrokerRtspClientSchema,
|
|
7094
|
+
cu as BrokerStatsSchema,
|
|
7095
|
+
cv as BrokerStatusEnum,
|
|
7096
|
+
cw as BrokerStatusSchema,
|
|
7097
|
+
cx as BrokerSubscribeInputSchema,
|
|
7098
|
+
cy as BrokerSubscribeResultSchema,
|
|
7099
|
+
cz as BrokerTestConnectionResultSchema,
|
|
7100
|
+
cA as BrokerUnsubscribeInputSchema,
|
|
7101
|
+
cB as CAM_PROFILE_ORDER,
|
|
7051
7102
|
CAPABILITY_NAMES,
|
|
7052
7103
|
CAPABILITY_ROUTER_KEYS,
|
|
7053
7104
|
CAP_NAMES_WITH_STATUS,
|
|
7054
7105
|
CAP_PROVIDER_KIND_MAP,
|
|
7055
7106
|
COCO_80_LABELS,
|
|
7056
7107
|
COCO_TO_MACRO,
|
|
7057
|
-
|
|
7058
|
-
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
7062
|
-
|
|
7063
|
-
|
|
7064
|
-
|
|
7065
|
-
|
|
7066
|
-
|
|
7067
|
-
|
|
7068
|
-
|
|
7069
|
-
|
|
7070
|
-
|
|
7071
|
-
|
|
7072
|
-
|
|
7073
|
-
|
|
7074
|
-
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
|
|
7079
|
-
|
|
7080
|
-
|
|
7081
|
-
|
|
7082
|
-
|
|
7083
|
-
|
|
7084
|
-
|
|
7085
|
-
|
|
7086
|
-
|
|
7087
|
-
|
|
7088
|
-
|
|
7089
|
-
|
|
7090
|
-
|
|
7091
|
-
|
|
7092
|
-
|
|
7093
|
-
|
|
7094
|
-
|
|
7095
|
-
|
|
7108
|
+
cC as CamProfileSchema,
|
|
7109
|
+
cD as CamStreamDescriptorSchema,
|
|
7110
|
+
cE as CamStreamKindSchema,
|
|
7111
|
+
cF as CamStreamResolutionSchema,
|
|
7112
|
+
cG as CameraCredentialsSchema,
|
|
7113
|
+
cH as CameraCredentialsStatusSchema,
|
|
7114
|
+
cI as CameraMetricsSchema,
|
|
7115
|
+
cJ as CameraMetricsWithDeviceIdSchema,
|
|
7116
|
+
cK as CameraStreamSchema,
|
|
7117
|
+
cL as CandidateQueryFilterSchema,
|
|
7118
|
+
cM as CapScopeSchema,
|
|
7119
|
+
cN as CapabilityBindingsSchema,
|
|
7120
|
+
cO as CarbonMonoxideStatusSchema,
|
|
7121
|
+
cP as ChargingStatus,
|
|
7122
|
+
cQ as ClientNetworkStatsSchema,
|
|
7123
|
+
cR as ClimateControlStatusSchema,
|
|
7124
|
+
cS as ClipPlaybackSchema,
|
|
7125
|
+
cT as ClipSchema,
|
|
7126
|
+
cU as ClusterAddonNodeDeploymentSchema,
|
|
7127
|
+
cV as ClusterAddonStatusEntrySchema,
|
|
7128
|
+
cW as CollectionColumnSchema,
|
|
7129
|
+
cX as CollectionIndexSchema,
|
|
7130
|
+
cY as ColorStatusSchema,
|
|
7131
|
+
cZ as ConfigEntrySchema,
|
|
7132
|
+
c_ as ConfigSectionWithValuesSchema,
|
|
7133
|
+
c$ as ConfigTabDeclarationSchema,
|
|
7134
|
+
d0 as ConnectivityStatusSchema,
|
|
7135
|
+
d1 as ConsumableItemSchema,
|
|
7136
|
+
d2 as ConsumablesStatusSchema,
|
|
7137
|
+
d3 as ContactStatusSchema,
|
|
7138
|
+
d4 as ControlKindSchema,
|
|
7139
|
+
d5 as ControlStatusSchema,
|
|
7140
|
+
d6 as CoverStateSchema,
|
|
7141
|
+
d7 as CoverStatusSchema,
|
|
7142
|
+
d8 as CreateApiKeyInputSchema,
|
|
7143
|
+
d9 as CreateApiKeyResultSchema,
|
|
7144
|
+
da as CreateIntegrationInputSchema,
|
|
7145
|
+
db as CreateScopedTokenInputSchema,
|
|
7146
|
+
dc as CreateScopedTokenResultSchema,
|
|
7147
|
+
dd as CreateUserInputSchema,
|
|
7148
|
+
de as CustomActionInputSchema,
|
|
7096
7149
|
DATAPLANE_SECRET_HEADER,
|
|
7097
7150
|
DEFAULT_ADDON_PLACEMENT,
|
|
7098
|
-
|
|
7099
|
-
|
|
7151
|
+
df as DEFAULT_AUDIO_ANALYZER_CONFIG,
|
|
7152
|
+
dg as DEFAULT_DECODER_HWACCEL_CONFIG,
|
|
7100
7153
|
DEFAULT_FEATURES,
|
|
7101
7154
|
DEFAULT_RETENTION,
|
|
7102
7155
|
DEVICE_CAP_NAMES,
|
|
7103
|
-
|
|
7104
|
-
|
|
7105
|
-
|
|
7156
|
+
dh as DEVICE_PROFILES,
|
|
7157
|
+
di as DEVICE_SETTINGS_CONTRIBUTION_METHODS,
|
|
7158
|
+
dj as DEVICE_STATUS_METHOD,
|
|
7106
7159
|
DEVICE_TYPE_INFO,
|
|
7107
|
-
|
|
7108
|
-
|
|
7109
|
-
|
|
7110
|
-
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
|
|
7160
|
+
dk as DecodedAudioChunkSchema,
|
|
7161
|
+
dl as DecodedFrameSchema,
|
|
7162
|
+
dm as DecoderAssignmentSchema,
|
|
7163
|
+
dn as DecoderSessionConfigSchema,
|
|
7164
|
+
dp as DecoderStatsSchema,
|
|
7165
|
+
dq as DeleteIntegrationResultSchema,
|
|
7166
|
+
dr as DetectorOutputSchema,
|
|
7114
7167
|
DeviceConfig,
|
|
7115
|
-
|
|
7116
|
-
|
|
7117
|
-
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7168
|
+
ds as DeviceDiscoveryStatusSchema,
|
|
7169
|
+
dt as DeviceExportExposeInputSchema,
|
|
7170
|
+
du as DeviceExportStatusSchema,
|
|
7171
|
+
dv as DeviceExportUnexposeInputSchema,
|
|
7172
|
+
dw as DeviceFeature,
|
|
7173
|
+
dx as DeviceInfoSchema,
|
|
7174
|
+
dy as DeviceNetworkStatsSchema,
|
|
7175
|
+
dz as DeviceRole,
|
|
7123
7176
|
DeviceRuntimeState,
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7127
|
-
|
|
7128
|
-
|
|
7177
|
+
dA as DeviceStatusSchema,
|
|
7178
|
+
dB as DeviceType,
|
|
7179
|
+
dC as DiscoveredChildDeviceSchema,
|
|
7180
|
+
dD as DiscoveredChildStatusSchema,
|
|
7181
|
+
dE as DiscoveredDeviceSchema,
|
|
7129
7182
|
DisposerChain,
|
|
7130
|
-
|
|
7131
|
-
|
|
7183
|
+
dF as DoorbellPressEventSchema,
|
|
7184
|
+
dG as DoorbellStatusSchema,
|
|
7132
7185
|
ElementConfigStore,
|
|
7133
|
-
|
|
7134
|
-
|
|
7135
|
-
|
|
7136
|
-
|
|
7137
|
-
|
|
7138
|
-
|
|
7139
|
-
|
|
7186
|
+
dH as EmbeddingInfoSchema,
|
|
7187
|
+
dI as EmbeddingResultSchema,
|
|
7188
|
+
dJ as EncodeProfileSchema,
|
|
7189
|
+
dK as EncodedPacketSchema,
|
|
7190
|
+
dL as EnrichedWidgetMetadataSchema,
|
|
7191
|
+
dM as EnumSensorDateTimeFormatSchema,
|
|
7192
|
+
dN as EnumSensorStatusSchema,
|
|
7140
7193
|
EventCategory,
|
|
7141
|
-
|
|
7142
|
-
|
|
7143
|
-
|
|
7144
|
-
|
|
7194
|
+
dO as EventEmitterStatusSchema,
|
|
7195
|
+
dP as EventFireSchema,
|
|
7196
|
+
dQ as EventItemSchema,
|
|
7197
|
+
dR as EventKindSchema,
|
|
7145
7198
|
EventSourceType,
|
|
7146
|
-
|
|
7147
|
-
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
|
|
7151
|
-
|
|
7152
|
-
|
|
7153
|
-
|
|
7154
|
-
|
|
7155
|
-
|
|
7156
|
-
|
|
7157
|
-
|
|
7158
|
-
|
|
7159
|
-
|
|
7160
|
-
|
|
7199
|
+
dS as ExportSetupFieldSchema,
|
|
7200
|
+
dT as ExportSetupSchema,
|
|
7201
|
+
dU as ExposedDeviceSchema,
|
|
7202
|
+
dV as ExposedResourceSchema,
|
|
7203
|
+
dW as FanControlStatusSchema,
|
|
7204
|
+
dX as FanDirectionSchema,
|
|
7205
|
+
dY as FeatureManifestSchema,
|
|
7206
|
+
dZ as FeatureProbeStatusSchema,
|
|
7207
|
+
d_ as FloodStatusSchema,
|
|
7208
|
+
d$ as FrameHandleFormatSchema,
|
|
7209
|
+
e0 as FrameHandleSchema,
|
|
7210
|
+
e1 as FrameInputSchema,
|
|
7211
|
+
e2 as GasStatusSchema,
|
|
7212
|
+
e3 as GetStreamWithCodecInputSchema,
|
|
7213
|
+
e4 as GlobalMetricsSchema,
|
|
7161
7214
|
HF_BASE_URL,
|
|
7162
7215
|
HF_REPO,
|
|
7163
|
-
|
|
7164
|
-
|
|
7165
|
-
|
|
7166
|
-
|
|
7167
|
-
|
|
7168
|
-
|
|
7169
|
-
|
|
7170
|
-
|
|
7171
|
-
|
|
7172
|
-
|
|
7173
|
-
|
|
7174
|
-
|
|
7175
|
-
|
|
7216
|
+
e5 as HWACCEL_OPTIONS,
|
|
7217
|
+
e6 as HealthStatusSchema,
|
|
7218
|
+
e7 as HistoryPointSchema,
|
|
7219
|
+
e8 as HistoryResolutionEnum,
|
|
7220
|
+
e9 as HumidifierStatusSchema,
|
|
7221
|
+
ea as HumiditySensorStatusSchema,
|
|
7222
|
+
eb as HvacModeSchema,
|
|
7223
|
+
ec as ImageStatusSchema,
|
|
7224
|
+
ed as InstalledPackageSchema,
|
|
7225
|
+
ee as IntegrationLiteSchema,
|
|
7226
|
+
ef as IntegrationWithStateSchema,
|
|
7227
|
+
eg as IntercomAbilitySchema,
|
|
7228
|
+
eh as IntercomStatusSchema,
|
|
7176
7229
|
KNOWN_CAP_NAMES,
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
|
|
7181
|
-
|
|
7182
|
-
|
|
7183
|
-
|
|
7184
|
-
|
|
7230
|
+
ei as LawnMowerActivitySchema,
|
|
7231
|
+
ej as LawnMowerControlStatusSchema,
|
|
7232
|
+
ek as LocationStatSchema,
|
|
7233
|
+
el as LockControlStatusSchema,
|
|
7234
|
+
em as LockStateSchema,
|
|
7235
|
+
en as LogEntrySchema,
|
|
7236
|
+
eo as LogLevelSchema,
|
|
7237
|
+
ep as LogStreamEntrySchema,
|
|
7185
7238
|
MACRO_LABELS,
|
|
7186
7239
|
METHOD_ACCESS_MAP,
|
|
7187
|
-
|
|
7188
|
-
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
|
|
7193
|
-
|
|
7194
|
-
|
|
7195
|
-
|
|
7196
|
-
|
|
7197
|
-
|
|
7198
|
-
|
|
7199
|
-
|
|
7200
|
-
|
|
7201
|
-
|
|
7202
|
-
|
|
7203
|
-
|
|
7204
|
-
|
|
7205
|
-
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
7209
|
-
|
|
7210
|
-
|
|
7211
|
-
|
|
7212
|
-
|
|
7213
|
-
|
|
7214
|
-
|
|
7215
|
-
|
|
7216
|
-
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
|
|
7222
|
-
|
|
7223
|
-
|
|
7224
|
-
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
7228
|
-
|
|
7229
|
-
|
|
7230
|
-
|
|
7231
|
-
|
|
7232
|
-
|
|
7233
|
-
|
|
7234
|
-
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
|
|
7238
|
-
|
|
7239
|
-
|
|
7240
|
+
eq as MODEL_FORMATS,
|
|
7241
|
+
er as MaskGridDimsSchema,
|
|
7242
|
+
es as MaskGridShapeSchema,
|
|
7243
|
+
et as MaskLineShapeSchema,
|
|
7244
|
+
eu as MaskPointSchema,
|
|
7245
|
+
ev as MaskPolygonShapeSchema,
|
|
7246
|
+
ew as MaskPolygonVerticesSchema,
|
|
7247
|
+
ex as MaskRectShapeSchema,
|
|
7248
|
+
ey as MaskShapeKindSchema,
|
|
7249
|
+
ez as MaskShapeSchema,
|
|
7250
|
+
eA as MediaFileSchema,
|
|
7251
|
+
eB as MediaPlayerRepeatSchema,
|
|
7252
|
+
eC as MediaPlayerStateSchema,
|
|
7253
|
+
eD as MediaPlayerStatusSchema,
|
|
7254
|
+
eE as MeshPeerSchema,
|
|
7255
|
+
eF as MeshStatusSchema,
|
|
7256
|
+
eG as MethodAccessSchema,
|
|
7257
|
+
eH as MotionAnalysisResultSchema,
|
|
7258
|
+
eI as MotionEventSchema,
|
|
7259
|
+
eJ as MotionOnMotionChangedDataSchema,
|
|
7260
|
+
eK as MotionRegionSchema,
|
|
7261
|
+
eL as MotionSourceEnum,
|
|
7262
|
+
eM as MotionSourcesSchema,
|
|
7263
|
+
eN as MotionStatusSchema,
|
|
7264
|
+
eO as MotionTriggerRuntimeStateSchema,
|
|
7265
|
+
eP as MotionTriggerStatusSchema,
|
|
7266
|
+
eQ as MotionZoneOptionsSchema,
|
|
7267
|
+
eR as MotionZonePatchSchema,
|
|
7268
|
+
eS as MotionZoneRegionSchema,
|
|
7269
|
+
eT as MotionZoneStatusSchema,
|
|
7270
|
+
eU as MqttBrokerStatusSchema,
|
|
7271
|
+
eV as NativeDetectionSchema,
|
|
7272
|
+
eW as NativeObjectClassEnum,
|
|
7273
|
+
eX as NativeObjectDetectionRuntimeStateSchema,
|
|
7274
|
+
eY as NativeObjectDetectionStatusSchema,
|
|
7275
|
+
eZ as NetworkAccessStatusSchema,
|
|
7276
|
+
e_ as NetworkAddressSchema,
|
|
7277
|
+
e$ as NetworkEndpointSchema,
|
|
7278
|
+
f0 as NotificationHistoryEntrySchema,
|
|
7279
|
+
f1 as NotificationRuleSchema,
|
|
7280
|
+
f2 as NotificationSchema,
|
|
7281
|
+
f3 as NotifierStatusSchema,
|
|
7282
|
+
f4 as NumericSensorStatusSchema,
|
|
7283
|
+
f5 as OauthIntegrationDescriptorSchema,
|
|
7284
|
+
f6 as ObjectEventSchema,
|
|
7285
|
+
f7 as OrchestratorMetricsSchema,
|
|
7286
|
+
f8 as OsdOverlayKindEnum,
|
|
7287
|
+
f9 as OsdOverlayPatchSchema,
|
|
7288
|
+
fa as OsdOverlaySchema,
|
|
7289
|
+
fb as OsdPositionEnum,
|
|
7290
|
+
fc as OsdStatusSchema,
|
|
7291
|
+
fd as PIPELINE_FLOW_CAPABILITY_NAMES,
|
|
7292
|
+
fe as PIPELINE_OWNER_CAPABILITY_NAMES,
|
|
7240
7293
|
PROVIDER_KIND_CAP_NAMES,
|
|
7241
7294
|
PYTHON_SCRIPT,
|
|
7242
|
-
|
|
7243
|
-
|
|
7244
|
-
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
|
|
7253
|
-
|
|
7254
|
-
|
|
7255
|
-
|
|
7256
|
-
|
|
7257
|
-
|
|
7258
|
-
|
|
7259
|
-
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
|
|
7265
|
-
|
|
7266
|
-
|
|
7267
|
-
|
|
7268
|
-
|
|
7269
|
-
|
|
7270
|
-
|
|
7271
|
-
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7295
|
+
ff as PackageUpdateSchema,
|
|
7296
|
+
fg as PackageVersionInfoSchema,
|
|
7297
|
+
fh as PasskeySummarySchema,
|
|
7298
|
+
fi as PcmSampleFormatSchema,
|
|
7299
|
+
fj as PerScopeBreakdownSchema,
|
|
7300
|
+
fk as PickStreamPreferencesSchema,
|
|
7301
|
+
fl as PickStreamRequirementsSchema,
|
|
7302
|
+
fm as PickedCamStreamSchema,
|
|
7303
|
+
fn as PipelineAssignmentSchema,
|
|
7304
|
+
fo as PipelineDefaultStepSchema,
|
|
7305
|
+
fp as PipelineEngineChoiceSchema,
|
|
7306
|
+
fq as PipelineRunResultBridge,
|
|
7307
|
+
fr as PipelineStepInputSchema,
|
|
7308
|
+
fs as PlaceholderReasonSchema,
|
|
7309
|
+
ft as PolygonPointSchema,
|
|
7310
|
+
fu as PowerMeterStatusSchema,
|
|
7311
|
+
fv as PresenceStatusSchema,
|
|
7312
|
+
fw as PressureSensorStatusSchema,
|
|
7313
|
+
fx as PrivacyMaskOptionsSchema,
|
|
7314
|
+
fy as PrivacyMaskPatchSchema,
|
|
7315
|
+
fz as PrivacyMaskRegionSchema,
|
|
7316
|
+
fA as PrivacyMaskShapeSchema,
|
|
7317
|
+
fB as PrivacyMaskStatusSchema,
|
|
7318
|
+
fC as ProfileRtspEntrySchema,
|
|
7319
|
+
fD as ProfileSlotSchema,
|
|
7320
|
+
fE as ProfileSlotStatusSchema,
|
|
7321
|
+
fF as ProviderStatusSchema,
|
|
7322
|
+
fG as PtzAutotrackRuntimeStateSchema,
|
|
7323
|
+
fH as PtzAutotrackSettingsSchema,
|
|
7324
|
+
fI as PtzAutotrackStatusSchema,
|
|
7325
|
+
fJ as PtzAutotrackTargetOptionSchema,
|
|
7326
|
+
fK as PtzMoveCommandSchema,
|
|
7327
|
+
fL as PtzPositionSchema,
|
|
7328
|
+
fM as PtzPresetSchema,
|
|
7329
|
+
fN as PtzStatusSchema,
|
|
7330
|
+
fO as QueryFilterSchema,
|
|
7278
7331
|
RECOGNITION_TYPES,
|
|
7279
7332
|
RUNTIME_DEFAULTS,
|
|
7280
7333
|
RUNTIME_TO_FORMAT,
|
|
7281
|
-
|
|
7334
|
+
fP as RawStateResultSchema,
|
|
7282
7335
|
ReadinessRegistry,
|
|
7283
7336
|
ReadinessTimeoutError,
|
|
7284
|
-
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
7292
|
-
|
|
7293
|
-
|
|
7294
|
-
|
|
7295
|
-
|
|
7296
|
-
|
|
7297
|
-
|
|
7298
|
-
|
|
7337
|
+
fQ as RecordingAvailabilitySchema,
|
|
7338
|
+
fR as RecordingBandModeSchema,
|
|
7339
|
+
fS as RecordingBandSchema,
|
|
7340
|
+
fT as RecordingBandTriggersSchema,
|
|
7341
|
+
fU as RecordingConfigSchema,
|
|
7342
|
+
fV as RecordingDeviceUsageSchema,
|
|
7343
|
+
fW as RecordingLocationUsageSchema,
|
|
7344
|
+
fX as RecordingManifestSchema,
|
|
7345
|
+
fY as RecordingModeSchema,
|
|
7346
|
+
fZ as RecordingRangeSchema,
|
|
7347
|
+
f_ as RecordingRetentionSchema,
|
|
7348
|
+
f$ as RecordingRuleSchema,
|
|
7349
|
+
g0 as RecordingScheduleSchema,
|
|
7350
|
+
g1 as RecordingStatusSchema,
|
|
7351
|
+
g2 as RecordingStorageModeSchema,
|
|
7352
|
+
g3 as RecordingStorageUsageSchema,
|
|
7353
|
+
g4 as RecordingTriggersSchema,
|
|
7354
|
+
g5 as RecordingWeekdaySchema,
|
|
7355
|
+
g6 as RegisteredStreamSchema,
|
|
7356
|
+
g7 as ReportMotionInputSchema,
|
|
7299
7357
|
RingBuffer,
|
|
7300
|
-
|
|
7301
|
-
|
|
7302
|
-
|
|
7303
|
-
|
|
7304
|
-
|
|
7305
|
-
|
|
7358
|
+
g8 as RtpSourceSchema,
|
|
7359
|
+
g9 as RtspRestreamEntrySchema,
|
|
7360
|
+
ga as RunnerCameraConfigSchema,
|
|
7361
|
+
gb as RunnerCameraDeviceUIFields,
|
|
7362
|
+
gc as RunnerLocalLoadSchema,
|
|
7363
|
+
gd as RunnerLocalMetricsSchema,
|
|
7306
7364
|
SCOPE_PRESETS,
|
|
7307
7365
|
SOURCE_INFO_METADATA_KEY,
|
|
7308
7366
|
STREAM_PROFILE_META,
|
|
7309
7367
|
STREAM_QUALITY_LABELS,
|
|
7310
7368
|
SUB_DETECTION_TYPES,
|
|
7311
7369
|
SYSTEM_CAP_NAMES,
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
|
|
7317
|
-
|
|
7318
|
-
|
|
7319
|
-
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
|
-
|
|
7325
|
-
|
|
7326
|
-
|
|
7327
|
-
|
|
7328
|
-
|
|
7329
|
-
|
|
7330
|
-
|
|
7331
|
-
|
|
7332
|
-
|
|
7333
|
-
|
|
7334
|
-
|
|
7335
|
-
|
|
7336
|
-
|
|
7337
|
-
|
|
7338
|
-
|
|
7339
|
-
|
|
7340
|
-
|
|
7341
|
-
|
|
7342
|
-
|
|
7343
|
-
|
|
7344
|
-
|
|
7345
|
-
|
|
7346
|
-
|
|
7347
|
-
|
|
7348
|
-
|
|
7349
|
-
|
|
7350
|
-
|
|
7351
|
-
|
|
7352
|
-
|
|
7353
|
-
|
|
7354
|
-
|
|
7355
|
-
|
|
7356
|
-
|
|
7357
|
-
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7370
|
+
ge as ScopedTokenSchema,
|
|
7371
|
+
gf as ScopedTokenSummarySchema,
|
|
7372
|
+
gg as ScriptRunnerStatusSchema,
|
|
7373
|
+
gh as SearchResultSchema,
|
|
7374
|
+
gi as SendEmailInputSchema,
|
|
7375
|
+
gj as SendEmailResultSchema,
|
|
7376
|
+
gk as SettingsPatchSchema,
|
|
7377
|
+
gl as SettingsRecordSchema,
|
|
7378
|
+
gm as SettingsSchemaWithValuesSchema,
|
|
7379
|
+
gn as SettingsUpdateResultSchema,
|
|
7380
|
+
go as ShmRingStatsSchema,
|
|
7381
|
+
gp as SmokeStatusSchema,
|
|
7382
|
+
gq as SmtpStatusSchema,
|
|
7383
|
+
gr as SnapshotImageSchema,
|
|
7384
|
+
gs as SourceInfoSchema,
|
|
7385
|
+
gt as SpatialDetectionSchema,
|
|
7386
|
+
gu as SsoBridgeClaimsSchema,
|
|
7387
|
+
gv as StartEmbeddedInputSchema,
|
|
7388
|
+
gw as StorageAbortUploadInputSchema,
|
|
7389
|
+
gx as StorageBeginDownloadInputSchema,
|
|
7390
|
+
gy as StorageBeginDownloadResultSchema,
|
|
7391
|
+
gz as StorageBeginUploadInputSchema,
|
|
7392
|
+
gA as StorageBeginUploadResultSchema,
|
|
7393
|
+
gB as StorageEndDownloadInputSchema,
|
|
7394
|
+
gC as StorageFinalizeUploadInputSchema,
|
|
7395
|
+
gD as StorageLocationDeclarationSchema,
|
|
7396
|
+
gE as StorageLocationRefSchema,
|
|
7397
|
+
gF as StorageLocationSchema,
|
|
7398
|
+
gG as StorageLocationTypeSchema,
|
|
7399
|
+
gH as StorageProviderInfoSchema,
|
|
7400
|
+
gI as StorageReadChunkInputSchema,
|
|
7401
|
+
gJ as StorageTestLocationResultSchema,
|
|
7402
|
+
gK as StorageWriteChunkInputSchema,
|
|
7403
|
+
gL as StreamCodecSchema,
|
|
7404
|
+
gM as StreamFormatSchema,
|
|
7405
|
+
gN as StreamInfoSchema,
|
|
7406
|
+
gO as StreamNetworkStatsSchema,
|
|
7407
|
+
gP as StreamParamsOptionsSchema,
|
|
7408
|
+
gQ as StreamParamsStatusSchema,
|
|
7409
|
+
gR as StreamProfileConfigSchema,
|
|
7410
|
+
gS as StreamProfileOptionsSchema,
|
|
7411
|
+
gT as StreamProfilePatchSchema,
|
|
7412
|
+
gU as StreamProfileSchema,
|
|
7413
|
+
gV as StreamSourceEntrySchema,
|
|
7414
|
+
gW as StreamSourceSchema,
|
|
7415
|
+
gX as SubscribeAudioChunksInputSchema,
|
|
7416
|
+
gY as SubscribeAudioChunksResultSchema,
|
|
7417
|
+
gZ as SubscribeFramesInputSchema,
|
|
7418
|
+
g_ as SubscribeFramesResultSchema,
|
|
7419
|
+
g$ as SwitchStatusSchema,
|
|
7420
|
+
h0 as SystemMetricsSchema,
|
|
7363
7421
|
SystemMirror,
|
|
7364
7422
|
TIMEZONES,
|
|
7365
|
-
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7373
|
-
|
|
7374
|
-
|
|
7375
|
-
|
|
7376
|
-
|
|
7377
|
-
|
|
7378
|
-
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7384
|
-
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
|
|
7399
|
-
|
|
7400
|
-
|
|
7401
|
-
|
|
7402
|
-
|
|
7403
|
-
|
|
7404
|
-
|
|
7405
|
-
|
|
7406
|
-
|
|
7407
|
-
|
|
7423
|
+
h1 as TamperStatusSchema,
|
|
7424
|
+
h2 as TankStatusSchema,
|
|
7425
|
+
h3 as TemperatureSensorStatusSchema,
|
|
7426
|
+
h4 as TestConnectionResultSchema,
|
|
7427
|
+
h5 as ToastSchema,
|
|
7428
|
+
h6 as TokenScopeSchema,
|
|
7429
|
+
h7 as TopologyNodeSchema,
|
|
7430
|
+
h8 as TopologyProcessSchema,
|
|
7431
|
+
h9 as TopologyServiceSchema,
|
|
7432
|
+
ha as TrackSchema,
|
|
7433
|
+
hb as TrackStateSchema,
|
|
7434
|
+
hc as TrackedDetectionSchema,
|
|
7435
|
+
hd as TurnServerSchema,
|
|
7436
|
+
he as UnifiedBrokerInfoSchema,
|
|
7437
|
+
hf as UpdateIntegrationInputSchema,
|
|
7438
|
+
hg as UpdateStatusSchema,
|
|
7439
|
+
hh as UpdateUserInputSchema,
|
|
7440
|
+
hi as UserRecordSchema,
|
|
7441
|
+
hj as UserSummarySchema,
|
|
7442
|
+
hk as VacuumControlStatusSchema,
|
|
7443
|
+
hl as VacuumStateSchema,
|
|
7444
|
+
hm as ValveStateSchema,
|
|
7445
|
+
hn as ValveStatusSchema,
|
|
7446
|
+
ho as VibrationStatusSchema,
|
|
7447
|
+
hp as VideoEncodeSchema,
|
|
7448
|
+
hq as WELL_KNOWN_TABS,
|
|
7449
|
+
hr as WELL_KNOWN_TAB_MAP,
|
|
7450
|
+
hs as WaterHeaterStatusSchema,
|
|
7451
|
+
ht as WeatherStatusSchema,
|
|
7452
|
+
hu as WebrtcStreamChoiceSchema,
|
|
7453
|
+
hv as WebrtcStreamTargetSchema,
|
|
7454
|
+
hw as WidgetHostEnum,
|
|
7455
|
+
hx as WidgetMetadataSchema,
|
|
7456
|
+
hy as WidgetRemoteSchema,
|
|
7457
|
+
hz as WidgetSizeEnum,
|
|
7458
|
+
hA as YAMNET_TO_MACRO,
|
|
7459
|
+
hB as ZoneKindEnum,
|
|
7460
|
+
hC as ZoneRuleModeEnum,
|
|
7461
|
+
hD as ZoneRuleSchema,
|
|
7462
|
+
hE as ZoneRuleStageEnum,
|
|
7463
|
+
hF as ZoneRulesArraySchema,
|
|
7464
|
+
hG as ZoneSchema,
|
|
7465
|
+
hH as ZoneScopeBreakdownSchema,
|
|
7408
7466
|
accessoriesCapability,
|
|
7409
|
-
|
|
7467
|
+
hI as accessoryStableId,
|
|
7410
7468
|
addonPagesCapability,
|
|
7411
7469
|
addonPagesSourceCapability,
|
|
7412
7470
|
addonRoutesCapability,
|
|
@@ -7475,7 +7533,7 @@ export {
|
|
|
7475
7533
|
deviceDiscoveryCapability,
|
|
7476
7534
|
deviceExportCapability,
|
|
7477
7535
|
deviceManagerCapability,
|
|
7478
|
-
|
|
7536
|
+
hJ as deviceMatchesProfile,
|
|
7479
7537
|
deviceOpsCapability,
|
|
7480
7538
|
deviceProviderCapability,
|
|
7481
7539
|
deviceStateCapability,
|
|
@@ -7484,24 +7542,25 @@ export {
|
|
|
7484
7542
|
embeddingEncoderCapability,
|
|
7485
7543
|
emitDownForOwnedCaps,
|
|
7486
7544
|
emitReadiness,
|
|
7487
|
-
|
|
7545
|
+
hK as encodeProfileFromStreamShape,
|
|
7488
7546
|
enumSensorCapability,
|
|
7489
7547
|
enumerateSchemaFields,
|
|
7490
7548
|
errMsg,
|
|
7491
7549
|
evaluateZoneRules,
|
|
7492
|
-
|
|
7550
|
+
hL as event,
|
|
7493
7551
|
eventEmitterCapability,
|
|
7494
7552
|
eventsCapability,
|
|
7495
|
-
|
|
7553
|
+
hM as expandCapMethods,
|
|
7496
7554
|
extractSourceInfoFromMetadata,
|
|
7497
7555
|
fanControlCapability,
|
|
7498
7556
|
featureProbeCapability,
|
|
7557
|
+
filesystemBrowseCapability,
|
|
7499
7558
|
findTimezone,
|
|
7500
7559
|
floodCapability,
|
|
7501
7560
|
formatForBackend,
|
|
7502
7561
|
formatForRuntime,
|
|
7503
7562
|
gasCapability,
|
|
7504
|
-
|
|
7563
|
+
hN as getAudioMacroClassIds,
|
|
7505
7564
|
getByPath,
|
|
7506
7565
|
getCapsByProviderKind,
|
|
7507
7566
|
hfModelUrl,
|
|
@@ -7513,22 +7572,23 @@ export {
|
|
|
7513
7572
|
intercomCapability,
|
|
7514
7573
|
isAgentOnlyPlacement,
|
|
7515
7574
|
isDeployableToAgent,
|
|
7516
|
-
|
|
7575
|
+
hO as isDeviceConfigCap,
|
|
7517
7576
|
isEvent,
|
|
7518
7577
|
lawnMowerControlCapability,
|
|
7519
7578
|
localNetworkCapability,
|
|
7520
7579
|
locationSimilarity,
|
|
7521
7580
|
lockControlCapability,
|
|
7522
7581
|
logDestinationCapability,
|
|
7523
|
-
|
|
7524
|
-
|
|
7525
|
-
|
|
7582
|
+
hP as makeProfileBrokerId,
|
|
7583
|
+
hQ as makeSourceBrokerId,
|
|
7584
|
+
hR as mapAudioLabelToMacro,
|
|
7526
7585
|
maskUrlCredentials,
|
|
7527
7586
|
mediaPlayerCapability,
|
|
7528
7587
|
mergeSourceInfo,
|
|
7529
7588
|
meshNetworkCapability,
|
|
7530
|
-
|
|
7589
|
+
hS as method,
|
|
7531
7590
|
metricsProviderCapability,
|
|
7591
|
+
migrateConfigToBands,
|
|
7532
7592
|
motionCapability,
|
|
7533
7593
|
motionDetectionCapability,
|
|
7534
7594
|
motionTriggerCapability,
|
|
@@ -7539,7 +7599,7 @@ export {
|
|
|
7539
7599
|
networkQualityCapability,
|
|
7540
7600
|
nodesCapability,
|
|
7541
7601
|
normalizeAddonInitResult,
|
|
7542
|
-
|
|
7602
|
+
hT as normalizeUnit,
|
|
7543
7603
|
notificationOutputCapability,
|
|
7544
7604
|
notifierCapability,
|
|
7545
7605
|
numericSensorCapability,
|
|
@@ -7549,7 +7609,7 @@ export {
|
|
|
7549
7609
|
parseJsonArray,
|
|
7550
7610
|
parseJsonObject,
|
|
7551
7611
|
parseJsonUnknown,
|
|
7552
|
-
|
|
7612
|
+
hU as parseProfileBrokerId,
|
|
7553
7613
|
parseStreamParamsFormPatch,
|
|
7554
7614
|
pickPreferredRtspEntry,
|
|
7555
7615
|
pipelineAnalyticsCapability,
|
|
@@ -7574,14 +7634,14 @@ export {
|
|
|
7574
7634
|
resolveAddonPlacement,
|
|
7575
7635
|
resolveAddonRuntime,
|
|
7576
7636
|
resolveDetectionRuntime,
|
|
7577
|
-
|
|
7637
|
+
hV as resolveDeviceProfile,
|
|
7578
7638
|
resolveModelFormat,
|
|
7579
7639
|
resolveRunnerId,
|
|
7580
7640
|
restreamerCapability,
|
|
7581
7641
|
runInferenceStep,
|
|
7582
7642
|
scopeKey,
|
|
7583
7643
|
scriptRunnerCapability,
|
|
7584
|
-
|
|
7644
|
+
hW as selectAssignedProfileSlots,
|
|
7585
7645
|
setByPath,
|
|
7586
7646
|
settingsStoreCapability,
|
|
7587
7647
|
sleep,
|
|
@@ -7615,16 +7675,17 @@ export {
|
|
|
7615
7675
|
vacuumControlCapability,
|
|
7616
7676
|
valveCapability,
|
|
7617
7677
|
vibrationCapability,
|
|
7678
|
+
videoclipsCapability,
|
|
7618
7679
|
waterHeaterCapability,
|
|
7619
7680
|
weatherCapability,
|
|
7620
7681
|
webrtcCapability,
|
|
7621
|
-
|
|
7682
|
+
hX as webrtcClientHintsSchema,
|
|
7622
7683
|
webrtcSessionCapability,
|
|
7623
|
-
|
|
7624
|
-
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7684
|
+
hY as wiringAddonHealthSchema,
|
|
7685
|
+
hZ as wiringHealthSnapshotSchema,
|
|
7686
|
+
h_ as wiringNodeHealthSchema,
|
|
7687
|
+
h$ as wiringProbeKindSchema,
|
|
7688
|
+
i0 as wiringProbeResultSchema,
|
|
7628
7689
|
zodEntriesToConfigUI,
|
|
7629
7690
|
zoneAnalyticsCapability,
|
|
7630
7691
|
zoneRulesCapability,
|