ui: show water level and status line before any sud is loaded

Pot config (water_mass, volumen) sent in System message at startup.
app.js stores potConfig and uses it in updatePotVisualization/
updateStatusLine when sudEmpty, showing startup fill level and
"No schedule – N L water" without requiring a sud to be loaded first.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-30 19:53:54 +02:00
co-authored by Claude Sonnet 4.6
parent d0a137e39e
commit e7824dc297
4 changed files with 29 additions and 8 deletions
+3 -1
View File
@@ -47,6 +47,8 @@
"mass": 5.96,
"material": "Edelstahl 18/10",
"L": 0.2,
"Td": 17
"Td": 17,
"water_mass": 22,
"volumen": 30
}
}