mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 16:27:21 +02:00
Allow Profile Imports to App, Map Sharing, iframe improvements (#102)
* update identiyf page * support non-ALPRs on Idenfity page * show pending devices, even w/o tags * update lprBaseTags * detect iframe instead of passing query string * implement share dialog * clean up identify * finishing touches for identify page
This commit is contained in:
@@ -15,3 +15,14 @@ export interface LprVendor {
|
||||
logoUrl?: string;
|
||||
osmTags: Record<string, string>;
|
||||
}
|
||||
|
||||
export interface OtherSurveillanceDevice {
|
||||
id: number;
|
||||
capabilities?: string;
|
||||
category: string;
|
||||
fov?: number;
|
||||
name: string;
|
||||
osmTags: Record<string, string>;
|
||||
requiresDirection: boolean;
|
||||
urls: Array<{ url: string }>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user