From b4dedb3728fa5f67e3b78e6c1b0ffe44208f8b3f Mon Sep 17 00:00:00 2001 From: Maxime Augier Date: Mon, 5 Aug 2024 15:40:07 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 078056c..bceaa78 100644 --- a/README.md +++ b/README.md @@ -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