refactor: rename einausgange to digitalOtputs and digitalInputs
This commit is contained in:
@@ -78,7 +78,7 @@ flowchart TD
|
||||
/mocks/device-cgi-simulator/SERVICE/→ jsSimulatedProd: digitalOutputsMockData.js
|
||||
/public/CPL/SERVICE/ → production: digitalOutputs.js
|
||||
/pages/api/cpl/ → GET/POST-Handler für json + jsSimulatedProd
|
||||
/components/main/einausgaenge/ → UI-Komponente: DigitalOutputsWidget.tsx
|
||||
/components/main/digitalOutputs/ → UI-Komponente: DigitalOutputsWidget.tsx
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
---
|
||||
|
||||
📄 **Quelle:** Abschnitt 4.1.2 im Lastenheft
|
||||
📁 **Komponente:** `/components/einausgaenge.tsx`
|
||||
🛠️ **API-Route:** `/pages/api/cpl/digitaleEingaenge.ts`
|
||||
📁 **Komponente:** `/components/digitalInputs.tsx`
|
||||
🛠️ **API-Route:** `/pages/api/cpl/digitalInputs.ts`
|
||||
|
||||
Reference in New Issue
Block a user