Token management, Factory reset, UX/UI Improvements
This commit is contained in:
@@ -40,6 +40,7 @@ class Device {
|
||||
String routerSsid;
|
||||
String routerBssid;
|
||||
String networkPassword;
|
||||
String token;
|
||||
String? ip;
|
||||
String? bssid;
|
||||
|
||||
@@ -47,6 +48,7 @@ class Device {
|
||||
required this.name,
|
||||
required this.routerSsid,
|
||||
required this.routerBssid,
|
||||
this.token = "",
|
||||
this.networkPassword = "",
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user