django-loci
django-loci copied to clipboard
[feature] Add websocket endpoint for all location updates #191
Implemented a new websocket endpoint 'location/all/' to handle updates for all locations simultaneously.
Fixes #191
Checklist
- [x] I have read the OpenWISP Contributing Guidelines.
- [x] I have manually tested the changes proposed in this pull request.
- [ ] I have written new test cases for new code and/or updated existing tests for changes to existing code.
- [ ] I have updated the documentation.
Reference to Existing Issue
Closes #191
Description of Changes
- New endpoint created
ws/loci/location/all/ - Tests are pending