nedge factory reset localization

This commit is contained in:
Emanuele Faranda 2017-12-29 10:08:23 +01:00
parent 08255fab00
commit 9824678e66
2 changed files with 4 additions and 0 deletions

View file

@ -1055,6 +1055,7 @@ local known_parameters = {
["dhcp_server_enabled"] = validateBool,
["dhcp_first_ip"] = validateIPV4,
["dhcp_last_ip"] = validateIPV4,
["factory_reset"] = validateEmpty,
-- json POST DATA
["payload"] = validateJSON