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 +```