refactor(device-initialization): Code-Bereinigung, ungenutzte Parameter entfernt und WasmJS-Unterstützung vervollständigt

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-04-18 14:47:34 +02:00
parent e91b10daa3
commit fb77a5065b
7 changed files with 125 additions and 21 deletions
@@ -1,12 +1,4 @@
{
"geraetName": "Meldestelle",
"sharedKey": "Meldestelle",
"backupPath": "/home/stefan/WsMeldestelle/Meldestelle/meldestelle/docs/temp",
"networkRole": "MASTER",
"expectedClients": [
{
"name": "Richter-Turm",
"role": "RICHTER"
}
]
"deviceName": "Richter-Turm",
"sharedKey": "Meldestelle"
}
@@ -118,7 +118,6 @@ fun DesktopMainLayout(
onboardingSettings = it
DeviceInitializationSettingsManager.saveSettings(it)
},
settings = onboardingSettings,
)
}
@@ -523,7 +522,6 @@ private fun DesktopContentArea(
currentScreen: AppScreen,
onNavigate: (AppScreen) -> Unit,
onBack: () -> Unit,
settings: DeviceInitializationSettings,
onSettingsChange: (DeviceInitializationSettings) -> Unit,
) {
when (currentScreen) {