Fix missing interface selection

This commit is contained in:
emanuele-f 2019-06-26 12:30:18 +02:00
parent 40ca547758
commit 15bf893cc3
2 changed files with 2 additions and 0 deletions

View file

@ -2931,6 +2931,7 @@ function check_process_alerts()
if(decoded == nil) then
if(verbose) then io.write("JSON Decoding error: "..message.."\n") end
else
interface.select(getSystemInterfaceId())
interface.storeAlert(decoded.entity_type,
decoded.entity_value,
decoded.type,