diff --git a/components/entitiy_ident/mongo/traffic_lights.json b/components/entitiy_ident/mongo/traffic_lights.json index 52c18cf..cef35d4 100644 --- a/components/entitiy_ident/mongo/traffic_lights.json +++ b/components/entitiy_ident/mongo/traffic_lights.json @@ -2,22 +2,22 @@ { "id": "1", "location": [16.20719, 47.89584], - "range": 542, - "switchingTime": 15, + "range": 2000, + "switchingTime": 60, "color": "RED" }, { "id": "2", "location": [16.20814, 47.90937], - "range": 725, - "switchingTime": 20, + "range": 800, + "switchingTime": 80, "color": "GREEN" }, { "id": "3", "location": [16.20917, 47.92703], - "range": 910, - "switchingTime": 25, + "range": 1000, + "switchingTime": 40, "color": "RED" } ] \ No newline at end of file