From fa8ee354b938cc21af3483f4f3eac4b4b8d08bdf Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Tue, 15 Jun 2021 18:07:09 +0200 Subject: [PATCH] Change switchingTime --- components/entitiy_ident/mongo/traffic_lights.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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