Implements auto assignment of user script alert and status ids

This commit is contained in:
Simone Mainardi 2020-01-15 13:08:58 +01:00
parent d7528e1628
commit 48910b9f87
58 changed files with 55 additions and 68 deletions

View file

@ -7,11 +7,6 @@
-- directory of the plugin.
return {
-- The unique alert ID. Currently used/available IDs can be reviewed by visiting
-- http://127.0.0.1:3000/lua/defs_overview.lua .
-- Third party users can safely use the dedicated IDs in range 59-63 .
alert_id = 59,
-- The name associated to this alert. Localized strings are defined in
-- example/locales/en.lua
i18n_title = "example.alert_title",