update camera base URL, enhance alert context, and improve history list functionality
This commit is contained in:
@@ -164,6 +164,10 @@ export type AlertPayload =
|
||||
| {
|
||||
type: "REMOVE";
|
||||
payload: SightingType;
|
||||
}
|
||||
| {
|
||||
type: "DELETE";
|
||||
payload: [];
|
||||
};
|
||||
|
||||
export type ActionType = {
|
||||
@@ -237,3 +241,13 @@ export type CameraConfig = {
|
||||
datatype: "boolean";
|
||||
};
|
||||
};
|
||||
|
||||
export type CameraBlackBoardOptions = {
|
||||
operation?: string;
|
||||
path?: string;
|
||||
value?: object | string | number | (string | number)[];
|
||||
};
|
||||
|
||||
export type CameraBlackboardResponse = {
|
||||
data: object;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user