When setting "report.trip.useIgnition" as true, as far as I understand it will only effect the stop of the trip, but is "report.trip.minimalParkingDuration" still a valid condition as OR?
Is a stop recorded if one of both conditions are satisfy or is minimalParkingDuration ignore in case of useIgnition is set?
Thanks in advance for your help
Yes, it will use both condition. If the no movement duration is longer than minimalParkingDuration
or ignition if false, it will be considered a stop.
Thanks for clearing that up Anton.
I will play a bit more with durations to get the right results
When setting "report.trip.useIgnition" as true, as far as I understand it will only effect the stop of the trip, but is "report.trip.minimalParkingDuration" still a valid condition as OR?
Is a stop recorded if one of both conditions are satisfy or is minimalParkingDuration ignore in case of useIgnition is set?
Thanks in advance for your help