From 7ee5df0616c01ac6ee99b3deb5ddd5cba00ff6e6 Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Tue, 14 Apr 2020 22:17:53 +0200 Subject: [PATCH] fix docu zvei->tone --- docu/docs/modul/descriptor.md | 2 +- docu/docs/modul/regex_filter.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docu/docs/modul/descriptor.md b/docu/docs/modul/descriptor.md index a472b0f..73cdc50 100644 --- a/docu/docs/modul/descriptor.md +++ b/docu/docs/modul/descriptor.md @@ -34,7 +34,7 @@ Informationen zum Aufbau eines [BOSWatch Pakets](../develop/packet.md) - type: module res: descriptor config: - - scanField: zvei + - scanField: tone descrField: description wildcard: "{DESCR}" descriptions: diff --git a/docu/docs/modul/regex_filter.md b/docu/docs/modul/regex_filter.md index 77e0a1d..9e69db2 100644 --- a/docu/docs/modul/regex_filter.md +++ b/docu/docs/modul/regex_filter.md @@ -43,7 +43,7 @@ Vereinfacht kann man sagen, dass einzelnen Router ODER-verknüpft und die jeweil config: - name: "Zvei filter" checks: - - field: zvei + - field: tone regex: "65[0-9]{3}" # all zvei with starting 65 - name: "FMS Stat 3" checks: