BOSWatch/includes/globals.py
JHCD 4eaf27c754 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
2015-06-28 22:28:21 +02:00

28 lines
360 B
Python

#!/usr/bin/python
# -*- coding: cp1252 -*-
"""
Global variables
@author: Jens Herrmann
@author: Bastian Schroll
"""
# Global variables
config = 0
script_path = ""
log_path = ""
# double alarm
doubleList = []
# pluginLoader
pluginList = {}
# filter
filterList = []
# idDescribing
fmsDescribtionList = {}
zveiDescribtionList = {}
ricDescribtionList = {}