Skip to content

Commit 71a1f37

Browse files
committed
Recenter limit
1 parent 568b4b2 commit 71a1f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iot-devices/models/devices.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ function sendAnimalCollarReadings() {
340340
state.d = PIG_STATE[getRandom() % 6];
341341
}
342342
} else {
343-
randomWalk(state, deviceId, 13.356, 52.515);
343+
randomWalk(state, deviceId, 13.35073,52.51839);
344344
if (getRandom() > 7) {
345345
state.d =
346346
getRandom() > 3 ? PIG_STATE[getRandom() % 6] : 'AT_REST';
@@ -371,7 +371,7 @@ function sendAnimalCollarReadings() {
371371
state.d = COW_STATE[getRandom() % 6];
372372
}
373373
} else {
374-
randomWalk(state, deviceId, 13.41, 52.471);
374+
randomWalk(state, deviceId, 13.34973,52.51139);
375375
if (getRandom() > 8) {
376376
state.d =
377377
getRandom() > 7 ? COW_STATE[getRandom() % 6] : 'GRAZING';

0 commit comments

Comments
 (0)