What version are you using?
Traccar 3.15
Version 3.15 doesn't have filter.skipAlarms
parameter. You can use filter.skipAttributes
option.
Thank u for feedback.
Is the syntax below right to use to avoid block Alarms?
<entry key='filter.skipAttributes'>result,Alarms</entry>
Regards
JB
No, you need something like this:
<entry key='filter.skipAttributes.enable'>true</entry>
<entry key='filter.skipAttributes'>result,alarm</entry>
Hi all,
I am facing a new issue related to SOS Alarm and filter distance.
When the filter distance is setup, the SOS Alarm is not sent, still if use skipAlarm:
The distance filter is very important for use.
Any clue to solve it?
Regards
JB