Added ping all button to SNMP devices menu

This commit is contained in:
MatteoBiscosi 2022-01-04 12:48:00 +01:00
parent 9f1c6dd846
commit 569c8a797a
2 changed files with 4 additions and 1 deletions

View file

@ -602,7 +602,7 @@ end
local function validateSnmpAction(mode)
local modes = {"delete", "delete_all", "add",
"addNewDevice", "startPolling", "prune"}
"addNewDevice", "startPolling", "prune", "ping_all"}
return validateChoice(modes, mode)
end