Install
openclaw skills install @drodecker/dfs-resetDetect DFS radar events and reset Ubiquiti airOS devices to restore configured frequencies, managed by UISP NMS. Use when checking whether WISP APs were forced off their configured DFS channels, listing devices from UISP, inspecting AP health or clients, or rebooting a DFS-affected AP after operator confirmation.
openclaw skills install @drodecker/dfs-resetUse the MCP endpoint configured for this deployment. Placeholder example:
https://example.invalid:8443
Source project for this MCP server:
https://github.com/wispnet/wisp-reset-airos-mcp/
This MCP server uses streamable HTTP with session-based MCP initialization.
notifications/initialized.detect_dfs on an AP to compare configured vs actual frequency.reset_device only after operator confirmation.detect_dfs after about 60 seconds.list_devices(site=None)List UISP-managed devices, optionally filtered by site.
get_device(identifier)Get detailed device information by name, IP, or UISP device ID.
detect_dfs(ip)Compare UISP configured frequency with the device's actual operating frequency.
reset_device(identifier)Reboot a device through UISP. Always confirm with the operator first.
get_clients(ip)Fetch connected stations for an AP.
get_device_stats(ip)Fetch AP health details including uptime, CPU, memory, and temperature.
sweep_clients(site=None)Collect client tables across APs concurrently.
reset_device without explicit operator confirmation.detect_dfs.Typical clean noise floor is around -90 to -95 dBm. Noise above -85 dBm suggests interference.