mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-08 07:53:36 +00:00
small changes in documentation
This commit is contained in:
parent
16865b2c57
commit
97e87fcae2
11 changed files with 140 additions and 128 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue