mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-14 03:04:15 +01:00
little edit in interface
This commit is contained in:
parent
947bc9417c
commit
817f578f88
|
|
@ -23,4 +23,4 @@ while True:
|
|||
for i in pluginloader.getPlugins():
|
||||
logging.debug("Loading plugin " + i["name"])
|
||||
plugin = pluginloader.loadPlugin(i)
|
||||
plugin.run("zvei","","","12345","","")
|
||||
plugin.run("zvei","","12345","","")
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
ZVEI:
|
||||
=====
|
||||
typ = zvei
|
||||
time = datetime
|
||||
frequenz= empfangsfrequenz
|
||||
data1 = zvei code
|
||||
data2 =
|
||||
|
|
@ -10,7 +9,6 @@ data3 =
|
|||
FMS:
|
||||
====
|
||||
typ = fms
|
||||
time = datetime
|
||||
frequenz= empfangsfrequenz
|
||||
data1 = fms kennung
|
||||
data2 = status
|
||||
|
|
@ -19,7 +17,6 @@ data3 = richtung
|
|||
POCSAG 1200:
|
||||
============
|
||||
typ = poc1200
|
||||
time = datetime
|
||||
frequenz= empfangsfrequenz
|
||||
data1 = ric
|
||||
data2 = sub_ric
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import logging
|
||||
|
||||
def run(typ,time,frequenz,data1,data2,data3):
|
||||
def run(typ,frequenz,data1,data2,data3):
|
||||
logging.debug("Throw Template Plugin")
|
||||
try:
|
||||
logging.debug("try 5/0")
|
||||
|
|
|
|||
Loading…
Reference in a new issue