mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-11 11:00:06 +01:00
edit throwAlarm()
This commit is contained in:
parent
b3adc343c1
commit
098ac07cfb
|
|
@ -24,9 +24,11 @@ import subprocess
|
|||
|
||||
|
||||
def throwAlarm(typ,data):
|
||||
logging.debug("[ ALARM ]")
|
||||
for name, plugin in pluginList.items():
|
||||
logging.debug("call Plugin: %s", name)
|
||||
plugin.run(typ,"0",data)
|
||||
logging.debug("[END ALARM]")
|
||||
|
||||
|
||||
# Programm
|
||||
|
|
|
|||
Loading…
Reference in a new issue