doc/src/api/alerts/alerts_api.rst
alert_api API #############
.. code-block:: lua
local device_connection_alert = alerts:newAlert({ entity = "mac", type = "device_connection", severity = "info", })
device_connection_alert:trigger("00:11:22:33:44:55", "The device 00:11:22:33:44:55 has connected to the network")
Metadata mandatory params:
Metadata optional params:
.. doxygenfile:: alerts_api.lua.cpp