- fetchSystemspannung5VplusService: Channel 110 (+5V), prod = /cpl?/dashboard.html - fetchSystemspannung15VplusService: Channel 108 (+15V) - fetchSystemspannung15VminusService: Channel 114 (-15V) - fetchSystemspannung98VminusService: Channel 115 (-98V) - fetchTemperaturAdWandlerService: Channel 116 (Temperatur AD-Wandler) - fetchTemperaturProzessorService: Channel 117 (Temperatur Prozessor) → Dev-Mode verwendet API-Handler (/api/cpl/...) → Production-Mode nutzt CGI-kompatible URLs (/cpl?/dashboard.html&...) Fehlerbehandlung integriert, Struktur für Wiederverwendung vereinheitlicht
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
NEXT_PUBLIC_NODE_ENV=development
|
|
NEXT_PUBLIC_ENCRYPTION_KEY=1
|
|
NEXT_PUBLIC_ENCRYPTION_IV=1
|
|
NEXT_PUBLIC_USE_MOCK_BACKEND_TDR_START=true
|
|
NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false
|
|
NEXT_PUBLIC_EXPORT_STATIC=false
|
|
NEXT_PUBLIC_USE_CGI=false
|
|
# App-Versionsnummer
|
|
NEXT_PUBLIC_APP_VERSION=1.6.538
|
|
NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter)
|
|
|