diff --git a/opnsense/plugin.toml b/opnsense/plugin.toml index 78862ec1..79189fbc 100644 --- a/opnsense/plugin.toml +++ b/opnsense/plugin.toml @@ -2,7 +2,7 @@ id = "davemhammer/opnsense" name = "OPNsense" -version = "1.1.6" +version = "1.1.7" plugin_api = 10 author = "davemhammer" license = "MIT" diff --git a/opnsense/service.luau b/opnsense/service.luau index fcef5f9e..5964c8dd 100644 --- a/opnsense/service.luau +++ b/opnsense/service.luau @@ -781,10 +781,10 @@ refreshAll = function() -- Lean core set — no firewall log dump (on-demand via fetchLogs). local paths = { { path = "core/system/status", key = "status" }, - { path = "diagnostics/interface/getInterfaceStatistics", key = "ifstats" }, - { path = "diagnostics/interface/getInterfaceNames", key = "ifnames" }, - { path = "diagnostics/system/systemInformation", key = "info" }, - { path = "diagnostics/system/systemResources", key = "resources" }, + { path = "diagnostics/interface/get_interface_statistics", key = "ifstats" }, + { path = "diagnostics/interface/get_interface_names", key = "ifnames" }, + { path = "diagnostics/system/system_information", key = "info" }, + { path = "diagnostics/system/system_resources", key = "resources" }, { path = "routes/gateway/status", key = "gateways" }, }