From 778033dc58b9b7a0331b9f7b6af12fbb00ed2b17 Mon Sep 17 00:00:00 2001 From: phoropter <103715457+phoropter@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:40:51 +0000 Subject: [PATCH 1/2] Update service.luau Correct API endpoint names --- opnsense/service.luau | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }, } From adad90f8b6033aad3a6894507a6daf8fab161f8a Mon Sep 17 00:00:00 2001 From: phoropter <103715457+phoropter@users.noreply.github.com> Date: Wed, 19 Aug 2026 17:49:26 +0000 Subject: [PATCH 2/2] Update plugin.toml --- opnsense/plugin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"