optimizations

This commit is contained in:
proddy
2025-10-28 22:19:08 +01:00
parent 55b893362c
commit 3abfb7bb9c
93 changed files with 3953 additions and 3361 deletions

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';

View File

@@ -54,6 +54,7 @@ export interface NetworkSettingsType {
enableMDNS: boolean;
enableCORS: boolean;
CORSOrigin: string;
[key: string]: unknown;
}
export interface WiFiNetworkList {