mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 23:13:37 +00:00
new functionality: lookUp description in a given csv-file for FMS, ZVEI and POC
you have the possibility to set a discription for every FMS, ZWEI oder RIC address descriptions will be imported via csv-files if enabled BOSWatch will look up the description and could be used in the plugins eMail-plugin extended wildcards to use describtion %DESC%
This commit is contained in:
parent
300675a0e3
commit
f1f6503198
12 changed files with 234 additions and 46 deletions
|
|
@ -26,4 +26,10 @@ poc_time_old = 0
|
|||
pluginList = {}
|
||||
|
||||
#filter
|
||||
filterList = []
|
||||
filterList = []
|
||||
|
||||
#idDescribing
|
||||
fmsDescribtionList = {}
|
||||
zveiDescribtionList = {}
|
||||
ricDescribtionList = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue