We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e2dbd commit 7263e9dCopy full SHA for 7263e9d
1 file changed
iot-devices/models/devices.js
@@ -384,12 +384,12 @@ function sendAnimalCollarReadings() {
384
if (state.o) {
385
state.o++;
386
const coords = state.gps.split(',');
387
- state.near = await NgsiLd.findNeighbour(
+ /*state.near = await NgsiLd.findNeighbour(
388
coords[0],
389
coords[1],
390
'Animal',
391
state.near
392
- );
+ );*/
393
}
394
setDeviceState(deviceId, toUltraLight(state), isSensor);
395
break;
0 commit comments