From ebdafba1f6d894ad79199e6f5c286e0f45de6424 Mon Sep 17 00:00:00 2001 From: Fabien Date: Thu, 22 Feb 2018 19:42:37 +0100 Subject: [PATCH] Update README.md Charge and pre-conditioning have to be launch with a POST --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6499051..9b34a10 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ The Zoe can be set to warm-up or cool down depending on the last temperate you s ``` curl \ + -X POST \ + -H 'Content-Type: application/json' \ -H "Authorization: Bearer AAAA" \ "https://www.services.renault-ze.com/api/vehicle/VVVV/air-conditioning" ``` @@ -170,6 +172,8 @@ You may have set your Zoe only to charge at specific times - perhaps to take adv ``` curl \ + -X POST \ + -H 'Content-Type: application/json' \ -H "Authorization: Bearer AAAA" \ https://www.services.renault-ze.com/api/vehicle/VVVV/charge ```