Skip to content

API Fixes - #2059

Merged
billz merged 3 commits into
RaspAP:masterfrom
Jixabon:fix/api-fixes
Feb 12, 2026
Merged

API Fixes#2059
billz merged 3 commits into
RaspAP:masterfrom
Jixabon:fix/api-fixes

Conversation

@Jixabon

@Jixabon Jixabon commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

The following was noticed as not functioning properly included with the proposed solution.

  • /ap.interface - Was matching "ctrl_interface" higher in the file. Tweaked the regex to make the line start with "interface" to match the proper line and return the correct value
  • /ap.wpa_passphrase - escape error that vscode happend to mention when I went to run the command in a JS context
  • /clients/{interface}.active_clients_amount - The list of arp_addresses was actually an array of lines instead of macs. Just used the same code from the get_active_clients function

@billz
billz merged commit 560b4c2 into RaspAP:master Feb 12, 2026
3 checks passed
@billz

billz commented Feb 12, 2026

Copy link
Copy Markdown
Member

@Jixabon nice work! tested and all changes passed. thanks for the PR

@Jixabon
Jixabon deleted the fix/api-fixes branch February 13, 2026 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants