mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
edit template and interface info
This commit is contained in:
parent
4cf0b63f24
commit
813fdb02f5
2 changed files with 11 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue