refactor: API-Dateien konsequent auf *APIHandler.ts umbenannt und MockData-Handling optimiert
- Einheitliches Naming für API-Routen: *APIHandler.ts - Mock-Daten aus /apiMockData/SERVICE/ werden über API bereitgestellt - API-Endpoints sofort erkennbar und verständlich - Projektstruktur deutlich klarer und wartungsfreundlicher
This commit is contained in:
5
apiMockData/SERVICE/opcuaMockData.js
Normal file
5
apiMockData/SERVICE/opcuaMockData.js
Normal file
@@ -0,0 +1,5 @@
|
||||
// /apiMockData/SERVICE/opcuaMockData.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