BOSWatch/includes/globals.py
JHCD e67a357d8e (re-)structure code - use include-files now
- move gobals and other stuff to includes
- extract code from boswatch.py to include-files

bugfix in BosMon-plugin
2015-05-22 16:44:23 +02:00

20 lines
256 B
Python

#!/usr/bin/python
# -*- coding: cp1252 -*-
#Global variables
config = 0
script_path = ""
include_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
#pluginHandler
pluginList = {}