Update README

This commit is contained in:
Maxime Augier 2024-08-05 15:40:07 +02:00
parent a259a685ee
commit b4dedb3728

View File

@ -5,7 +5,7 @@ Work in progress.
## Features and Todo
- Authn/z
- [x] Token authentication
- [x] Authentication and token retrieval
- [ ] Persistence of tokens
- Core functionality
- [x] Enumerate sites and chargers
@ -13,9 +13,12 @@ Work in progress.
- [x] Read charger status
- [ ] Control charging (start/pause/resume/stop)
- [ ] Control dynamic current limits
- [ ] Websocket event stream
- Event stream
- [x] Websocket connection (raw SignalR messages)
- [ ] Event decoding
- Ergonomics
- [ ] Enums for protocol constants
- [ ] Proper SignalR support with Tokio