fix: aggregated_data model

This commit is contained in:
Toolf
2024-02-16 15:34:20 +02:00
parent b65670861d
commit 93cc8d7378
4 changed files with 14 additions and 2 deletions

View File

@@ -9,4 +9,5 @@ from domain.gps import Gps
class AggregatedData:
accelerometer: Accelerometer
gps: Gps
time: datetime
timestamp: datetime
user_id: int