mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 14:07:25 +00:00
implemtation of new doubleAlarm-Filter
You can set the number of historical entries the filter will check and the time ignoring the id in case of a double alarm
This commit is contained in:
parent
f6e25d77b4
commit
4eaf27c754
5 changed files with 287 additions and 316 deletions
|
|
@ -14,14 +14,7 @@ script_path = ""
|
|||
log_path = ""
|
||||
|
||||
# double alarm
|
||||
fms_id_old = 0
|
||||
fms_time_old = 0
|
||||
|
||||
zvei_id_old = 0
|
||||
zvei_time_old = 0
|
||||
|
||||
poc_id_old = 0
|
||||
poc_time_old = 0
|
||||
doubleList = []
|
||||
|
||||
# pluginLoader
|
||||
pluginList = {}
|
||||
|
|
@ -32,5 +25,4 @@ filterList = []
|
|||
# idDescribing
|
||||
fmsDescribtionList = {}
|
||||
zveiDescribtionList = {}
|
||||
ricDescribtionList = {}
|
||||
|
||||
ricDescribtionList = {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue