openwisp / openwisp/openwisp-radius
[change:api] Include reset period in UserRadiusUsageView response
Open
@pandafy is already working on this.
Since Sep 18, 2026.
- Dominant language
- Python
- Stars
- 445
- Forks
- 234
- Avg merge
- 20h 21m
- Merged PRs (30d)
- 19
Description
Related to https://github.com/openwisp/openwisp-wifi-login-pages/issues/863.
The goal of this ticket is to modify OpenWISP RADIUS to return the counter reset period in the API.
Relevant parts of the code:
I would add a reset property in the API response which returns the date time of the next reset, this means we need to use the "reset" attribute to calculate it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.