- added settings page - can post and get data from endpoint
- moved toaster to main page - updated config for CORS
This commit is contained in:
@@ -175,3 +175,13 @@ export type ColourDetectionPayload = {
|
||||
cameraFeedID: "A" | "B" | "C";
|
||||
regions: ColourData[];
|
||||
};
|
||||
|
||||
export type SystemSettings = {
|
||||
deviceName: string;
|
||||
localTimeZone: string;
|
||||
timeSource: string;
|
||||
SNTPServer: string;
|
||||
SNTPIntervalMinutes: number;
|
||||
primaryServer?: string;
|
||||
secondaryServer?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user