Fixes for contacts-based alerts

This commit is contained in:
Simone Mainardi 2021-02-03 15:16:41 +01:00
parent bdf3069227
commit 63bd289bbf
4 changed files with 8 additions and 11 deletions

View file

@ -31,7 +31,6 @@ local script = {
i18n_field_unit = user_scripts.field_units.contacts,
input_builder = "threshold_cross",
field_max = 500,
field_min = 1,
field_operator = "gt";
}
@ -58,4 +57,4 @@ end
-- #################################################################
return script
return script

View file

@ -31,7 +31,6 @@ local script = {
i18n_field_unit = user_scripts.field_units.contacts,
input_builder = "threshold_cross",
field_max = 500,
field_min = 1,
field_operator = "gt";
}
@ -58,4 +57,4 @@ end
-- #################################################################
return script
return script

View file

@ -31,7 +31,6 @@ local script = {
i18n_field_unit = user_scripts.field_units.contacts,
input_builder = "threshold_cross",
field_max = 500,
field_min = 1,
field_operator = "gt";
}