chore: Verzeichnis apiMockData für API-Mock-Dateien erstellt
- Struktur für API-Mock-Daten unter /apiMockData angelegt - Mock-Dateien aus Produktionsumgebung eingefügt - Verwendung nur für Entwicklungsumgebung (lokale API Tests) - Daten werden per API aus /pages/api/ geladen und ggf. verändert
This commit is contained in:
5
apiMockData/SERVICE/opcua.js
Normal file
5
apiMockData/SERVICE/opcua.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// public/CPL/SERVICE/opcua.js
|
||||
//-------OPCUA Information Lesen----------------
|
||||
var win_opcUaZustand = "1";
|
||||
var win_opcUaActiveClientCount = "0";
|
||||
var win_opcUaNodesetName = "CPL V4 OPC UA Application Deutsche Bahn";
|
||||
Reference in New Issue
Block a user