- Scripts in Dev-Umgebung werden jetzt über /api/cpl/* geladen - Production lädt weiterhin Embedded-System JavaScript Dateien - Einheitliches Handling für system.js, de.js, ae.js, kueData.js, opcua.js usw. - Flexibles Konzept für zukünftige Erweiterungen
246 B
246 B
flowchart TD
DEV[Development] -->|API Call| APIHandler[/api/cpl/.../]
PROD[Production] -->|Script| EmbeddedJS[Original .js File]
APIHandler -->|liefert JS| windowVars[window.win_xyz]
EmbeddedJS -->|liefert JS| windowVars