Changed alert behavior location

This commit is contained in:
MatteoBiscosi 2021-06-23 17:58:30 +02:00
parent a6aa647624
commit fd40e51428
3 changed files with 39 additions and 40 deletions

View file

@ -29,8 +29,7 @@ alert_behavior_anomaly.meta = {
-- @param lower_bound The lower bound of the measurement
-- @param upper_bound The upper bound of the measurement
-- @return A table with the alert built
function alert_behavior_anomaly:init(entity, type_of_behavior, value, upper_bound, lower_bound,
family_key, timeseries_id --[[ This last 3 params are used to build up the href to the timeseries lately, if available ]])
function alert_behavior_anomaly:init(entity, type_of_behavior, value, upper_bound, lower_bound, family_key, timeseries_id --[[ This last 3 params are used to build up the href to the timeseries lately, if available ]])
-- Call the parent constructor
self.super:init()