[codex] webui coverage for bluetooth and config backend routes #17
Reference in New Issue
Block a user
Delete Branch "codex/rtc-issue-10-webui-coverage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scope
Implements RTC issue #10 by extending WebUI coverage for backend routes that were not exposed to operators.
Changes
data/webui/index.html/api/bluetooth/api/bluetooth/hfp/connect/api/bluetooth/hfp/disconnect/api/bluetooth/ble/start/api/bluetooth/ble/stop/api/config/audio/api/config/mqtt/api/config/pinsdata/webui/script.jsValidation
python3 scripts/check_web_route_parity.py --frontend data/webui/script.js --backend src/web/WebServerManager.cpp-> PASSpython3 -m unittest scripts.test_check_web_route_parity-> PASSplatformio run -e esp32dev-> PASSRelated