BOSWatch/plugin_test/plugins/interface.txt
JHCD daca83e0d3 Implement BosMon-plugin
- insert/change config-file
- pluginloader use only enabled modules (config.ini)
- changes in interface-description
2015-05-18 21:04:10 +02:00

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)