edit template and interface info

This commit is contained in:
Schrolli 2015-05-22 07:32:39 +02:00
parent 4cf0b63f24
commit 813fdb02f5
2 changed files with 11 additions and 5 deletions

View file

@ -32,7 +32,8 @@ def run(typ,freq,data):
logging.debug(" - %s = %s", key, val)
except:
logging.exception("cannot read config file")
########## User Plugin CODE ##########
if typ == "FMS":
logging.warning(typ + " not supported")
elif typ == "ZVEI":
@ -40,7 +41,8 @@ def run(typ,freq,data):
elif typ == "POC":
logging.warning(typ + " not supported")
else:
logging.warning(typ + " not supported")
logging.warning(typ + " not supported")
########## User Plugin CODE ##########
except:
logging.exception("unknown error")