edit interface.txt

This commit is contained in:
Schrolli 2015-05-20 11:13:53 +02:00
parent e2ba080775
commit 75f2662887
2 changed files with 9 additions and 3 deletions

View file

@ -62,6 +62,7 @@ try:
rtl_log.close()
mon_log.close()
logging.debug("BOSWatch has started")
logging.debug("Logfiles cleared")
except:
logging.exception("cannot clear Logfiles")

View file

@ -1,8 +1,11 @@
Übergabe an Plugin:
typ = FMS, ZVEI oder POC
freq = Frequenz in Hz
data = {"KEY":"VALUE"} als Python Dict
typ = [FMS|ZVEI|POC]
freq = [FREQ(Hz)]
data = {"KEY1":"VALUE1","KEY2":"VALUE2"} als Python Dict
Follgende Daten sind bei der jeweiligen Alarm-Art enthalten:
ZVEI:
- zvei
@ -18,7 +21,9 @@ POCSAG:
- function
- msg
Es stehen folgende globale Objecte zur Verfügung:
1.) import logging # Global logger
logging - Object