mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-11 17:54:15 +01:00
edit interface.txt info
information now in plugins/readme.md
This commit is contained in:
parent
ff91d4b086
commit
6e6a0a4a45
|
|
@ -71,7 +71,7 @@ No filter for a combination typ/plugin = all data will pass
|
|||
|
||||
Syntax: `INDIVIDUAL_NAME = TYP;DATAFIELD;PLUGIN;FREQUENZ;REGEX` (separator `;`)
|
||||
- `TYP` = the data typ (FMS|ZVEI|POC)
|
||||
- `DATAFIELD` = the field of the data array (See interface.txt)
|
||||
- `DATAFIELD` = the field of the data array (see readme.md in plugin folder)
|
||||
- `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
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ idDescribed = 0
|
|||
# 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)
|
||||
# DATAFIELD = the field of the Data Array (see readme.md in plugin folder)
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ def processAlarmHandler(typ, freq, data):
|
|||
@param typ: Typ of the dataset
|
||||
@type freq: string
|
||||
@param freq: frequency of the SDR Stick
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter
|
||||
|
||||
@requires: active plugins in pluginList
|
||||
|
|
@ -61,7 +61,7 @@ def processAlarm(typ, freq, data):
|
|||
@param typ: Typ of the dataset
|
||||
@type freq: string
|
||||
@param freq: frequency of the SDR Stick
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter
|
||||
|
||||
@requires: active plugins in pluginList
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ def checkFilters(typ, data, plugin, freq):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter
|
||||
@type plugin: string
|
||||
@param plugin: Name of the plugin to checked
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ def replaceWildcards(text, data, lineBrakeAllowed=False):
|
|||
@type text: string
|
||||
@param text: Input text with wildcards
|
||||
@type data: map
|
||||
@param data: map of data (structure see interface.txt)
|
||||
@param data: map of data (structure see readme.md in plugin folder)
|
||||
@type lineBrakeAllowed: Boolean
|
||||
@param lineBrakeAllowed: switch to allow lineBreak (%BR%) as wildcard
|
||||
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset for sending to BosMon
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch to BosMon.
|
||||
@type freq: string
|
||||
@keyword freq: frequency is not used in this plugin
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset for sending to BosMon
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch to BosMon.
|
||||
@type freq: string
|
||||
@keyword freq: frequency is not used in this plugin
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ def run(typ,freq,data):
|
|||
If necessary the configuration hast to be set in the config.ini.
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset for sending via eMail
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch to eMail.
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (ZVEI|POC)
|
||||
@param typ: Typ of the dataset for sending to firEmergency
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch to firEmergency.
|
||||
@type freq: string
|
||||
@keyword freq: frequency is not used in this plugin
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset for sending via UDP/TCP
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch to UDP.
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset for sending via UDP/TCP
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch to UDP.
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ def run(typ,freq,data):
|
|||
|
||||
@type typ: string (FMS|ZVEI|POC)
|
||||
@param typ: Typ of the dataset
|
||||
@type data: map of data (structure see interface.txt)
|
||||
@type data: map of data (structure see readme.md in plugin folder)
|
||||
@param data: Contains the parameter for dispatch
|
||||
@type freq: string
|
||||
@keyword freq: frequency of the SDR Stick
|
||||
|
|
|
|||
Loading…
Reference in a new issue