little edit in interface

This commit is contained in:
Schrolli 2015-05-18 12:10:45 +02:00
parent 947bc9417c
commit 817f578f88
3 changed files with 2 additions and 5 deletions

View file

@ -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","","")

View file

@ -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

View file

@ -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")