feat(zigbee): add slow-fetch hint in modal + bump timeout to 300s

- Modal: small italic note under Test/Fetch buttons warning users that
  large meshes can take several minutes
- Service: _NETWORKMAP_TIMEOUT 180s -> 300s (5 min) for very large meshes
This commit is contained in:
Pouzor
2026-05-07 00:27:48 +02:00
parent 05db9a59f5
commit 5e567d4628
2 changed files with 4 additions and 1 deletions
@@ -309,6 +309,9 @@ export function ZigbeeImportModal({ open, onClose, onAddToCanvas }: ZigbeeImport
Fetch Devices
</Button>
</div>
<p className="text-[11px] text-muted-foreground italic">
Fetching the network map can take several minutes on large meshes.
</p>
</div>
{/* Device List */}