optimizations

This commit is contained in:
proddy
2025-10-28 22:19:43 +01:00
parent 55b893362c
commit 3abfb7bb9c
93 changed files with 3952 additions and 3360 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
export * from './ap';
export * from './features';
export * from './me';
export * from './mqtt';
export * from './network';
export * from './ntp';
export * from './security';
export * from './signin';
export * from './system';
export * from './network';
+1
View File
@@ -54,6 +54,7 @@ export interface NetworkSettingsType {
enableMDNS: boolean;
enableCORS: boolean;
CORSOrigin: string;
[key: string]: unknown;
}
export interface WiFiNetworkList {