18 lines
354 B
Markdown
18 lines
354 B
Markdown
# 📶 gisStationsStatusDistrictSlice
|
||
|
||
Verwaltet Statusinformationen für GIS-Bezirksstationen (z. B. online/offline, Fehlerstatus).
|
||
|
||
## 🔧 Pfad
|
||
`/redux/slices/webService/gisStationsStatusDistrictSlice.js`
|
||
|
||
## 📦 Initial State
|
||
|
||
```ts
|
||
{
|
||
data: [],
|
||
status: "idle",
|
||
error: null
|
||
}
|
||
```
|
||
|
||
## 🔁 Thunk: `fetchGisStationsStatusDistrictFromWebService` |