From 51ad0809fa8246c245f54b3b91e4b5696821fd38 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 4 Jan 2026 16:20:14 +0100 Subject: [PATCH] oopsie --- api-customer/src/controllers/telemetryController.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-customer/src/controllers/telemetryController.py b/api-customer/src/controllers/telemetryController.py index 7bcdfc0d..46a6695c 100644 --- a/api-customer/src/controllers/telemetryController.py +++ b/api-customer/src/controllers/telemetryController.py @@ -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