Implement alert release

This commit is contained in:
emanuele-f 2019-06-28 15:04:56 +02:00
parent e78039c2f2
commit 2df194a282
12 changed files with 205 additions and 56 deletions

View file

@ -323,7 +323,7 @@ local function checkListsUpdate(timeout)
severity = "warning",
})
list_alert:emit(list_name, msg) -- TODO json
list_alert:trigger(list_name, msg) -- TODO json
end
now = os.time()