Check trips documentation. It uses the same configuration.
Hii Anton
report.trip.minimalNoDataDuration - Gaps in reported positions longer than the value are considered as stops. Default 3600 seconds.
if I set it to 7200 then the device stopping for more than this time will be considered stopped ...!!
I need to know if the device stops for more than 2 hours then notify ...
That's not what this parameter is for. It's only used for reports.
Oh .. Yeah I missed that report part in the sentence..
So What if the device stops for more than 2 hr /1 hr how do I notify the device.
I tried Device Inactive but it's only possible when the device doesn't send any data for the mentioned period.
What would be a feasible solution to get notified if the device stops for more than 1 hour !!!!
Any Hints ...
Thanks
There's no such option out of the box, so you would have to implement it in the code.
okay, Thanks
So Device Inactive works if the device hasn't sent any data for the mentioned period even though it was online! online is counted too.
Device not moving for how long is considered as DEVICE STOPPED event ? Where can I modify the duration for this event to trigger ?
Thank you for your kind support