Cleanup remaining references to RTT

This commit is contained in:
emanuele-f 2020-04-20 12:21:39 +02:00
parent 241a0bc2e8
commit 0be2da4f57
26 changed files with 253 additions and 254 deletions

View file

@ -35,8 +35,8 @@ function script.getAdditionalParameters(http_lint)
-- The toggle_example_notification parameter will be validated using the
-- 'validateBool' validator.
["am_host"] = http_lint.validateSingleWord,
["old_rtt_host"] = http_lint.validateSingleWord,
["rtt_max"] = http_lint.validateEmptyOr(http_lint.validateNumber),
["old_am_host"] = http_lint.validateSingleWord,
["threshold"] = http_lint.validateEmptyOr(http_lint.validateNumber),
["measurement"] = validateMeasurement,
["old_measurement"] = validateMeasurement,
}