@camstack/types 1.2.73 → 1.2.75
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/index.d.ts +2 -2
- package/dist/capabilities/notification-rules.cap.d.ts +148 -0
- package/dist/capabilities/osd-manager.cap.d.ts +55 -0
- package/dist/capabilities/scene-monitor.cap.d.ts +68 -0
- package/dist/index.js +127 -2
- package/dist/index.mjs +125 -3
- package/package.json +1 -1
|
@@ -74,7 +74,7 @@ export { AddBrokerInputSchema, BrokerConnectionDetailsSchema, BrokerInfoSchema,
|
|
|
74
74
|
export type { NetworkAccessStatus, NetworkEndpoint } from './network-access.cap.js';
|
|
75
75
|
export { NetworkAccessStatusSchema, NetworkEndpointSchema, networkAccessCapability, } from './network-access.cap.js';
|
|
76
76
|
export { type Attachment, type AttachmentMediaType, AttachmentMediaTypeSchema, AttachmentSchema, type DiscoveredTarget, DiscoveredTargetSchema, type INotificationOutputProvider, type NotificationAction, type NotificationActionIcon, NotificationActionIconSchema, NotificationActionSchema, type NotificationFormat, NotificationFormatSchema, NotificationSchema, notificationOutputCapability, type RenderedAs, RenderedAsSchema, type SendResult, SendResultSchema, type Target, type TargetKind, type TargetKindCaps, TargetKindCapsSchema, type TargetKindLevel, TargetKindLevelSchema, TargetKindSchema, TargetSchema, type TestResult, TestResultSchema, } from './notification-output.cap.js';
|
|
77
|
-
export { type INotificationRulesProvider, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_DBFS_FLOOR, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, 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_SNOOZE_MAX_MINUTES, type NcAlarmConfig, NcAlarmConfigSchema, type NcAlarmModeCoverage, NcAlarmModeCoverageSchema, type NcAlarmSettings, type NcAlarmSettingsPatch, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, type NcAlarmSkippedDevice, NcAlarmSkippedDeviceSchema, type NcAlarmSkipReason, NcAlarmSkipReasonSchema, type NcAudioCondition, NcAudioConditionSchema, type NcConditionDescriptor, NcConditionDescriptorSchema, type NcConditions, NcConditionsSchema, type NcConfirm, type NcConfirmExpect, NcConfirmExpectSchema, NcConfirmSchema, type NcCrossing, NcCrossingSchema, type NcDelivery, NcDeliverySchema, type NcDeviceStateCondition, NcDeviceStateConditionSchema, type NcHistoryEntry, NcHistoryEntrySchema, type NcHistoryFilter, NcHistoryFilterSchema, type NcHistoryRecordKind, NcHistoryRecordKindSchema, type NcHistoryStatus, NcHistoryStatusSchema, type NcHistorySubject, NcHistorySubjectSchema, type NcMediaFrame, NcMediaFrameSchema, type NcMediaPolicy, NcMediaPolicySchema, type NcOccupancyCondition, NcOccupancyConditionSchema, type NcPlateMatcher, NcPlateMatcherSchema, type NcRule, type NcRuleAction, NcRuleActionSchema, type NcRuleActionSequence, NcRuleActionSequenceSchema, type NcRuleActions, NcRuleActionsSchema, type NcRuleInput, NcRuleInputSchema, type NcRuleNotificationButton, NcRuleNotificationButtonSchema, type NcRulePatch, NcRulePatchSchema, NcRuleSchema, type NcRuleTarget, NcRuleTargetSchema, type NcSchedule, NcScheduleSchema, type NcScheduleWindow, NcScheduleWindowSchema, type NcSnooze, type NcSnoozeInput, NcSnoozeInputSchema, NcSnoozeSchema, type NcSnoozeScope, NcSnoozeScopeSchema, type NcSnoozeSuppressed, NcSnoozeSuppressedSchema, type NcSystemEventCondition, NcSystemEventConditionSchema, type NcSystemEventKind, NcSystemEventKindSchema, type NcTestResult, NcTestResultSchema, type NcThrottle, type NcThrottleGranularity, NcThrottleGranularitySchema, NcThrottleSchema, type NcZoneCondition, NcZoneConditionSchema, notificationRulesCapability, } from './notification-rules.cap.js';
|
|
77
|
+
export { type INotificationRulesProvider, NC_ALARM_SYSTEM_EVENT_KINDS, NC_AUDIO_DBFS_FLOOR, NC_AUTHORABLE_SYSTEM_EVENT_KINDS, 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_SNOOZE_MAX_MINUTES, type NcAlarmConfig, NcAlarmConfigSchema, type NcAlarmModeCoverage, NcAlarmModeCoverageSchema, type NcAlarmSettings, type NcAlarmSettingsPatch, NcAlarmSettingsPatchSchema, NcAlarmSettingsSchema, type NcAlarmSkippedDevice, NcAlarmSkippedDeviceSchema, type NcAlarmSkipReason, NcAlarmSkipReasonSchema, type NcAudioCondition, NcAudioConditionSchema, type NcConditionDescriptor, NcConditionDescriptorSchema, type NcConditions, NcConditionsSchema, type NcConfirm, type NcConfirmExpect, NcConfirmExpectSchema, NcConfirmSchema, type NcCrossing, NcCrossingSchema, type NcDelivery, NcDeliverySchema, type NcDeviceStateCondition, NcDeviceStateConditionSchema, type NcHistoryEntry, NcHistoryEntrySchema, type NcHistoryFilter, NcHistoryFilterSchema, type NcHistoryRecordKind, NcHistoryRecordKindSchema, type NcHistoryStatus, NcHistoryStatusSchema, type NcHistorySubject, NcHistorySubjectSchema, type NcMediaFrame, NcMediaFrameSchema, type NcMediaPolicy, NcMediaPolicySchema, type NcOccupancyCondition, NcOccupancyConditionSchema, type NcPlateMatcher, NcPlateMatcherSchema, type NcRule, type NcRuleAction, NcRuleActionSchema, type NcRuleActionSequence, NcRuleActionSequenceSchema, type NcRuleActions, NcRuleActionsSchema, type NcRuleInput, NcRuleInputSchema, type NcRuleNotificationButton, NcRuleNotificationButtonSchema, type NcRulePatch, NcRulePatchSchema, NcRuleSchema, type NcRuleTarget, NcRuleTargetSchema, type NcSceneCondition, NcSceneConditionSchema, type NcSchedule, NcScheduleSchema, type NcScheduleWindow, NcScheduleWindowSchema, type NcSnooze, type NcSnoozeInput, NcSnoozeInputSchema, NcSnoozeSchema, type NcSnoozeScope, NcSnoozeScopeSchema, type NcSnoozeSuppressed, NcSnoozeSuppressedSchema, type NcSystemEventCondition, NcSystemEventConditionSchema, type NcSystemEventKind, NcSystemEventKindSchema, type NcTestResult, NcTestResultSchema, type NcThrottle, type NcThrottleGranularity, NcThrottleGranularitySchema, NcThrottleSchema, type NcZoneCondition, NcZoneConditionSchema, notificationRulesCapability, } from './notification-rules.cap.js';
|
|
78
78
|
export { type IOauthIntegrationProvider, type OauthIntegrationDescriptor, OauthIntegrationDescriptorSchema, oauthIntegrationCapability, } from './oauth-integration.cap.js';
|
|
79
79
|
export { type AudioEvent, AudioEventSchema, type DetectionSource, DetectionSourceSchema, type EventKind, type EventKindCategory, EventKindCategorySchema, type EventKindDescriptor, EventKindDescriptorSchema, type EventKindIcon, EventKindIconSchema, EventKindSchema, type EventKindsForDevice, EventKindsForDeviceSchema, type EventPruneCounts, type EventStoreDeviceFootprint, type EventStoreFootprint, type IPipelineAnalyticsProvider, type KeyEvent, KeyEventSchema, type LabelAttribution, LabelAttributionSchema, type LabelTier, LabelTierSchema, type MediaFile, type MediaFileInfo, MediaFileInfoSchema, type MediaFileKind, MediaFileSchema, type MotionEvent, MotionEventSchema, type ObjectEvent, ObjectEventSchema, pipelineAnalyticsCapability, type RecentTracksPage, RecentTracksPageSchema, type RecentTracksQuery, RecentTracksQueryInput, type RetrainAnnotation, type RetrainAnnotationDraft, RetrainAnnotationDraftSchema, RetrainAnnotationKindSchema, RetrainAnnotationSchema, RetrainAnnotationSourceSchema, type RetrainAssistResult, RetrainAssistResultSchema, RetrainAssistSubjectSchema, RetrainCopyRefusalSchema, type RetrainFrame, type RetrainFrameCandidate, RetrainFrameCandidateSchema, type RetrainFrameList, RetrainFrameListSchema, RetrainFrameSchema, type RetrainFrameSelection, RetrainFrameSelectionSchema, type RetrainMacroClass, RetrainMacroClassSchema, type RetrainStatus, RetrainStatusSchema, type RetrainTrack, RetrainTrackSchema, type RetrainTransitionResult, RetrainTransitionResultSchema, type ScoredObjectEvent, ScoredObjectEventSchema, type SensorEvent, SensorEventSchema, type Track, type TrackCascadeCounts, TrackCascadeCountsSchema, type TrackEnvelope, TrackEnvelopeSchema, TrackedDetectionSchema, type TrackFlags, type TrackFlagsPatch, TrackFlagsPatchSchema, TrackFlagsSchema, type TrackProjection, TrackProjectionSchema, TrackSchema, type TrackSource, TrackSourceSchema, type TrackState, TrackStateSchema, type TrackZoneFilter, TrackZoneFilterSchema, type TrainingExportDeviceTotals, TrainingExportDeviceTotalsSchema, type TrainingExportSummary, TrainingExportSummarySchema, type ZoneCrossing, type ZoneCrossingDirection, ZoneCrossingDirectionSchema, ZoneCrossingSchema, } from './pipeline-analytics.cap.js';
|
|
80
80
|
export type { NativeCropRef, PipelineStepInputOutput, PipelineValidationIssue, PipelineValidationResult, } from './pipeline-executor.cap.js';
|
|
@@ -181,7 +181,7 @@ export { type IPtzAutotrackProvider, type PtzAutotrackRuntimeState, PtzAutotrack
|
|
|
181
181
|
export { type IRebootProvider, rebootCapability } from './reboot.cap.js';
|
|
182
182
|
export { type IRecordingProvider, type LocateSegmentResult, LocateSegmentResultSchema, type ReadGopBytesResult, ReadGopBytesResultSchema, type ReadSegmentBytesResult, ReadSegmentBytesResultSchema, type RecordingAvailability, RecordingAvailabilitySchema, type RecordingDays, RecordingDaysSchema, type RecordingDeviceUsage, RecordingDeviceUsageSchema, type RecordingLocationUsage, RecordingLocationUsageSchema, type RecordingManifest, RecordingManifestSchema, RecordingRangeSchema, type RecordingRebalanceInput, RecordingRebalanceInputSchema, type RecordingRebalanceMove, RecordingRebalanceMoveSchema, type RecordingRebalancePlan, RecordingRebalancePlanSchema, type RecordingRebalanceSkip, type RecordingRebalanceSkipReason, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, type RecordingStatus, RecordingStatusSchema, type RecordingStorageUsage, RecordingStorageUsageSchema, recordingCapability, } from './recording.cap.js';
|
|
183
183
|
export { EXPORT_DENSE_MAX_RANGES, type ExportBytes, ExportBytesSchema, type ExportDense, type ExportDenseRange, ExportDenseRangeSchema, ExportDenseSchema, type ExportDownload, ExportDownloadSchema, type ExportOptions, ExportOptionsSchema, type ExportRecord, ExportRecordSchema, ExportSpeedSchema, type ExportState, ExportStateSchema, ExportTimelapseSchema, type IRecordingExportProvider, RECORDING_EXPORT_MAX_READ_BYTES, recordingExportCapability, } from './recording-export.cap.js';
|
|
184
|
-
export { type ISceneMonitorProvider, 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_DIVERGED, SCENE_RESET_RECAPTURES, type SceneCheck, SceneCheckSchema, type SceneCondition, SceneConditionSchema, type SceneConfirm, SceneConfirmSchema, type SceneMonitor, SceneMonitorSchema, type SceneMonitorState, SceneMonitorStateSchema, type SceneMonitorStatus, SceneMonitorStatusSchema, type SceneReference, SceneReferenceSchema, type SceneUnavailable, SceneUnavailableSchema, type SceneVerdict, SceneVerdictSchema, sceneMonitorCapability, } from './scene-monitor.cap.js';
|
|
184
|
+
export { type ISceneMonitorProvider, 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, type SceneCheck, SceneCheckSchema, type SceneCondition, SceneConditionSchema, type SceneConfirm, SceneConfirmSchema, type SceneMonitor, SceneMonitorSchema, type SceneMonitorState, SceneMonitorStateSchema, type SceneMonitorStatus, SceneMonitorStatusSchema, type SceneReference, SceneReferenceSchema, type SceneUnavailable, SceneUnavailableSchema, type SceneUncoveredPolicy, SceneUncoveredPolicySchema, type SceneVerdict, SceneVerdictSchema, sceneMonitorCapability, } from './scene-monitor.cap.js';
|
|
185
185
|
export { type ZoneRule, type ZoneRuleMode, ZoneRuleModeEnum, ZoneRuleSchema, type ZoneRules, ZoneRulesArraySchema, } from './schemas/zone-rule.js';
|
|
186
186
|
export { type IScriptRunnerProvider, type ScriptRunnerStatus, ScriptRunnerStatusSchema, scriptRunnerCapability, } from './script-runner.cap.js';
|
|
187
187
|
export { type ISmokeProvider, type SmokeStatus, SmokeStatusSchema, smokeCapability, } from './smoke.cap.js';
|
|
@@ -476,11 +476,67 @@ export declare const NcDeviceStateConditionSchema: z.ZodObject<{
|
|
|
476
476
|
states: z.ZodArray<z.ZodString>;
|
|
477
477
|
}, z.core.$strip>;
|
|
478
478
|
export type NcDeviceStateCondition = z.infer<typeof NcDeviceStateConditionSchema>;
|
|
479
|
+
/**
|
|
480
|
+
* "This rule applies only while scene `sceneId` is `matched` / `diverged`."
|
|
481
|
+
*
|
|
482
|
+
* A GATE, not a trigger. `occupancy` and `audio` each DISCRIMINATE their rule —
|
|
483
|
+
* carrying one makes the rule fire on that subject and nothing else. Scene is
|
|
484
|
+
* the other shape entirely, the `deviceState` shape: it narrows a rule that
|
|
485
|
+
* already has a trigger ("tell me about a person at the front door, but only
|
|
486
|
+
* while the bin is still out"). That is why it composes with every delivery
|
|
487
|
+
* instead of owning one, and why no new `NcDelivery` member and no new subject
|
|
488
|
+
* kind exist for it — see D159.
|
|
489
|
+
*
|
|
490
|
+
* ── Identity ───────────────────────────────────────────────────────────────
|
|
491
|
+
* `sceneId` is `SceneMonitor.id`, a `randomUUID()` minted by `createScene` —
|
|
492
|
+
* globally unique, so it needs no device to disambiguate it. `deviceId` is
|
|
493
|
+
* carried as a HINT for the editor and for the log line, never as part of the
|
|
494
|
+
* lookup key: a rule whose hint drifted must still gate correctly.
|
|
495
|
+
*
|
|
496
|
+
* ── Which boolean ──────────────────────────────────────────────────────────
|
|
497
|
+
* `latched` ABSENT means "whatever the scene itself says" — `SceneMonitor.emit`
|
|
498
|
+
* already declares which boolean drives notification rules, and a second knob
|
|
499
|
+
* that could disagree with it is exactly the D62 failure. Set it only to
|
|
500
|
+
* override one rule against the scene's own default.
|
|
501
|
+
*
|
|
502
|
+
* - LIVE reading (`emit`/`latched` resolve to live): passes iff
|
|
503
|
+
* `verdict === requiredState`. `unknown` — no reference for this light, view
|
|
504
|
+
* shifted, no snapshot — passes NEITHER. A scene that cannot judge is not
|
|
505
|
+
* evidence, in either direction.
|
|
506
|
+
* - LATCHED reading: passes iff `latched === (requiredState === 'diverged')`.
|
|
507
|
+
* The latch is a durable fact about the past ("it has diverged since I armed
|
|
508
|
+
* it"), so a camera that has gone dark does not clear it — that is the whole
|
|
509
|
+
* reason the operator asked for a latch.
|
|
510
|
+
*
|
|
511
|
+
* The gate reads an in-memory mirror (`NcSceneStateCache`) refreshed OFF the
|
|
512
|
+
* event path, never the cap: D49. A mirror that has never loaded, or a scene it
|
|
513
|
+
* does not carry, reads absent and the rule does NOT fire — fail closed, and
|
|
514
|
+
* said out loud in the log rather than dropped in silence.
|
|
515
|
+
*/
|
|
516
|
+
export declare const NcSceneConditionSchema: z.ZodObject<{
|
|
517
|
+
sceneId: z.ZodString;
|
|
518
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
519
|
+
requiredState: z.ZodEnum<{
|
|
520
|
+
matched: "matched";
|
|
521
|
+
diverged: "diverged";
|
|
522
|
+
}>;
|
|
523
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
524
|
+
}, z.core.$strip>;
|
|
525
|
+
export type NcSceneCondition = z.infer<typeof NcSceneConditionSchema>;
|
|
479
526
|
export declare const NcConditionsSchema: z.ZodObject<{
|
|
480
527
|
deviceState: z.ZodOptional<z.ZodObject<{
|
|
481
528
|
deviceId: z.ZodNumber;
|
|
482
529
|
states: z.ZodArray<z.ZodString>;
|
|
483
530
|
}, z.core.$strip>>;
|
|
531
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
532
|
+
sceneId: z.ZodString;
|
|
533
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
534
|
+
requiredState: z.ZodEnum<{
|
|
535
|
+
matched: "matched";
|
|
536
|
+
diverged: "diverged";
|
|
537
|
+
}>;
|
|
538
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
539
|
+
}, z.core.$strip>>;
|
|
484
540
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
485
541
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
486
542
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -750,6 +806,15 @@ export declare const NcRuleInputSchema: z.ZodObject<{
|
|
|
750
806
|
deviceId: z.ZodNumber;
|
|
751
807
|
states: z.ZodArray<z.ZodString>;
|
|
752
808
|
}, z.core.$strip>>;
|
|
809
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
810
|
+
sceneId: z.ZodString;
|
|
811
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
812
|
+
requiredState: z.ZodEnum<{
|
|
813
|
+
matched: "matched";
|
|
814
|
+
diverged: "diverged";
|
|
815
|
+
}>;
|
|
816
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
817
|
+
}, z.core.$strip>>;
|
|
753
818
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
754
819
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
755
820
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1083,6 +1148,15 @@ export declare const NcRulePatchSchema: z.ZodObject<{
|
|
|
1083
1148
|
deviceId: z.ZodNumber;
|
|
1084
1149
|
states: z.ZodArray<z.ZodString>;
|
|
1085
1150
|
}, z.core.$strip>>;
|
|
1151
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
1152
|
+
sceneId: z.ZodString;
|
|
1153
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
1154
|
+
requiredState: z.ZodEnum<{
|
|
1155
|
+
matched: "matched";
|
|
1156
|
+
diverged: "diverged";
|
|
1157
|
+
}>;
|
|
1158
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
1159
|
+
}, z.core.$strip>>;
|
|
1086
1160
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1087
1161
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1088
1162
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1233,6 +1307,15 @@ export declare const NcRuleSchema: z.ZodObject<{
|
|
|
1233
1307
|
deviceId: z.ZodNumber;
|
|
1234
1308
|
states: z.ZodArray<z.ZodString>;
|
|
1235
1309
|
}, z.core.$strip>>;
|
|
1310
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
1311
|
+
sceneId: z.ZodString;
|
|
1312
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
1313
|
+
requiredState: z.ZodEnum<{
|
|
1314
|
+
matched: "matched";
|
|
1315
|
+
diverged: "diverged";
|
|
1316
|
+
}>;
|
|
1317
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
1318
|
+
}, z.core.$strip>>;
|
|
1236
1319
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1237
1320
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1238
1321
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1497,6 +1580,7 @@ export declare const NcConditionDescriptorSchema: z.ZodObject<{
|
|
|
1497
1580
|
audio: "audio";
|
|
1498
1581
|
deviceState: "deviceState";
|
|
1499
1582
|
schedule: "schedule";
|
|
1583
|
+
scene: "scene";
|
|
1500
1584
|
packagePhase: "packagePhase";
|
|
1501
1585
|
systemEvent: "systemEvent";
|
|
1502
1586
|
occupancy: "occupancy";
|
|
@@ -1898,6 +1982,15 @@ export declare const notificationRulesCapability: {
|
|
|
1898
1982
|
deviceId: z.ZodNumber;
|
|
1899
1983
|
states: z.ZodArray<z.ZodString>;
|
|
1900
1984
|
}, z.core.$strip>>;
|
|
1985
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
1986
|
+
sceneId: z.ZodString;
|
|
1987
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
1988
|
+
requiredState: z.ZodEnum<{
|
|
1989
|
+
matched: "matched";
|
|
1990
|
+
diverged: "diverged";
|
|
1991
|
+
}>;
|
|
1992
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
1993
|
+
}, z.core.$strip>>;
|
|
1901
1994
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1902
1995
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1903
1996
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2142,6 +2235,15 @@ export declare const notificationRulesCapability: {
|
|
|
2142
2235
|
deviceId: z.ZodNumber;
|
|
2143
2236
|
states: z.ZodArray<z.ZodString>;
|
|
2144
2237
|
}, z.core.$strip>>;
|
|
2238
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
2239
|
+
sceneId: z.ZodString;
|
|
2240
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
2241
|
+
requiredState: z.ZodEnum<{
|
|
2242
|
+
matched: "matched";
|
|
2243
|
+
diverged: "diverged";
|
|
2244
|
+
}>;
|
|
2245
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
2246
|
+
}, z.core.$strip>>;
|
|
2145
2247
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
2146
2248
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2147
2249
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2384,6 +2486,15 @@ export declare const notificationRulesCapability: {
|
|
|
2384
2486
|
deviceId: z.ZodNumber;
|
|
2385
2487
|
states: z.ZodArray<z.ZodString>;
|
|
2386
2488
|
}, z.core.$strip>>;
|
|
2489
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
2490
|
+
sceneId: z.ZodString;
|
|
2491
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
2492
|
+
requiredState: z.ZodEnum<{
|
|
2493
|
+
matched: "matched";
|
|
2494
|
+
diverged: "diverged";
|
|
2495
|
+
}>;
|
|
2496
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
2497
|
+
}, z.core.$strip>>;
|
|
2387
2498
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
2388
2499
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2389
2500
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2620,6 +2731,15 @@ export declare const notificationRulesCapability: {
|
|
|
2620
2731
|
deviceId: z.ZodNumber;
|
|
2621
2732
|
states: z.ZodArray<z.ZodString>;
|
|
2622
2733
|
}, z.core.$strip>>;
|
|
2734
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
2735
|
+
sceneId: z.ZodString;
|
|
2736
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
2737
|
+
requiredState: z.ZodEnum<{
|
|
2738
|
+
matched: "matched";
|
|
2739
|
+
diverged: "diverged";
|
|
2740
|
+
}>;
|
|
2741
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
2742
|
+
}, z.core.$strip>>;
|
|
2623
2743
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
2624
2744
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2625
2745
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -2953,6 +3073,15 @@ export declare const notificationRulesCapability: {
|
|
|
2953
3073
|
deviceId: z.ZodNumber;
|
|
2954
3074
|
states: z.ZodArray<z.ZodString>;
|
|
2955
3075
|
}, z.core.$strip>>;
|
|
3076
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
3077
|
+
sceneId: z.ZodString;
|
|
3078
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
3079
|
+
requiredState: z.ZodEnum<{
|
|
3080
|
+
matched: "matched";
|
|
3081
|
+
diverged: "diverged";
|
|
3082
|
+
}>;
|
|
3083
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
3084
|
+
}, z.core.$strip>>;
|
|
2956
3085
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
2957
3086
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
2958
3087
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -3102,6 +3231,15 @@ export declare const notificationRulesCapability: {
|
|
|
3102
3231
|
deviceId: z.ZodNumber;
|
|
3103
3232
|
states: z.ZodArray<z.ZodString>;
|
|
3104
3233
|
}, z.core.$strip>>;
|
|
3234
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
3235
|
+
sceneId: z.ZodString;
|
|
3236
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
3237
|
+
requiredState: z.ZodEnum<{
|
|
3238
|
+
matched: "matched";
|
|
3239
|
+
diverged: "diverged";
|
|
3240
|
+
}>;
|
|
3241
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
3242
|
+
}, z.core.$strip>>;
|
|
3105
3243
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
3106
3244
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3107
3245
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -3392,6 +3530,15 @@ export declare const notificationRulesCapability: {
|
|
|
3392
3530
|
deviceId: z.ZodNumber;
|
|
3393
3531
|
states: z.ZodArray<z.ZodString>;
|
|
3394
3532
|
}, z.core.$strip>>;
|
|
3533
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
3534
|
+
sceneId: z.ZodString;
|
|
3535
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
3536
|
+
requiredState: z.ZodEnum<{
|
|
3537
|
+
matched: "matched";
|
|
3538
|
+
diverged: "diverged";
|
|
3539
|
+
}>;
|
|
3540
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
3541
|
+
}, z.core.$strip>>;
|
|
3395
3542
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
3396
3543
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3397
3544
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -3663,6 +3810,7 @@ export declare const notificationRulesCapability: {
|
|
|
3663
3810
|
audio: "audio";
|
|
3664
3811
|
deviceState: "deviceState";
|
|
3665
3812
|
schedule: "schedule";
|
|
3813
|
+
scene: "scene";
|
|
3666
3814
|
packagePhase: "packagePhase";
|
|
3667
3815
|
systemEvent: "systemEvent";
|
|
3668
3816
|
occupancy: "occupancy";
|
|
@@ -93,6 +93,15 @@ export declare const OsdSlotBindingSchema: z.ZodObject<{
|
|
|
93
93
|
deviceId: z.ZodNumber;
|
|
94
94
|
states: z.ZodArray<z.ZodString>;
|
|
95
95
|
}, z.core.$strip>>;
|
|
96
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
97
|
+
sceneId: z.ZodString;
|
|
98
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
99
|
+
requiredState: z.ZodEnum<{
|
|
100
|
+
matched: "matched";
|
|
101
|
+
diverged: "diverged";
|
|
102
|
+
}>;
|
|
103
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
104
|
+
}, z.core.$strip>>;
|
|
96
105
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
97
106
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
98
107
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -243,6 +252,15 @@ export declare const OsdSlotViewSchema: z.ZodObject<{
|
|
|
243
252
|
deviceId: z.ZodNumber;
|
|
244
253
|
states: z.ZodArray<z.ZodString>;
|
|
245
254
|
}, z.core.$strip>>;
|
|
255
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
256
|
+
sceneId: z.ZodString;
|
|
257
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
258
|
+
requiredState: z.ZodEnum<{
|
|
259
|
+
matched: "matched";
|
|
260
|
+
diverged: "diverged";
|
|
261
|
+
}>;
|
|
262
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
263
|
+
}, z.core.$strip>>;
|
|
246
264
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
247
265
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
248
266
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -465,6 +483,15 @@ export declare const osdManagerCapability: {
|
|
|
465
483
|
deviceId: z.ZodNumber;
|
|
466
484
|
states: z.ZodArray<z.ZodString>;
|
|
467
485
|
}, z.core.$strip>>;
|
|
486
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
487
|
+
sceneId: z.ZodString;
|
|
488
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
489
|
+
requiredState: z.ZodEnum<{
|
|
490
|
+
matched: "matched";
|
|
491
|
+
diverged: "diverged";
|
|
492
|
+
}>;
|
|
493
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
494
|
+
}, z.core.$strip>>;
|
|
468
495
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
469
496
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
470
497
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -617,6 +644,7 @@ export declare const osdManagerCapability: {
|
|
|
617
644
|
audio: "audio";
|
|
618
645
|
deviceState: "deviceState";
|
|
619
646
|
schedule: "schedule";
|
|
647
|
+
scene: "scene";
|
|
620
648
|
packagePhase: "packagePhase";
|
|
621
649
|
systemEvent: "systemEvent";
|
|
622
650
|
occupancy: "occupancy";
|
|
@@ -703,6 +731,15 @@ export declare const osdManagerCapability: {
|
|
|
703
731
|
deviceId: z.ZodNumber;
|
|
704
732
|
states: z.ZodArray<z.ZodString>;
|
|
705
733
|
}, z.core.$strip>>;
|
|
734
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
735
|
+
sceneId: z.ZodString;
|
|
736
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
737
|
+
requiredState: z.ZodEnum<{
|
|
738
|
+
matched: "matched";
|
|
739
|
+
diverged: "diverged";
|
|
740
|
+
}>;
|
|
741
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
742
|
+
}, z.core.$strip>>;
|
|
706
743
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
707
744
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
708
745
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -852,6 +889,15 @@ export declare const osdManagerCapability: {
|
|
|
852
889
|
deviceId: z.ZodNumber;
|
|
853
890
|
states: z.ZodArray<z.ZodString>;
|
|
854
891
|
}, z.core.$strip>>;
|
|
892
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
893
|
+
sceneId: z.ZodString;
|
|
894
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
895
|
+
requiredState: z.ZodEnum<{
|
|
896
|
+
matched: "matched";
|
|
897
|
+
diverged: "diverged";
|
|
898
|
+
}>;
|
|
899
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
900
|
+
}, z.core.$strip>>;
|
|
855
901
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
856
902
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
857
903
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -1033,6 +1079,15 @@ export declare const osdManagerCapability: {
|
|
|
1033
1079
|
deviceId: z.ZodNumber;
|
|
1034
1080
|
states: z.ZodArray<z.ZodString>;
|
|
1035
1081
|
}, z.core.$strip>>;
|
|
1082
|
+
scene: z.ZodOptional<z.ZodObject<{
|
|
1083
|
+
sceneId: z.ZodString;
|
|
1084
|
+
deviceId: z.ZodOptional<z.ZodNumber>;
|
|
1085
|
+
requiredState: z.ZodEnum<{
|
|
1086
|
+
matched: "matched";
|
|
1087
|
+
diverged: "diverged";
|
|
1088
|
+
}>;
|
|
1089
|
+
latched: z.ZodOptional<z.ZodBoolean>;
|
|
1090
|
+
}, z.core.$strip>>;
|
|
1036
1091
|
devices: z.ZodOptional<z.ZodArray<z.ZodNumber>>;
|
|
1037
1092
|
classes: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1038
1093
|
classesExclude: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
@@ -38,6 +38,36 @@ export declare const SceneConditionSchema: z.ZodString;
|
|
|
38
38
|
/** The conditions the resolver can produce. Seeds for the UI's coverage line;
|
|
39
39
|
* the wire type stays an open string. */
|
|
40
40
|
export declare const SCENE_CONDITIONS: readonly ["day", "ir", "night", "dawn", "dusk"];
|
|
41
|
+
/**
|
|
42
|
+
* What a scene does when the CURRENT light has no reference of its own.
|
|
43
|
+
*
|
|
44
|
+
* The lighting variants are not equally likely to exist. Almost every operator
|
|
45
|
+
* captures daylight and then never stands outside at 22:00 to capture IR, and a
|
|
46
|
+
* scene that is only ever going to be asked about a daytime question ("is the
|
|
47
|
+
* bin still on the kerb at 08:00") does not need a night reference at all. The
|
|
48
|
+
* night half must therefore be OPTIONAL, and optional means the scene keeps
|
|
49
|
+
* working without it rather than degrading into a permanent complaint.
|
|
50
|
+
*
|
|
51
|
+
* - `skip` (default) — the check in that light is not made. Not a verdict, not
|
|
52
|
+
* an alarm, not even an `unknown`: the live state simply stays whatever the
|
|
53
|
+
* last covered light left it at, the latch is untouched, and the hysteresis
|
|
54
|
+
* run is neither spent nor cleared. The scene resumes by itself at first
|
|
55
|
+
* light. This is the only behaviour under which "I never captured IR" is a
|
|
56
|
+
* configuration choice instead of a nightly fault.
|
|
57
|
+
* - `judge-anyway` — score against the OTHER conditions' references. Available
|
|
58
|
+
* for cameras whose IR frame is close enough to daylight (a floodlit
|
|
59
|
+
* driveway, an always-white-light doorbell), and wrong for everything else:
|
|
60
|
+
* cross-condition cosines are not comparable, so a day reference against a
|
|
61
|
+
* true IR frame collapses and the scene reports a theft at 21:40.
|
|
62
|
+
*
|
|
63
|
+
* Never applies when the scene has NO comparable reference at all — that is
|
|
64
|
+
* "not armed yet", it is reported as `no-reference-for-condition`, and silence
|
|
65
|
+
* there would hide a scene the operator never finished setting up.
|
|
66
|
+
*/
|
|
67
|
+
export declare const SceneUncoveredPolicySchema: z.ZodEnum<{
|
|
68
|
+
skip: "skip";
|
|
69
|
+
"judge-anyway": "judge-anyway";
|
|
70
|
+
}>;
|
|
41
71
|
/** Reserved, engine-owned state id standing for "the region no longer looks
|
|
42
72
|
* like ANY captured reference". Never authored by an operator, never stored in
|
|
43
73
|
* `states[]` — it is the synthetic candidate that makes divergence a
|
|
@@ -107,6 +137,9 @@ export declare const SCENE_DEFAULT_QUIET_SECONDS = 60;
|
|
|
107
137
|
export declare const SCENE_DEFAULT_OBSERVATION_SPACING_SEC = 120;
|
|
108
138
|
export declare const SCENE_DEFAULT_CHECK_INTERVAL_SEC = 60;
|
|
109
139
|
export declare const SCENE_DEFAULT_ANCHOR_THRESHOLD = 0.85;
|
|
140
|
+
/** Night is OPTIONAL. A scene with only a daylight reference sits the IR hours
|
|
141
|
+
* out in silence rather than reporting a fault every night. */
|
|
142
|
+
export declare const SCENE_DEFAULT_UNCOVERED_POLICY = "skip";
|
|
110
143
|
export declare const SCENE_CONFIRM_DEFAULT_TIMEOUT_MS = 8000;
|
|
111
144
|
export declare const SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX = 448;
|
|
112
145
|
/** `resetScene({ recapture })` absent means TRUE — the operator decision. Read
|
|
@@ -212,6 +245,11 @@ export declare const SceneMonitorSchema: z.ZodObject<{
|
|
|
212
245
|
}, z.core.$strip>>;
|
|
213
246
|
anchorThreshold: z.ZodDefault<z.ZodNumber>;
|
|
214
247
|
autoRestore: z.ZodDefault<z.ZodBoolean>;
|
|
248
|
+
onUncoveredCondition: z.ZodDefault<z.ZodEnum<{
|
|
249
|
+
skip: "skip";
|
|
250
|
+
"judge-anyway": "judge-anyway";
|
|
251
|
+
}>>;
|
|
252
|
+
suspendedCondition: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
215
253
|
unavailable: z.ZodNullable<z.ZodEnum<{
|
|
216
254
|
"no-reference-for-condition": "no-reference-for-condition";
|
|
217
255
|
"view-shifted": "view-shifted";
|
|
@@ -302,6 +340,11 @@ export declare const SceneMonitorStatusSchema: z.ZodObject<{
|
|
|
302
340
|
}, z.core.$strip>>;
|
|
303
341
|
anchorThreshold: z.ZodDefault<z.ZodNumber>;
|
|
304
342
|
autoRestore: z.ZodDefault<z.ZodBoolean>;
|
|
343
|
+
onUncoveredCondition: z.ZodDefault<z.ZodEnum<{
|
|
344
|
+
skip: "skip";
|
|
345
|
+
"judge-anyway": "judge-anyway";
|
|
346
|
+
}>>;
|
|
347
|
+
suspendedCondition: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
305
348
|
unavailable: z.ZodNullable<z.ZodEnum<{
|
|
306
349
|
"no-reference-for-condition": "no-reference-for-condition";
|
|
307
350
|
"view-shifted": "view-shifted";
|
|
@@ -316,6 +359,7 @@ export declare const SceneMonitorStatusSchema: z.ZodObject<{
|
|
|
316
359
|
export type SceneCondition = z.infer<typeof SceneConditionSchema>;
|
|
317
360
|
export type SceneVerdict = z.infer<typeof SceneVerdictSchema>;
|
|
318
361
|
export type SceneUnavailable = z.infer<typeof SceneUnavailableSchema>;
|
|
362
|
+
export type SceneUncoveredPolicy = z.infer<typeof SceneUncoveredPolicySchema>;
|
|
319
363
|
export type SceneConfirm = z.infer<typeof SceneConfirmSchema>;
|
|
320
364
|
export type SceneReference = z.infer<typeof SceneReferenceSchema>;
|
|
321
365
|
export type SceneMonitorState = z.infer<typeof SceneMonitorStateSchema>;
|
|
@@ -413,6 +457,11 @@ export declare const sceneMonitorCapability: {
|
|
|
413
457
|
}, z.core.$strip>>;
|
|
414
458
|
anchorThreshold: z.ZodDefault<z.ZodNumber>;
|
|
415
459
|
autoRestore: z.ZodDefault<z.ZodBoolean>;
|
|
460
|
+
onUncoveredCondition: z.ZodDefault<z.ZodEnum<{
|
|
461
|
+
skip: "skip";
|
|
462
|
+
"judge-anyway": "judge-anyway";
|
|
463
|
+
}>>;
|
|
464
|
+
suspendedCondition: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
416
465
|
unavailable: z.ZodNullable<z.ZodEnum<{
|
|
417
466
|
"no-reference-for-condition": "no-reference-for-condition";
|
|
418
467
|
"view-shifted": "view-shifted";
|
|
@@ -530,6 +579,11 @@ export declare const sceneMonitorCapability: {
|
|
|
530
579
|
}, z.core.$strip>>;
|
|
531
580
|
anchorThreshold: z.ZodDefault<z.ZodNumber>;
|
|
532
581
|
autoRestore: z.ZodDefault<z.ZodBoolean>;
|
|
582
|
+
onUncoveredCondition: z.ZodDefault<z.ZodEnum<{
|
|
583
|
+
skip: "skip";
|
|
584
|
+
"judge-anyway": "judge-anyway";
|
|
585
|
+
}>>;
|
|
586
|
+
suspendedCondition: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
533
587
|
unavailable: z.ZodNullable<z.ZodEnum<{
|
|
534
588
|
"no-reference-for-condition": "no-reference-for-condition";
|
|
535
589
|
"view-shifted": "view-shifted";
|
|
@@ -576,6 +630,10 @@ export declare const sceneMonitorCapability: {
|
|
|
576
630
|
minObservationSpacingSec: z.ZodOptional<z.ZodNumber>;
|
|
577
631
|
anchorThreshold: z.ZodOptional<z.ZodNumber>;
|
|
578
632
|
autoRestore: z.ZodOptional<z.ZodBoolean>;
|
|
633
|
+
onUncoveredCondition: z.ZodOptional<z.ZodEnum<{
|
|
634
|
+
skip: "skip";
|
|
635
|
+
"judge-anyway": "judge-anyway";
|
|
636
|
+
}>>;
|
|
579
637
|
confirm: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
580
638
|
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
581
639
|
prompt: z.ZodString;
|
|
@@ -712,6 +770,11 @@ export declare const sceneMonitorCapability: {
|
|
|
712
770
|
}, z.core.$strip>>;
|
|
713
771
|
anchorThreshold: z.ZodDefault<z.ZodNumber>;
|
|
714
772
|
autoRestore: z.ZodDefault<z.ZodBoolean>;
|
|
773
|
+
onUncoveredCondition: z.ZodDefault<z.ZodEnum<{
|
|
774
|
+
skip: "skip";
|
|
775
|
+
"judge-anyway": "judge-anyway";
|
|
776
|
+
}>>;
|
|
777
|
+
suspendedCondition: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
715
778
|
unavailable: z.ZodNullable<z.ZodEnum<{
|
|
716
779
|
"no-reference-for-condition": "no-reference-for-condition";
|
|
717
780
|
"view-shifted": "view-shifted";
|
|
@@ -806,6 +869,11 @@ export declare const sceneMonitorCapability: {
|
|
|
806
869
|
}, z.core.$strip>>;
|
|
807
870
|
anchorThreshold: z.ZodDefault<z.ZodNumber>;
|
|
808
871
|
autoRestore: z.ZodDefault<z.ZodBoolean>;
|
|
872
|
+
onUncoveredCondition: z.ZodDefault<z.ZodEnum<{
|
|
873
|
+
skip: "skip";
|
|
874
|
+
"judge-anyway": "judge-anyway";
|
|
875
|
+
}>>;
|
|
876
|
+
suspendedCondition: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
809
877
|
unavailable: z.ZodNullable<z.ZodEnum<{
|
|
810
878
|
"no-reference-for-condition": "no-reference-for-condition";
|
|
811
879
|
"view-shifted": "view-shifted";
|
package/dist/index.js
CHANGED
|
@@ -9713,9 +9713,12 @@ var LlmProfileSchema = zod.z.object({
|
|
|
9713
9713
|
systemPrompt: zod.z.string().optional(),
|
|
9714
9714
|
/** Total generation bound — the only one a unary call has. */
|
|
9715
9715
|
timeoutMs: zod.z.number().int().positive().default(6e4),
|
|
9716
|
-
/**
|
|
9716
|
+
/** The TCP handshake only — "is the port even open". NOT the wait for
|
|
9717
|
+
* response headers: on the LM Studio / llama-server wire those are written
|
|
9718
|
+
* once the model has finished loading, so they belong to the bound below. */
|
|
9717
9719
|
connectTimeoutMs: zod.z.number().int().positive().default(1e4),
|
|
9718
|
-
/** Accepted, but no output yet —
|
|
9720
|
+
/** Accepted, but no output yet — response headers included, because a cold
|
|
9721
|
+
* GPU load is exactly what happens before them. */
|
|
9719
9722
|
firstTokenTimeoutMs: zod.z.number().int().positive().default(12e4),
|
|
9720
9723
|
/** Output started then stopped. */
|
|
9721
9724
|
idleTimeoutMs: zod.z.number().int().positive().default(6e4),
|
|
@@ -12457,9 +12460,66 @@ var NcDeviceStateConditionSchema = zod.z.object({
|
|
|
12457
12460
|
/** Any of these matches. */
|
|
12458
12461
|
states: zod.z.array(zod.z.string().min(1)).min(1)
|
|
12459
12462
|
});
|
|
12463
|
+
/**
|
|
12464
|
+
* "This rule applies only while scene `sceneId` is `matched` / `diverged`."
|
|
12465
|
+
*
|
|
12466
|
+
* A GATE, not a trigger. `occupancy` and `audio` each DISCRIMINATE their rule —
|
|
12467
|
+
* carrying one makes the rule fire on that subject and nothing else. Scene is
|
|
12468
|
+
* the other shape entirely, the `deviceState` shape: it narrows a rule that
|
|
12469
|
+
* already has a trigger ("tell me about a person at the front door, but only
|
|
12470
|
+
* while the bin is still out"). That is why it composes with every delivery
|
|
12471
|
+
* instead of owning one, and why no new `NcDelivery` member and no new subject
|
|
12472
|
+
* kind exist for it — see D159.
|
|
12473
|
+
*
|
|
12474
|
+
* ── Identity ───────────────────────────────────────────────────────────────
|
|
12475
|
+
* `sceneId` is `SceneMonitor.id`, a `randomUUID()` minted by `createScene` —
|
|
12476
|
+
* globally unique, so it needs no device to disambiguate it. `deviceId` is
|
|
12477
|
+
* carried as a HINT for the editor and for the log line, never as part of the
|
|
12478
|
+
* lookup key: a rule whose hint drifted must still gate correctly.
|
|
12479
|
+
*
|
|
12480
|
+
* ── Which boolean ──────────────────────────────────────────────────────────
|
|
12481
|
+
* `latched` ABSENT means "whatever the scene itself says" — `SceneMonitor.emit`
|
|
12482
|
+
* already declares which boolean drives notification rules, and a second knob
|
|
12483
|
+
* that could disagree with it is exactly the D62 failure. Set it only to
|
|
12484
|
+
* override one rule against the scene's own default.
|
|
12485
|
+
*
|
|
12486
|
+
* - LIVE reading (`emit`/`latched` resolve to live): passes iff
|
|
12487
|
+
* `verdict === requiredState`. `unknown` — no reference for this light, view
|
|
12488
|
+
* shifted, no snapshot — passes NEITHER. A scene that cannot judge is not
|
|
12489
|
+
* evidence, in either direction.
|
|
12490
|
+
* - LATCHED reading: passes iff `latched === (requiredState === 'diverged')`.
|
|
12491
|
+
* The latch is a durable fact about the past ("it has diverged since I armed
|
|
12492
|
+
* it"), so a camera that has gone dark does not clear it — that is the whole
|
|
12493
|
+
* reason the operator asked for a latch.
|
|
12494
|
+
*
|
|
12495
|
+
* The gate reads an in-memory mirror (`NcSceneStateCache`) refreshed OFF the
|
|
12496
|
+
* event path, never the cap: D49. A mirror that has never loaded, or a scene it
|
|
12497
|
+
* does not carry, reads absent and the rule does NOT fire — fail closed, and
|
|
12498
|
+
* said out loud in the log rather than dropped in silence.
|
|
12499
|
+
*/
|
|
12500
|
+
var NcSceneConditionSchema = zod.z.object({
|
|
12501
|
+
/** `SceneMonitor.id` — the uuid the cap mints. The whole lookup key. */
|
|
12502
|
+
sceneId: zod.z.string().min(1),
|
|
12503
|
+
/** The camera the scene lives on. A hint for the editor and the log line. */
|
|
12504
|
+
deviceId: zod.z.number().int().optional(),
|
|
12505
|
+
/** The state the scene must be in for the rule to fire. */
|
|
12506
|
+
requiredState: zod.z.enum(["matched", "diverged"]),
|
|
12507
|
+
/**
|
|
12508
|
+
* Read the LATCH (`true`) or the LIVE verdict (`false`). Absent = follow the
|
|
12509
|
+
* scene's own `emit` field, which is the only place that decision belongs.
|
|
12510
|
+
*/
|
|
12511
|
+
latched: zod.z.boolean().optional()
|
|
12512
|
+
});
|
|
12460
12513
|
var NcConditionsSchema = zod.z.object({
|
|
12461
12514
|
/** Gate on ANOTHER device's current state (the alarm armed, a switch on). */
|
|
12462
12515
|
deviceState: NcDeviceStateConditionSchema.optional(),
|
|
12516
|
+
/**
|
|
12517
|
+
* Gate on a SCENE's state — "only while the bin is still out". Composes with
|
|
12518
|
+
* every trigger (detection, occupancy, audio, sensor, package, track-end);
|
|
12519
|
+
* unlike `occupancy`/`audio` it discriminates nothing. See
|
|
12520
|
+
* {@link NcSceneCondition} and D159.
|
|
12521
|
+
*/
|
|
12522
|
+
scene: NcSceneConditionSchema.optional(),
|
|
12463
12523
|
/** Device scope — absent = all devices. */
|
|
12464
12524
|
devices: zod.z.array(zod.z.number()).optional(),
|
|
12465
12525
|
/** Detector class names (any overlap with the record's class set). */
|
|
@@ -13098,6 +13158,7 @@ var NcConditionDescriptorSchema = zod.z.object({
|
|
|
13098
13158
|
"occupancy",
|
|
13099
13159
|
"audio",
|
|
13100
13160
|
"deviceState",
|
|
13161
|
+
"scene",
|
|
13101
13162
|
"systemEvent"
|
|
13102
13163
|
]),
|
|
13103
13164
|
operator: zod.z.enum([
|
|
@@ -13452,6 +13513,21 @@ var NC_CONDITION_CATALOG = [
|
|
|
13452
13513
|
phase: "P2",
|
|
13453
13514
|
description: "Only fire while another device is in one of the chosen states — the alarm armed, a switch on, a contact closed. A state that cannot be read does NOT fire."
|
|
13454
13515
|
},
|
|
13516
|
+
{
|
|
13517
|
+
id: "scene",
|
|
13518
|
+
group: "scope",
|
|
13519
|
+
label: "Scene state",
|
|
13520
|
+
valueType: "scene",
|
|
13521
|
+
operator: "in",
|
|
13522
|
+
appliesTo: [
|
|
13523
|
+
"immediate",
|
|
13524
|
+
"track-end",
|
|
13525
|
+
"device-event",
|
|
13526
|
+
"package-event"
|
|
13527
|
+
],
|
|
13528
|
+
phase: "P3",
|
|
13529
|
+
description: "Only fire while a scene is matched (the baseline is what we see) or diverged (it demonstrably is not) — “tell me about a person at the door, but only while the bin is still out”. A scene that cannot judge, or one this hub has not read yet, does NOT fire."
|
|
13530
|
+
},
|
|
13455
13531
|
{
|
|
13456
13532
|
id: "sensorKinds",
|
|
13457
13533
|
group: "device",
|
|
@@ -27552,6 +27628,33 @@ var SCENE_CONDITIONS = [
|
|
|
27552
27628
|
"dawn",
|
|
27553
27629
|
"dusk"
|
|
27554
27630
|
];
|
|
27631
|
+
/**
|
|
27632
|
+
* What a scene does when the CURRENT light has no reference of its own.
|
|
27633
|
+
*
|
|
27634
|
+
* The lighting variants are not equally likely to exist. Almost every operator
|
|
27635
|
+
* captures daylight and then never stands outside at 22:00 to capture IR, and a
|
|
27636
|
+
* scene that is only ever going to be asked about a daytime question ("is the
|
|
27637
|
+
* bin still on the kerb at 08:00") does not need a night reference at all. The
|
|
27638
|
+
* night half must therefore be OPTIONAL, and optional means the scene keeps
|
|
27639
|
+
* working without it rather than degrading into a permanent complaint.
|
|
27640
|
+
*
|
|
27641
|
+
* - `skip` (default) — the check in that light is not made. Not a verdict, not
|
|
27642
|
+
* an alarm, not even an `unknown`: the live state simply stays whatever the
|
|
27643
|
+
* last covered light left it at, the latch is untouched, and the hysteresis
|
|
27644
|
+
* run is neither spent nor cleared. The scene resumes by itself at first
|
|
27645
|
+
* light. This is the only behaviour under which "I never captured IR" is a
|
|
27646
|
+
* configuration choice instead of a nightly fault.
|
|
27647
|
+
* - `judge-anyway` — score against the OTHER conditions' references. Available
|
|
27648
|
+
* for cameras whose IR frame is close enough to daylight (a floodlit
|
|
27649
|
+
* driveway, an always-white-light doorbell), and wrong for everything else:
|
|
27650
|
+
* cross-condition cosines are not comparable, so a day reference against a
|
|
27651
|
+
* true IR frame collapses and the scene reports a theft at 21:40.
|
|
27652
|
+
*
|
|
27653
|
+
* Never applies when the scene has NO comparable reference at all — that is
|
|
27654
|
+
* "not armed yet", it is reported as `no-reference-for-condition`, and silence
|
|
27655
|
+
* there would hide a scene the operator never finished setting up.
|
|
27656
|
+
*/
|
|
27657
|
+
var SceneUncoveredPolicySchema = zod.z.enum(["skip", "judge-anyway"]);
|
|
27555
27658
|
/** Reserved, engine-owned state id standing for "the region no longer looks
|
|
27556
27659
|
* like ANY captured reference". Never authored by an operator, never stored in
|
|
27557
27660
|
* `states[]` — it is the synthetic candidate that makes divergence a
|
|
@@ -27620,6 +27723,9 @@ var SCENE_DEFAULT_QUIET_SECONDS = 60;
|
|
|
27620
27723
|
var SCENE_DEFAULT_OBSERVATION_SPACING_SEC = 120;
|
|
27621
27724
|
var SCENE_DEFAULT_CHECK_INTERVAL_SEC = 60;
|
|
27622
27725
|
var SCENE_DEFAULT_ANCHOR_THRESHOLD = .85;
|
|
27726
|
+
/** Night is OPTIONAL. A scene with only a daylight reference sits the IR hours
|
|
27727
|
+
* out in silence rather than reporting a fault every night. */
|
|
27728
|
+
var SCENE_DEFAULT_UNCOVERED_POLICY = "skip";
|
|
27623
27729
|
var SCENE_CONFIRM_DEFAULT_TIMEOUT_MS = 8e3;
|
|
27624
27730
|
var SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX = 448;
|
|
27625
27731
|
/** `resetScene({ recapture })` absent means TRUE — the operator decision. Read
|
|
@@ -27691,6 +27797,21 @@ var SceneMonitorSchema = zod.z.object({
|
|
|
27691
27797
|
* automation can react to the bin coming back without the operator's own
|
|
27692
27798
|
* alarm silently clearing itself. */
|
|
27693
27799
|
autoRestore: zod.z.boolean().default(false),
|
|
27800
|
+
/** What to do when the current light has no reference of its own. See
|
|
27801
|
+
* {@link SceneUncoveredPolicySchema} — the default makes night OPTIONAL. */
|
|
27802
|
+
onUncoveredCondition: SceneUncoveredPolicySchema.default(SCENE_DEFAULT_UNCOVERED_POLICY),
|
|
27803
|
+
/**
|
|
27804
|
+
* The light whose checks are currently being SAT OUT under
|
|
27805
|
+
* `onUncoveredCondition: 'skip'` — `null` when the scene is checking normally.
|
|
27806
|
+
*
|
|
27807
|
+
* Engine-reported and advisory only: it moves no verdict, no latch and no
|
|
27808
|
+
* hysteresis. It exists so the card can say *"night (IR) — checks paused,
|
|
27809
|
+
* nothing captured in this light"* in the same calm voice as the coverage
|
|
27810
|
+
* line, because the alternative is a scene that silently stops answering
|
|
27811
|
+
* after sunset with nothing anywhere saying why. A skipped check must never
|
|
27812
|
+
* read as a broken one.
|
|
27813
|
+
*/
|
|
27814
|
+
suspendedCondition: SceneConditionSchema.nullable().default(null),
|
|
27694
27815
|
/** Named cause when `verdict === 'unknown'`. */
|
|
27695
27816
|
unavailable: SceneUnavailableSchema.nullable(),
|
|
27696
27817
|
/** Conditions that have at least one comparable reference — the coverage line
|
|
@@ -27744,6 +27865,7 @@ var sceneMonitorCapability = {
|
|
|
27744
27865
|
minObservationSpacingSec: zod.z.number().int().min(0).max(3600).optional(),
|
|
27745
27866
|
anchorThreshold: zod.z.number().min(0).max(1).optional(),
|
|
27746
27867
|
autoRestore: zod.z.boolean().optional(),
|
|
27868
|
+
onUncoveredCondition: SceneUncoveredPolicySchema.optional(),
|
|
27747
27869
|
/** `null` clears the vision-model adjudicator. */
|
|
27748
27870
|
confirm: SceneConfirmSchema.nullable().optional()
|
|
27749
27871
|
})
|
|
@@ -45746,6 +45868,7 @@ exports.NcRuleNotificationButtonSchema = NcRuleNotificationButtonSchema;
|
|
|
45746
45868
|
exports.NcRulePatchSchema = NcRulePatchSchema;
|
|
45747
45869
|
exports.NcRuleSchema = NcRuleSchema;
|
|
45748
45870
|
exports.NcRuleTargetSchema = NcRuleTargetSchema;
|
|
45871
|
+
exports.NcSceneConditionSchema = NcSceneConditionSchema;
|
|
45749
45872
|
exports.NcScheduleSchema = NcScheduleSchema;
|
|
45750
45873
|
exports.NcScheduleWindowSchema = NcScheduleWindowSchema;
|
|
45751
45874
|
exports.NcSnoozeInputSchema = NcSnoozeInputSchema;
|
|
@@ -45918,6 +46041,7 @@ exports.SCENE_DEFAULT_ANCHOR_THRESHOLD = SCENE_DEFAULT_ANCHOR_THRESHOLD;
|
|
|
45918
46041
|
exports.SCENE_DEFAULT_CHECK_INTERVAL_SEC = SCENE_DEFAULT_CHECK_INTERVAL_SEC;
|
|
45919
46042
|
exports.SCENE_DEFAULT_OBSERVATION_SPACING_SEC = SCENE_DEFAULT_OBSERVATION_SPACING_SEC;
|
|
45920
46043
|
exports.SCENE_DEFAULT_QUIET_SECONDS = SCENE_DEFAULT_QUIET_SECONDS;
|
|
46044
|
+
exports.SCENE_DEFAULT_UNCOVERED_POLICY = SCENE_DEFAULT_UNCOVERED_POLICY;
|
|
45921
46045
|
exports.SCENE_DIVERGED = SCENE_DIVERGED;
|
|
45922
46046
|
exports.SCENE_RESET_RECAPTURES = SCENE_RESET_RECAPTURES;
|
|
45923
46047
|
exports.SCOPE_PRESETS = SCOPE_PRESETS;
|
|
@@ -45940,6 +46064,7 @@ exports.SceneMonitorStateSchema = SceneMonitorStateSchema;
|
|
|
45940
46064
|
exports.SceneMonitorStatusSchema = SceneMonitorStatusSchema;
|
|
45941
46065
|
exports.SceneReferenceSchema = SceneReferenceSchema;
|
|
45942
46066
|
exports.SceneUnavailableSchema = SceneUnavailableSchema;
|
|
46067
|
+
exports.SceneUncoveredPolicySchema = SceneUncoveredPolicySchema;
|
|
45943
46068
|
exports.SceneVerdictSchema = SceneVerdictSchema;
|
|
45944
46069
|
exports.ScopedTokenSchema = ScopedTokenSchema;
|
|
45945
46070
|
exports.ScopedTokenSummarySchema = ScopedTokenSummarySchema;
|
package/dist/index.mjs
CHANGED
|
@@ -9712,9 +9712,12 @@ var LlmProfileSchema = z.object({
|
|
|
9712
9712
|
systemPrompt: z.string().optional(),
|
|
9713
9713
|
/** Total generation bound — the only one a unary call has. */
|
|
9714
9714
|
timeoutMs: z.number().int().positive().default(6e4),
|
|
9715
|
-
/**
|
|
9715
|
+
/** The TCP handshake only — "is the port even open". NOT the wait for
|
|
9716
|
+
* response headers: on the LM Studio / llama-server wire those are written
|
|
9717
|
+
* once the model has finished loading, so they belong to the bound below. */
|
|
9716
9718
|
connectTimeoutMs: z.number().int().positive().default(1e4),
|
|
9717
|
-
/** Accepted, but no output yet —
|
|
9719
|
+
/** Accepted, but no output yet — response headers included, because a cold
|
|
9720
|
+
* GPU load is exactly what happens before them. */
|
|
9718
9721
|
firstTokenTimeoutMs: z.number().int().positive().default(12e4),
|
|
9719
9722
|
/** Output started then stopped. */
|
|
9720
9723
|
idleTimeoutMs: z.number().int().positive().default(6e4),
|
|
@@ -12456,9 +12459,66 @@ var NcDeviceStateConditionSchema = z.object({
|
|
|
12456
12459
|
/** Any of these matches. */
|
|
12457
12460
|
states: z.array(z.string().min(1)).min(1)
|
|
12458
12461
|
});
|
|
12462
|
+
/**
|
|
12463
|
+
* "This rule applies only while scene `sceneId` is `matched` / `diverged`."
|
|
12464
|
+
*
|
|
12465
|
+
* A GATE, not a trigger. `occupancy` and `audio` each DISCRIMINATE their rule —
|
|
12466
|
+
* carrying one makes the rule fire on that subject and nothing else. Scene is
|
|
12467
|
+
* the other shape entirely, the `deviceState` shape: it narrows a rule that
|
|
12468
|
+
* already has a trigger ("tell me about a person at the front door, but only
|
|
12469
|
+
* while the bin is still out"). That is why it composes with every delivery
|
|
12470
|
+
* instead of owning one, and why no new `NcDelivery` member and no new subject
|
|
12471
|
+
* kind exist for it — see D159.
|
|
12472
|
+
*
|
|
12473
|
+
* ── Identity ───────────────────────────────────────────────────────────────
|
|
12474
|
+
* `sceneId` is `SceneMonitor.id`, a `randomUUID()` minted by `createScene` —
|
|
12475
|
+
* globally unique, so it needs no device to disambiguate it. `deviceId` is
|
|
12476
|
+
* carried as a HINT for the editor and for the log line, never as part of the
|
|
12477
|
+
* lookup key: a rule whose hint drifted must still gate correctly.
|
|
12478
|
+
*
|
|
12479
|
+
* ── Which boolean ──────────────────────────────────────────────────────────
|
|
12480
|
+
* `latched` ABSENT means "whatever the scene itself says" — `SceneMonitor.emit`
|
|
12481
|
+
* already declares which boolean drives notification rules, and a second knob
|
|
12482
|
+
* that could disagree with it is exactly the D62 failure. Set it only to
|
|
12483
|
+
* override one rule against the scene's own default.
|
|
12484
|
+
*
|
|
12485
|
+
* - LIVE reading (`emit`/`latched` resolve to live): passes iff
|
|
12486
|
+
* `verdict === requiredState`. `unknown` — no reference for this light, view
|
|
12487
|
+
* shifted, no snapshot — passes NEITHER. A scene that cannot judge is not
|
|
12488
|
+
* evidence, in either direction.
|
|
12489
|
+
* - LATCHED reading: passes iff `latched === (requiredState === 'diverged')`.
|
|
12490
|
+
* The latch is a durable fact about the past ("it has diverged since I armed
|
|
12491
|
+
* it"), so a camera that has gone dark does not clear it — that is the whole
|
|
12492
|
+
* reason the operator asked for a latch.
|
|
12493
|
+
*
|
|
12494
|
+
* The gate reads an in-memory mirror (`NcSceneStateCache`) refreshed OFF the
|
|
12495
|
+
* event path, never the cap: D49. A mirror that has never loaded, or a scene it
|
|
12496
|
+
* does not carry, reads absent and the rule does NOT fire — fail closed, and
|
|
12497
|
+
* said out loud in the log rather than dropped in silence.
|
|
12498
|
+
*/
|
|
12499
|
+
var NcSceneConditionSchema = z.object({
|
|
12500
|
+
/** `SceneMonitor.id` — the uuid the cap mints. The whole lookup key. */
|
|
12501
|
+
sceneId: z.string().min(1),
|
|
12502
|
+
/** The camera the scene lives on. A hint for the editor and the log line. */
|
|
12503
|
+
deviceId: z.number().int().optional(),
|
|
12504
|
+
/** The state the scene must be in for the rule to fire. */
|
|
12505
|
+
requiredState: z.enum(["matched", "diverged"]),
|
|
12506
|
+
/**
|
|
12507
|
+
* Read the LATCH (`true`) or the LIVE verdict (`false`). Absent = follow the
|
|
12508
|
+
* scene's own `emit` field, which is the only place that decision belongs.
|
|
12509
|
+
*/
|
|
12510
|
+
latched: z.boolean().optional()
|
|
12511
|
+
});
|
|
12459
12512
|
var NcConditionsSchema = z.object({
|
|
12460
12513
|
/** Gate on ANOTHER device's current state (the alarm armed, a switch on). */
|
|
12461
12514
|
deviceState: NcDeviceStateConditionSchema.optional(),
|
|
12515
|
+
/**
|
|
12516
|
+
* Gate on a SCENE's state — "only while the bin is still out". Composes with
|
|
12517
|
+
* every trigger (detection, occupancy, audio, sensor, package, track-end);
|
|
12518
|
+
* unlike `occupancy`/`audio` it discriminates nothing. See
|
|
12519
|
+
* {@link NcSceneCondition} and D159.
|
|
12520
|
+
*/
|
|
12521
|
+
scene: NcSceneConditionSchema.optional(),
|
|
12462
12522
|
/** Device scope — absent = all devices. */
|
|
12463
12523
|
devices: z.array(z.number()).optional(),
|
|
12464
12524
|
/** Detector class names (any overlap with the record's class set). */
|
|
@@ -13097,6 +13157,7 @@ var NcConditionDescriptorSchema = z.object({
|
|
|
13097
13157
|
"occupancy",
|
|
13098
13158
|
"audio",
|
|
13099
13159
|
"deviceState",
|
|
13160
|
+
"scene",
|
|
13100
13161
|
"systemEvent"
|
|
13101
13162
|
]),
|
|
13102
13163
|
operator: z.enum([
|
|
@@ -13451,6 +13512,21 @@ var NC_CONDITION_CATALOG = [
|
|
|
13451
13512
|
phase: "P2",
|
|
13452
13513
|
description: "Only fire while another device is in one of the chosen states — the alarm armed, a switch on, a contact closed. A state that cannot be read does NOT fire."
|
|
13453
13514
|
},
|
|
13515
|
+
{
|
|
13516
|
+
id: "scene",
|
|
13517
|
+
group: "scope",
|
|
13518
|
+
label: "Scene state",
|
|
13519
|
+
valueType: "scene",
|
|
13520
|
+
operator: "in",
|
|
13521
|
+
appliesTo: [
|
|
13522
|
+
"immediate",
|
|
13523
|
+
"track-end",
|
|
13524
|
+
"device-event",
|
|
13525
|
+
"package-event"
|
|
13526
|
+
],
|
|
13527
|
+
phase: "P3",
|
|
13528
|
+
description: "Only fire while a scene is matched (the baseline is what we see) or diverged (it demonstrably is not) — “tell me about a person at the door, but only while the bin is still out”. A scene that cannot judge, or one this hub has not read yet, does NOT fire."
|
|
13529
|
+
},
|
|
13454
13530
|
{
|
|
13455
13531
|
id: "sensorKinds",
|
|
13456
13532
|
group: "device",
|
|
@@ -27551,6 +27627,33 @@ var SCENE_CONDITIONS = [
|
|
|
27551
27627
|
"dawn",
|
|
27552
27628
|
"dusk"
|
|
27553
27629
|
];
|
|
27630
|
+
/**
|
|
27631
|
+
* What a scene does when the CURRENT light has no reference of its own.
|
|
27632
|
+
*
|
|
27633
|
+
* The lighting variants are not equally likely to exist. Almost every operator
|
|
27634
|
+
* captures daylight and then never stands outside at 22:00 to capture IR, and a
|
|
27635
|
+
* scene that is only ever going to be asked about a daytime question ("is the
|
|
27636
|
+
* bin still on the kerb at 08:00") does not need a night reference at all. The
|
|
27637
|
+
* night half must therefore be OPTIONAL, and optional means the scene keeps
|
|
27638
|
+
* working without it rather than degrading into a permanent complaint.
|
|
27639
|
+
*
|
|
27640
|
+
* - `skip` (default) — the check in that light is not made. Not a verdict, not
|
|
27641
|
+
* an alarm, not even an `unknown`: the live state simply stays whatever the
|
|
27642
|
+
* last covered light left it at, the latch is untouched, and the hysteresis
|
|
27643
|
+
* run is neither spent nor cleared. The scene resumes by itself at first
|
|
27644
|
+
* light. This is the only behaviour under which "I never captured IR" is a
|
|
27645
|
+
* configuration choice instead of a nightly fault.
|
|
27646
|
+
* - `judge-anyway` — score against the OTHER conditions' references. Available
|
|
27647
|
+
* for cameras whose IR frame is close enough to daylight (a floodlit
|
|
27648
|
+
* driveway, an always-white-light doorbell), and wrong for everything else:
|
|
27649
|
+
* cross-condition cosines are not comparable, so a day reference against a
|
|
27650
|
+
* true IR frame collapses and the scene reports a theft at 21:40.
|
|
27651
|
+
*
|
|
27652
|
+
* Never applies when the scene has NO comparable reference at all — that is
|
|
27653
|
+
* "not armed yet", it is reported as `no-reference-for-condition`, and silence
|
|
27654
|
+
* there would hide a scene the operator never finished setting up.
|
|
27655
|
+
*/
|
|
27656
|
+
var SceneUncoveredPolicySchema = z.enum(["skip", "judge-anyway"]);
|
|
27554
27657
|
/** Reserved, engine-owned state id standing for "the region no longer looks
|
|
27555
27658
|
* like ANY captured reference". Never authored by an operator, never stored in
|
|
27556
27659
|
* `states[]` — it is the synthetic candidate that makes divergence a
|
|
@@ -27619,6 +27722,9 @@ var SCENE_DEFAULT_QUIET_SECONDS = 60;
|
|
|
27619
27722
|
var SCENE_DEFAULT_OBSERVATION_SPACING_SEC = 120;
|
|
27620
27723
|
var SCENE_DEFAULT_CHECK_INTERVAL_SEC = 60;
|
|
27621
27724
|
var SCENE_DEFAULT_ANCHOR_THRESHOLD = .85;
|
|
27725
|
+
/** Night is OPTIONAL. A scene with only a daylight reference sits the IR hours
|
|
27726
|
+
* out in silence rather than reporting a fault every night. */
|
|
27727
|
+
var SCENE_DEFAULT_UNCOVERED_POLICY = "skip";
|
|
27622
27728
|
var SCENE_CONFIRM_DEFAULT_TIMEOUT_MS = 8e3;
|
|
27623
27729
|
var SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX = 448;
|
|
27624
27730
|
/** `resetScene({ recapture })` absent means TRUE — the operator decision. Read
|
|
@@ -27690,6 +27796,21 @@ var SceneMonitorSchema = z.object({
|
|
|
27690
27796
|
* automation can react to the bin coming back without the operator's own
|
|
27691
27797
|
* alarm silently clearing itself. */
|
|
27692
27798
|
autoRestore: z.boolean().default(false),
|
|
27799
|
+
/** What to do when the current light has no reference of its own. See
|
|
27800
|
+
* {@link SceneUncoveredPolicySchema} — the default makes night OPTIONAL. */
|
|
27801
|
+
onUncoveredCondition: SceneUncoveredPolicySchema.default(SCENE_DEFAULT_UNCOVERED_POLICY),
|
|
27802
|
+
/**
|
|
27803
|
+
* The light whose checks are currently being SAT OUT under
|
|
27804
|
+
* `onUncoveredCondition: 'skip'` — `null` when the scene is checking normally.
|
|
27805
|
+
*
|
|
27806
|
+
* Engine-reported and advisory only: it moves no verdict, no latch and no
|
|
27807
|
+
* hysteresis. It exists so the card can say *"night (IR) — checks paused,
|
|
27808
|
+
* nothing captured in this light"* in the same calm voice as the coverage
|
|
27809
|
+
* line, because the alternative is a scene that silently stops answering
|
|
27810
|
+
* after sunset with nothing anywhere saying why. A skipped check must never
|
|
27811
|
+
* read as a broken one.
|
|
27812
|
+
*/
|
|
27813
|
+
suspendedCondition: SceneConditionSchema.nullable().default(null),
|
|
27693
27814
|
/** Named cause when `verdict === 'unknown'`. */
|
|
27694
27815
|
unavailable: SceneUnavailableSchema.nullable(),
|
|
27695
27816
|
/** Conditions that have at least one comparable reference — the coverage line
|
|
@@ -27743,6 +27864,7 @@ var sceneMonitorCapability = {
|
|
|
27743
27864
|
minObservationSpacingSec: z.number().int().min(0).max(3600).optional(),
|
|
27744
27865
|
anchorThreshold: z.number().min(0).max(1).optional(),
|
|
27745
27866
|
autoRestore: z.boolean().optional(),
|
|
27867
|
+
onUncoveredCondition: SceneUncoveredPolicySchema.optional(),
|
|
27746
27868
|
/** `null` clears the vision-model adjudicator. */
|
|
27747
27869
|
confirm: SceneConfirmSchema.nullable().optional()
|
|
27748
27870
|
})
|
|
@@ -45222,4 +45344,4 @@ function enumerateInferenceDevices(hw) {
|
|
|
45222
45344
|
return out;
|
|
45223
45345
|
}
|
|
45224
45346
|
//#endregion
|
|
45225
|
-
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, 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, 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, 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_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_SCRUB_THUMBNAIL_PRESET, 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_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, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, 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, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, 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, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_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, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, 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, 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_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, 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_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_SNOOZE_MAX_MINUTES, 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, NcScheduleSchema, NcScheduleWindowSchema, NcSnoozeInputSchema, NcSnoozeSchema, NcSnoozeScopeSchema, NcSnoozeSuppressedSchema, NcSystemEventConditionSchema, NcSystemEventKindSchema, NcTaxonomyEntrySchema, NcTaxonomySchema, NcTestResultSchema, NcThrottleGranularitySchema, NcThrottleSchema, NcZoneConditionSchema, NetworkAccessStatusSchema, NetworkAddressSchema, NetworkEndpointSchema, NotificationActionIconSchema, NotificationActionSchema, NotificationFormatSchema, NotificationSchema, NotifierStatusSchema, NumericSensorStatusSchema, 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, 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_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, 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_DIVERGED, SCENE_RESET_RECAPTURES, SCOPE_PRESETS, SCRUB_THUMBNAIL_PRESETS, SCRUB_THUMBNAIL_PRESET_LABELS, SCRUB_THUMBNAIL_PRESET_ORDER, SENSOR_FEATURES, SENSOR_MAP, 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, SceneVerdictSchema, ScopedTokenSchema, ScopedTokenSummarySchema, ScoredObjectEventSchema, ScriptRunnerStatusSchema, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, 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, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, 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, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, 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, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, decodeVectorBase64, decoderCapability, defaultDeviceFor, defineCustomActions, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isIsolatedBuiltin, isNode, isObjectInput, isRestoredCap, isSameAddonId, isScheduleActive, isSoftwareDecode, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, 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, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, 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 };
|
|
45347
|
+
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, 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, 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, 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_DECODER_HWACCEL_CONFIG, DEFAULT_DETAIL_CROP_CONVENTION, DEFAULT_EVENTS_BAND_BUFFER_SEC, DEFAULT_EVENT_COLOR, DEFAULT_FEATURES, DEFAULT_NATIVE_LEASE_SETTINGS, DEFAULT_RETENTION, DEFAULT_RUNTIME_STATE_DURABILITY, DEFAULT_SCRUB_THUMBNAIL_PRESET, 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_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, DetectionSourceSchema, DeviceCodeSeveritySchema, DeviceConfig, DeviceDiscoveryStatusSchema, ExposeInputSchema as DeviceExportExposeInputSchema, DeviceExportStatusSchema, UnexposeInputSchema as DeviceExportUnexposeInputSchema, DeviceFeature, DeviceInfoSchema, DeviceNetworkStatsSchema, DeviceRole, DeviceRuntimeState, DeviceSelectorSchema, DeviceStatusSchema, DeviceType, DiscoveredChildDeviceSchema, DiscoveredChildStatusSchema, DiscoveredDeviceSchema, DiscoveredTargetSchema, 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, FanControlStatusSchema, FanDirectionSchema, FeatureManifestSchema, FeatureProbeStatusSchema, FloodStatusSchema, Fmp4BoxSplitter, FrameHandleFormatSchema, FrameHandleSchema, FrameInputSchema, GasStatusSchema, 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, HistoryPointSchema, HistoryResolutionEnum, HumidifierStatusSchema, HumiditySensorStatusSchema, HvacModeSchema, ImageContractSchema, ImageContractStateSchema, ImageRotateSchema, ImageSettingsOptionsSchema, ImageSettingsPatchSchema, ImageSettingsStatusSchema, ImageStatusSchema, IngestOwnerSchema, InstalledPackageSchema, IntegrationLiteSchema, IntegrationWithStateSchema, IntercomAbilitySchema, IntercomStatusSchema, KNOWN_CAP_NAMES, KeyEventSchema, LOG_LEVEL_RANK, LabelAttributionSchema, LabelDefinitionSchema, LabelTierSchema, LawnMowerActivitySchema, LawnMowerControlStatusSchema, LinkedDeviceSchema, LinkedDevicesModeSchema, LlmDefaultSchema, LlmDefaultSelectorSchema, LlmErrorCodeSchema, LlmGenerateBaseInputSchema, LlmGenerateErrSchema, LlmGenerateOkSchema, LlmGenerateResultSchema, LlmImageSchema, LlmNodeModelSchema, LlmProfileKindDescriptorSchema, LlmProfileKindSchema, LlmProfileSchema, LlmRetryPolicySchema, LlmRuntimeCompleteInputSchema, LlmRuntimeDiskUsageSchema, LlmRuntimeNodeSchema, LlmRuntimeStatusSchema, LlmTimeoutDefaults, LlmUsageRollupSchema, LlmUsageSchema, LocateSegmentResultSchema, LocationStatSchema, LockControlStatusSchema, LockStateSchema, LogEntrySchema, LogLevelSchema, LogStreamEntrySchema, LoginMethodContributionSchema, LoginStageEnum, MACRO_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, METHOD_ACCESS_MAP, METHOD_DEVICE_SELECTORS, MODEL_FORMATS, MOTION_TRIGGER_FEATURE, ManagedModelCatalogEntrySchema, 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, 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_SECTION_ID, NATIVE_LEASE_TILE_BUDGET_FIELD, NATIVE_LEASE_TILE_BUDGET_KEY, NC_ALARM_SYSTEM_EVENT_KINDS, 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_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_SNOOZE_MAX_MINUTES, 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, 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, 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_TO_FORMAT, RawStateResultSchema, ReadGopBytesResultSchema, ReadSegmentBytesResultSchema, ReadinessRegistry, ReadinessTimeoutError, RecentTracksPageSchema, RecentTracksQueryInput, RecordingAvailabilitySchema, RecordingBandModeSchema, RecordingBandSchema, RecordingBandTriggersSchema, RecordingConfigSchema, RecordingDaysSchema, RecordingDeviceUsageSchema, RecordingLocationUsageSchema, RecordingManifestSchema, RecordingRangeSchema, RecordingRebalanceInputSchema, RecordingRebalanceMoveSchema, RecordingRebalancePlanSchema, RecordingRebalanceSkipReasonSchema, RecordingRebalanceSkipSchema, RecordingRetentionSchema, RecordingStatusSchema, RecordingStorageModeSchema, RecordingStorageUsageSchema, RecordingTriggersSchema, RecordingWeekdaySchema, RedirectLoginMethodSchema, RelocateFootageClassSchema, RelocateFootageInputSchema, RelocateJobSchema, RelocateJobStateSchema, RelocateMediaInputSchema, RenderedAsSchema, ReportMotionInputSchema, 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, SCRUB_THUMBNAIL_PRESETS, SCRUB_THUMBNAIL_PRESET_LABELS, SCRUB_THUMBNAIL_PRESET_ORDER, SENSOR_FEATURES, SENSOR_MAP, 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, ScrubThumbnailPresetSchema, SearchResultSchema, SendEmailInputSchema, SendEmailResultSchema, SendResultSchema, SensorEventSchema, ServerBootModeSchema, ServerPackageStatusSchema, ServerRollbackInfoSchema, ServerUpdateActionResultSchema, ServerUpdateCheckResultSchema, ServerUpdateStateSchema, 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, TurnServerSchema, UNIT_TABLE, BrokerInfoSchema$1 as UnifiedBrokerInfoSchema, UnitConversionError, UpdateIntegrationInputSchema, UpdateStatusSchema, UpdateUserInputSchema, UserRecordSchema, UserSummarySchema, 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, accessoriesCapability, accessoryStableId, addonPagesCapability, addonPagesSourceCapability, addonRoutesCapability, addonSettingsCapability, addonWidgetsCapability, addonWidgetsSourceCapability, addonsCapability, adminUiCapability, airQualitySensorCapability, alarmPanelCapability, alertsCapability, ambientLightSensorCapability, asBoolean, asJsonArray, asJsonObject, asNumber, asString, assertTimelapseCadences, audioAnalysisCapability, audioAnalyzerCapability, audioCodecCapability, audioIsFailClosed, 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, collectHydratedFieldEntries, collectHydratedFieldValues, colorCapability, colorForKind, compileExpression, compileExpressionSafe, composeSwitchedOff, conditionDepth, connectionTestCapability, connectivityCapability, consumablesCapability, contactCapability, controlCapability, convertUnit, coreBlockAddonId, coreBlockIdFromAddonId, coreBlocksCapability, cosineSimilarity, countConditionLeaves, coverCapability, createDeviceProxy, createDurableState, createEvent, createExpressionScope, createHwAccelCache, createLazyTrpcSource, createMirrorSource, createRuntimeStateBridge, createSliceHandle, createSystemProxy, customAction, customModelRegistryCapability, dataStoreProviderCapability, dayNightCapability, declarationOwnerNodeId, decodeVectorBase64, decoderCapability, defaultDeviceFor, defineCustomActions, deriveCameraSwitches, deriveDetailCropRect, deriveRecordingMode, describeModelVariant, detectAccessRole, detectionPipelineCapability, deviceAdoptionCapability, deviceBackendToFormat, deviceCustomAction, deviceDiscoveryCapability, deviceExportCapability, deviceManagerCapability, deviceMatchesProfile, deviceOpsCapability, deviceProviderCapability, deviceSelectorMatches, deviceStateCapability, deviceStatusCapability, doorbellCapability, egressTranscodeSharingKey, egressTransportFromRequest, embeddingEncoderCapability, emitDownForOwnedCaps, emitReadiness, encodeProfileFromStreamShape, encodeVectorBase64, enumSensorCapability, enumerateInferenceDevices, enumerateItemArrayFields, enumerateSchemaFields, errMsg, evaluateAst, evaluateExpressionSource, evaluateZoneRules, event, eventEmitterCapability, eventsCapability, expandCapMethods, extractNestedAddonId, extractSourceInfoFromMetadata, faceGalleryCapability, fanControlCapability, featureProbeCapability, filesystemBrowseCapability, findTimezone, floodCapability, formatForBackend, formatForRuntime, gasCapability, generateAutomationBlock, getAudioMacroClassIds, getByPath, getCapsByProviderKind, getTaxonomyEntry, hasMotionTrigger, hfModelUrl, htmlToText, humidifierCapability, humiditySensorCapability, hydrateSchema, imageCapability, imageSettingsCapability, integrationsCapability, intercomCapability, invocationFromEncodeProfile, isAgentOnlyPlacement, isArrayOutputSchema, isAudioLabelSelected, isBaseConditionKey, isCollectionArrayMethod, isDeployableToAgent, isDetectionMacroClass, isDeviceConfigCap, isDeviceScopedCap, isEvent, isIsolatedBuiltin, isNode, isObjectInput, isRestoredCap, isSameAddonId, isScheduleActive, isSoftwareDecode, isVoidInput, jobKindSchema, kebabToCamel, knownValues, lawnMowerControlCapability, lifecycleJobSchema, lifecycleJobScopeSchema, lifecycleJobStateSchema, lifecycleTaskSchema, llmCapability, llmRuntimeCapability, localNetworkCapability, locationSimilarity, lockControlCapability, logBannerArgs, 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, parseCameraStreamConfig, parseExpression, parseJsonArray, parseJsonObject, parseJsonUnknown, parseProfileBrokerId, parseStreamParamsFormPatch, patchAudio, petFeederCapability, pickAccessoryControl, pickDetailCropConvention, pickNativeLeaseOverride, pickPreferredRtspEntry, pickVideoEncoder, pickerForCondition, pipelineAnalyticsCapability, pipelineExecutorCapability, pipelineOrchestratorCapability, pipelineRunnerCapability, plateGalleryCapability, platformProbeCapability, powerMeterCapability, prepareNotification, presenceCapability, pressureSensorCapability, principalMayReachAddon, privacyMaskCapability, procedureAuthKey, ptzAutotrackCapability, ptzCapability, pythonScriptForBackend, readDetailCropConvention, readDeviceStateFrom, readNativeLeaseOverride, readNodePin, readTimelapseGeneratedAt, readinessKey, rebootCapability, recordingCapability, recordingExportCapability, rectsToCells, requiresPython, resolveAddonExecution, resolveAddonGroup, resolveAddonPlacement, resolveAddonRuntime, resolveCapMount, resolveDetectionRuntime, resolveDeviceControlKind, resolveDeviceProfile, resolveEgressDecodeHwAccel, resolveFormat, resolveHydratedFieldValue, resolveModelFormat, resolveMutate, resolveRunnerId, resolveScrubThumbnailGeometry, resolveVariantModelId, resolveViewableDeviceIds, roleSpec, runInferenceStep, runtimeDevices, runtimeStatePolicyFor, sceneMonitorCapability, scopeInherits, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, scoreRuntimes, scriptRunnerCapability, selectAssignedProfileSlots, serverManagementCapability, setByPath, settingsStoreCapability, sleep, sleepCancellable, smokeCapability, smtpProviderCapability, snapshotCapability, ssoBridgeCapability, startReachabilityPoll, stateVocabularyFor, storageCapability, storageEvictableCapability, storageMigrationCapability, storageProviderCapability, streamBrokerCapability, streamCatalogCapability, streamParamsCapability, streamPixels, streamQualityLabel, subKindsOf, summarisePrivacyAudio, summarizeEffectiveScope, supportedRuntimes, switchCapability, switchedOffIds, synthesizeSourceInfo, systemCapability, 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 };
|