Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget displays most recent speedtest result along with averages #12

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

spasecookee
Copy link

Each day when I review os_speedtest, I want to check the most recent speedtest result to confirm that my internet connection isn't lagging. Previously this meant going to ui/speedtets/ opening the log and reading the result. I found that adding the most-recent speedtest result directly to the widget very helpful.

Added a scripting action to get the most recent speedtest result from the CSV file
Added a service action to invoke script action
Added a controller API endpoint to showrecent
Updated speedtest widget to display output from most recent result API
Cleaned up code to remove commented out code and unused Array variable
Added .DS_STORE to .gitignore
FIxed merge artifacts in pkg-descr
Added initial file needed for OPNSense 24.7 which uses a new style of widgets.
Tested and working on 24.7 hyper-v machine.
Deleted initial version of widget that didn't work
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