mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
edit throwAlarm()
This commit is contained in:
parent
b3adc343c1
commit
098ac07cfb
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue