Edit files
This commit is contained in:
@@ -157,7 +157,6 @@ export default function MapView({ selectedDevice, timeFilter, isPaused, filterMo
|
||||
}
|
||||
|
||||
params.set("limit", "5000"); // Fetch more data for better history
|
||||
params.set("sync", "false"); // Disable n8n sync (using direct MQTT)
|
||||
|
||||
// Fetch from local SQLite API (MQTT subscriber writes directly)
|
||||
const response = await fetch(`/api/locations?${params.toString()}`);
|
||||
|
||||
Reference in New Issue
Block a user