Adding accuracy filter feature (#9347)

* Adding accuracy filter feature

I'm preparing #23292 PR to add this new feature to filter positions by accuracy

* Add skip filtering by accuracy function
This commit is contained in:
GoNzCiD 2019-06-18 12:59:26 +02:00 committed by Franck Nijhof
parent f6bb628e3d
commit b326110e3c

View File

@ -63,6 +63,15 @@ verify_ssl:
required: false
type: boolean
default: true
max_accuracy:
description: Filter positions with higher accuracy than specified.
required: false
type: integer
default: 0
skip_accuracy_filter_on:
description: Skip filter positon by "max_accuracy filter" if any of specified attributes are pressent on the traccar message.
required: false
type: list
monitored_conditions:
description: Additional traccar computed attributes or device-related attributes to include in the scan.
required: false