This commit is contained in:
ISA
2025-05-28 08:04:34 +02:00
parent 97fbb6fdc1
commit 5f0133d638
107 changed files with 1446 additions and 454 deletions

View File

@@ -1,14 +1,16 @@
# 🔧 selectedDeviceSlice
<!-- /docs/redux/slices/ui/selectedDeviceSlice.md -->
Speichert das aktuell ausgewählte Gerät (z.B. für Detailanzeige, Popup oder Bearbeitung).
# 🖥️ selectedDeviceSlice.js
## 🔧 Zustand
Speichert das aktuell ausgewählte Gerät aus der Karte.
```ts
null | { ...deviceData }
## Zustand
```js
null | { ...Gerät }
```
## 🎯 Aktionen
## Aktionen
- `setSelectedDevice(device)`
- `clearSelectedDevice()`