add password field

This commit is contained in:
2024-03-28 04:36:20 +01:00
parent 2d7186c7c9
commit db1731fde6
4 changed files with 36 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export default class OSHandler {
});
}
static addWifi(wifi: WiFiNetwork) {
static addWifi(wifi: WiFiNetwork, passkey: string|null) {
return new Promise<WiFiNetwork>((resolve, reject) => {
});