Set parameters required by assignment

This commit is contained in:
Tobias Eidelpes 2021-06-13 23:01:13 +02:00
parent 086aada295
commit 66a058956f

View File

@ -2,22 +2,22 @@
{ {
"id": "1", "id": "1",
"location": [16.20719, 47.89584], "location": [16.20719, 47.89584],
"range": 542, "range": 2000,
"switchingTime": 15, "switchingTime": 60,
"color": "RED" "color": "RED"
}, },
{ {
"id": "2", "id": "2",
"location": [16.20814, 47.90937], "location": [16.20814, 47.90937],
"range": 725, "range": 800,
"switchingTime": 20, "switchingTime": 80,
"color": "GREEN" "color": "GREEN"
}, },
{ {
"id": "3", "id": "3",
"location": [16.20917, 47.92703], "location": [16.20917, 47.92703],
"range": 910, "range": 1000,
"switchingTime": 25, "switchingTime": 40,
"color": "RED" "color": "RED"
} }
] ]