Migrate flow script documentation and document traffic element scripts

This commit is contained in:
emanuele-f 2019-10-09 17:23:03 +02:00
parent b1ef0c99a8
commit e66889154c
9 changed files with 225 additions and 25 deletions

View file

@ -29,6 +29,7 @@ local CHECK_MODULES_BASEDIR = dirs.installdir .. "/scripts/callbacks/interface"
local CHECK_MODULES_PRO_BASEDIR = dirs.installdir .. "/pro/scripts/callbacks/interface"
-- Hook points for flow/periodic modules
-- NOTE: keep in sync with the Documentation
local FLOW_HOOKS = {"protocolDetected", "statusChanged", "flowEnd", "periodicUpdate"}
local PERIODIC_HOOKS = {"min", "5mins", "hour", "day"}