wifi reconnects renaming

This commit is contained in:
proddy
2024-11-16 14:48:01 +01:00
parent c3ee1991a9
commit a82b32ce97
9 changed files with 25 additions and 21 deletions

View File

@@ -34,7 +34,7 @@ export interface NetworkStatusType {
dns_ip_1: string;
dns_ip_2: string;
hostname: string;
connect_count: number;
reconnect_count: number;
}
export interface NetworkSettingsType {