- addressing feedback
This commit is contained in:
@@ -186,6 +186,12 @@ export type SystemSettings = {
|
||||
timeSource: string;
|
||||
SNTPServer: string;
|
||||
SNTPIntervalMinutes: number;
|
||||
};
|
||||
|
||||
export type NetworkConfig = {
|
||||
ipAddress: string;
|
||||
subnetMask: string;
|
||||
gateway: string;
|
||||
primaryServer?: string;
|
||||
secondaryServer?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user