482 B
482 B
🧩 locationDevicesSlice.js
Zweite Variante des Slices für Geräte (veraltet oder parallel verwendet).
Zustand
{
data: [],
status: "idle" | "loading" | "succeeded" | "failed",
error: string | null
}
Selector
selectLocationDevices = state => state.locationDevices.data;