mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
edit interface.txt
This commit is contained in:
parent
e2ba080775
commit
75f2662887
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue