This commit is contained in:
2026-01-04 16:20:14 +01:00
parent c9342c9891
commit 51ad0809fa

View File

@@ -63,7 +63,7 @@ class TelemetryController:
logger.log_info(end_timestamp)
results = self._database_service.find_by_date(
collection="telemetry",
filters={"type": "gps"},
filters={"type": sensor_type},
timestamp_field="timestamp",
start_time=start_timestamp,
end_time=end_timestamp