Skip to content

Commit 7263e9d

Browse files
committed
Comment near for now
1 parent 81e2dbd commit 7263e9d

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
@@ -384,12 +384,12 @@ function sendAnimalCollarReadings() {
384384
if (state.o) {
385385
state.o++;
386386
const coords = state.gps.split(',');
387-
state.near = await NgsiLd.findNeighbour(
387+
/*state.near = await NgsiLd.findNeighbour(
388388
coords[0],
389389
coords[1],
390390
'Animal',
391391
state.near
392-
);
392+
);*/
393393
}
394394
setDeviceState(deviceId, toUltraLight(state), isSensor);
395395
break;

0 commit comments

Comments
 (0)