We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568b4b2 commit 71a1f37Copy full SHA for 71a1f37
iot-devices/models/devices.js
@@ -340,7 +340,7 @@ function sendAnimalCollarReadings() {
340
state.d = PIG_STATE[getRandom() % 6];
341
}
342
} else {
343
- randomWalk(state, deviceId, 13.356, 52.515);
+ randomWalk(state, deviceId, 13.35073,52.51839);
344
if (getRandom() > 7) {
345
state.d =
346
getRandom() > 3 ? PIG_STATE[getRandom() % 6] : 'AT_REST';
@@ -371,7 +371,7 @@ function sendAnimalCollarReadings() {
371
state.d = COW_STATE[getRandom() % 6];
372
373
374
- randomWalk(state, deviceId, 13.41, 52.471);
+ randomWalk(state, deviceId, 13.34973,52.51139);
375
if (getRandom() > 8) {
376
377
getRandom() > 7 ? COW_STATE[getRandom() % 6] : 'GRAZING';
0 commit comments