From 482f76750ca2b7f28e6b4cb0885c4ffb3a857a18 Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Tue, 9 Mar 2021 14:19:21 +0100 Subject: [PATCH] Update README.md Add API info --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fad3ff..38f6b07 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,13 @@ We will retrieve these informations: 2.5 See the dashboard (only if record is enabled) http://localhost:5000 + + 2.6 Refresh car state (ask car to send its state): + http://localhost:5000/wakeup/YOURVIN + + 2.7 Start/Stop preconditioning + http://localhost:5000/preconditioning/YOURVIN/1 or 0 + 3. Dashboard and stats (Beta) @@ -107,4 +114,4 @@ Then you can use mitmproxy for example: ``` mitmproxy --set client_certs=MWPMYMA1.pem -``` \ No newline at end of file +```