mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
- insert/change config-file - pluginloader use only enabled modules (config.ini) - changes in interface-description
26 lines
398 B
Plaintext
26 lines
398 B
Plaintext
Übergabe an Plugin:
|
|
|
|
typ = FMS, ZVEI oder POC
|
|
freq = Frequenz in Hz
|
|
data = {"KEY":"VALUE"} als Python Dict
|
|
|
|
ZVEI:
|
|
- zvei
|
|
|
|
FMS:
|
|
- fms
|
|
- status
|
|
- direction
|
|
- tki
|
|
|
|
POCSAG:
|
|
- ric
|
|
- function
|
|
- msg
|
|
|
|
Es stehen folgende globale Objecte zur Verfügung:
|
|
1.) import logging # Global logger
|
|
logging - Object
|
|
|
|
2.) import globals # Global variables
|
|
config - Object (typ: ConfigParser, stellt config.ini bereit) |