AGENTS.md update

This commit is contained in:
2026-08-02 22:23:46 +02:00
parent bb454b2e75
commit ea716b470b
+8 -7
View File
@@ -24,7 +24,8 @@ WT32-SC01 Plus Dashboard für ESP32-S3 (3.5" kapazitiver Touch-IPS-Display, 320
- `src/ui/mvg_screen.*` - MVG-Abfahrtsseite - `src/ui/mvg_screen.*` - MVG-Abfahrtsseite
- `src/api/` - HTTP-Clients für Wetter, Kalender, MVG - `src/api/` - HTTP-Clients für Wetter, Kalender, MVG
- `src/icons/` - Prozedurale LVGL-Canvas-Icons - `src/icons/` - Prozedurale LVGL-Canvas-Icons
- `scripts/deploy.sh` - Build + Flash - `scripts/deploy.sh` / `deploy.cmd` - Build + Flash
- `scripts/build.sh` / `build.cmd` - Nur Build
## Build & Deploy ## Build & Deploy
@@ -67,8 +68,8 @@ pio device monitor
│ ├── api/ # HTTP-Clients (1:1 aus m5stack-dashboard) │ ├── api/ # HTTP-Clients (1:1 aus m5stack-dashboard)
│ └── icons/ # prozedurale LVGL-Canvas-Icons │ └── icons/ # prozedurale LVGL-Canvas-Icons
├── scripts/ ├── scripts/
│ ├── deploy.sh # Build + Flash │ ├── deploy.sh / deploy.cmd # Build + Flash
│ └── build.sh # Nur Build │ └── build.sh / build.cmd # Nur Build
└── docs/ # Migrationshistorie (SPEC-old, PLAN, TODO) └── docs/ # Migrationshistorie (SPEC-old, PLAN, TODO)
``` ```
@@ -84,10 +85,10 @@ Navigation erfolgt über `navigate(ScreenId)` Funktion in `main.cpp`.
## API-Endpunkte ## API-Endpunkte
Alle APIs liefern JSON per HTTP GET: Alle APIs liefern JSON per HTTP GET (URLs in `include/secrets.h` konfigurierbar):
- Wetter: `http://docker-host-pve.fritz.box:3088/api/weather` - Wetter: `/api/weather`
- Kalender: `http://docker-host-pve.fritz.box:8077/api/events` - Kalender: `/api/events`
- MVG: `http://docker-host-pve.fritz.box:8078/api/departures` - MVG: `/api/departures`
## Refresh-Intervalle ## Refresh-Intervalle