From 5d1670c41ca28a25cacfd9a62a40c470519b3b98 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Tue, 15 Jun 2021 18:06:45 +0200 Subject: [PATCH] Add startingTime to third car --- components/entitiy_ident/mongo/cars.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/entitiy_ident/mongo/cars.json b/components/entitiy_ident/mongo/cars.json index 4232e5c..363fe74 100644 --- a/components/entitiy_ident/mongo/cars.json +++ b/components/entitiy_ident/mongo/cars.json @@ -4,7 +4,8 @@ "modelType": "Continental", "vin": "SCBFR7ZA5CC072256", "startingVelocity": 130, - "startingDistance": 300 + "startingDistance": 300, + "startingTime": 10 }, { "oem": "SATURN",