feat: Make cameras optional (#2343)

This commit is contained in:
Dermot Duffy
2026-02-13 20:21:05 -08:00
committed by GitHub
parent 21f9469784
commit 93f1f08e51
61 changed files with 1312 additions and 557 deletions
+2
View File
@@ -111,6 +111,8 @@ interface CapabilitySearchAllAny {
}
export type CapabilitySearchKeys = CapabilityKey | CapabilitySearchAllAny;
export interface CapabilitySearchOptions {
// If true, include a parent camera in results when any of its dependent
// (child) cameras have the capability, even if the parent itself doesn't.
inclusive?: boolean;
}