chore: Mock-Daten für analoge Eingänge als JSON-Dateien gespeichert

- Historische Messdaten von analogInput1 bis analogInput8 im Verzeichnis /apiMockData/analogInputsHistoryData angelegt
- Namensschema analogInputX gewählt für bessere Lesbarkeit und Klarheit
- Daten wurden per CPL-Endpunkt (DIA0) vom Webinterface geladen und lokal gespeichert
- Grundlage für Entwicklung, Tests und Offline-Visualisierung im Chart
This commit is contained in:
ISA
2025-04-29 10:17:58 +02:00
parent 2b6acc2943
commit b2a3518c85
13 changed files with 1645 additions and 43 deletions

View File

@@ -366,7 +366,9 @@ const Kue705FO: React.FC<Kue705FOProps> = ({
</>
) : (
<div className="flex items-center justify-center h-full text-gray-500">
{/* Das soll rausgenommen werden
<p>Kein Modul im Slot {slotIndex + 1}</p>
*/}
</div>
)}
</div>