small changes in documentation

This commit is contained in:
JHCD 2015-06-14 20:21:21 +02:00
parent 16865b2c57
commit 97e87fcae2
11 changed files with 140 additions and 128 deletions

View file

@ -8,11 +8,11 @@ Global variables
@author: Bastian Schroll
"""
#Global variables
# Global variables
config = 0
script_path = ""
#double alarm
# double alarm
fms_id_old = 0
fms_time_old = 0
@ -22,13 +22,13 @@ zvei_time_old = 0
poc_id_old = 0
poc_time_old = 0
#pluginLoader
# pluginLoader
pluginList = {}
#filter
# filter
filterList = []
#idDescribing
# idDescribing
fmsDescribtionList = {}
zveiDescribtionList = {}
ricDescribtionList = {}