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:
JHCD 2015-06-28 22:28:21 +02:00
parent f6e25d77b4
commit 4eaf27c754
5 changed files with 287 additions and 316 deletions

View file

@ -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 = {}