Fixes ui warnings

This commit is contained in:
Rune Harlyk
2024-04-29 21:47:39 +02:00
committed by Rune Harlyk
parent 0a144a7473
commit a706a377b2
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export type WifiStatus = {
export type WifiSettings = {
hostname: string;
priority_RSSI: boolean;
wifi_networks: networkItem[];
wifi_networks: KnownNetworkItem[];
};
export type KnownNetworkItem = {