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