More messing about, and learning how it all works. Added time to header. Changed some padding. Changed video to preview not target detection. Added TODO list.
This commit is contained in:
@@ -102,6 +102,18 @@ export type SightingWidgetType = {
|
||||
// list of rects normalized 0..1
|
||||
};
|
||||
|
||||
export type VersionFieldType = {
|
||||
version: string;
|
||||
revision: string;
|
||||
buildtime: string;
|
||||
MAC: string;
|
||||
timeStamp: number;
|
||||
UUID: string;
|
||||
"Serial No.": string;
|
||||
"Model No.": string;
|
||||
};
|
||||
|
||||
|
||||
export type Metadata = {
|
||||
npedJSON: NpedJSON;
|
||||
"hotlist-matches": HotlistMatches;
|
||||
|
||||
Reference in New Issue
Block a user