diff --git a/interface/src/ap/types.ts b/interface/src/ap/types.ts index a3b80aee8..437d0e63c 100644 --- a/interface/src/ap/types.ts +++ b/interface/src/ap/types.ts @@ -21,4 +21,7 @@ export interface APSettings { provision_mode: APProvisionMode; ssid: string; password: string; + local_ip: string; + gateway_ip: string; + subnet_mask: string; }