diff --git a/components/i_feed/devices/vehicle.py b/components/i_feed/devices/vehicle.py index c68cfd0..0a04cd7 100644 --- a/components/i_feed/devices/vehicle.py +++ b/components/i_feed/devices/vehicle.py @@ -113,6 +113,8 @@ class Vehicle: """ :return: "Datenaufzeichnung für automatisiertes Fahren" (DAF) object """ + + # ATTENTION: ORDER MANDATORY return DAF(vehicle_identification_number=self.vin, # first deduce nce - is calculated, sets velocity to 0 if NCE near_crash_event=self.nce,