update frontent to include inputs for mqtt auth

This commit is contained in:
2025-07-20 16:09:37 +02:00
parent be9a076b33
commit e7895577ca
3 changed files with 26 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ export interface NetworkConfig {
password: string,
mqtt_url: string,
base_topic: string,
mqtt_user: string | null,
mqtt_password: string | null,
max_wait: number
}