Token management, Factory reset, UX/UI Improvements

This commit is contained in:
2026-02-22 19:35:20 +07:00
parent 639a8417e6
commit 36953e35df
30 changed files with 1601 additions and 197 deletions
+2
View File
@@ -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 = "",
});