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", diff --git a/components/entitiy_ident/mongo/traffic_lights.json b/components/entitiy_ident/mongo/traffic_lights.json index cef35d4..0fbe8e3 100644 --- a/components/entitiy_ident/mongo/traffic_lights.json +++ b/components/entitiy_ident/mongo/traffic_lights.json @@ -3,21 +3,21 @@ "id": "1", "location": [16.20719, 47.89584], "range": 2000, - "switchingTime": 60, + "switchingTime": 5, "color": "RED" }, { "id": "2", "location": [16.20814, 47.90937], "range": 800, - "switchingTime": 80, + "switchingTime": 15, "color": "GREEN" }, { "id": "3", "location": [16.20917, 47.92703], "range": 1000, - "switchingTime": 40, + "switchingTime": 10, "color": "RED" } ] \ No newline at end of file