From 3a67131f79158913073496bd7afbdc20d51c909b Mon Sep 17 00:00:00 2001 From: nobbie2009 Date: Mon, 20 Jul 2020 11:28:26 +0200 Subject: [PATCH] Update config.template.ini Filter ausgelagert in config_filter.ini --- config/config.template.ini | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/config/config.template.ini b/config/config.template.ini index 0bfe019..ee1e66d 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -70,25 +70,6 @@ filter_range_end = 9999999 # Using Description (0|1) idDescribed = 0 - -[Filters] -# RegEX Filter Configuration -# http://www.regexr.com/ - RegEX Test Tool an Documentation -# No Filter for a Typ/Plugin Combination = all Data pass -# INDIVIDUAL_NAME = TYP;DATAFIELD;PLUGIN;FREQUENZ;REGEX -# TYP = the Data Typ (FMS|ZVEI|POC) -# DATAFIELD = the field of the Data Array (See interface.txt) -# PLUGIN = the name of the Plugin to call with this Filter (* for all) -# FREQUENZ = the Frequenz to use the Filter (for more SDR Sticks (* for all)) -# REGEX = the RegEX - -# only ZVEI to all Plugins with 25### at 85.5MHz -#testfilter = ZVEI;zvei;*;85500000;25[0-9]{3} - -# only POCSAG to MySQL with the text "ALARM:" in the Message -#pocTest = POC;msg;MySQL;*;ALARM: - - [Plugins] # can take on or off the plugins (0|1) MySQL = 0