mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-03-31 18:14:43 +02:00
Update config.template.ini
Filter ausgelagert in config_filter.ini
This commit is contained in:
parent
08bccb789c
commit
3a67131f79
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue