From b326110e3cd0b1991ad5fb565c9c3aaa38d8ebcf Mon Sep 17 00:00:00 2001 From: GoNzCiD Date: Tue, 18 Jun 2019 12:59:26 +0200 Subject: [PATCH] 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 --- source/_components/traccar.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/traccar.markdown b/source/_components/traccar.markdown index ab4a4d6f8ae..da4f294d2e2 100644 --- a/source/_components/traccar.markdown +++ b/source/_components/traccar.markdown @@ -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