WIP wifi modem settings
This commit is contained in:
@@ -261,3 +261,22 @@ export type ZoomLevel = {
|
||||
py: number;
|
||||
level?: number;
|
||||
};
|
||||
|
||||
export type WifiSettingValues = {
|
||||
ssid: string;
|
||||
password: string;
|
||||
encryption: string;
|
||||
};
|
||||
|
||||
export type WifiConfig = {
|
||||
id: string;
|
||||
configHash: string;
|
||||
propSSID: {
|
||||
value: string;
|
||||
datatype: string;
|
||||
};
|
||||
propPassword: {
|
||||
value: string;
|
||||
datatype: string;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user