Safeguard: prevent errors when GisStationsMeasurements is empty or missing

- Ensure createAndSetDevices.js always uses an array for measurements
- Prevents crashes if measurement data is empty
This commit is contained in:
ISA
2025-08-20 14:03:38 +02:00
parent ded0a9d5da
commit 819fde9605
5 changed files with 10 additions and 8 deletions

View File

@@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=true
# z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen
# basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.325
NEXT_PUBLIC_APP_VERSION=1.1.326