]> git.giorgioravera.it Git - mercedes_me_api.git/commitdiff
Updated README.md with latest arguments of shell script v0.9
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 24 Dec 2020 10:11:36 +0000 (11:11 +0100)
committerGitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Sat, 26 Dec 2020 16:27:33 +0000 (16:27 +0000)
README.md
query.py

index d1d1ff5fd0335e947557f475ad534b87d691284d..dd4785d252fe2e174c9070ff4e3928ad99c2659c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,12 +88,15 @@ Usage:    mercedes_me_api.sh <arguments>
 Example:  mercedes_me_api.sh --token --fuel
      or:  mercedes_me_api.sh -l
 
-The possible arguments are:
-    -t, --token        Procedure to obtatin the Access Token (stored into .mercedesme_token)
-    -r, --refresh      Procedure to refresh the Access Token (stored into .mercedesme_token)
-    -f, --fuel         Retrive the Fuel Status of your Vehicle
-    -l, --lock         Retrive the Lock Status of your Vehicle
-    -s, --status       Retrive the General Status of your Vehicle
+Arguments:
+    -t, --token           Procedure to obtatin the Access Token (stored into .mercedesme_token)
+    -r, --refresh         Procedure to refresh the Access Token (stored into .mercedesme_token)
+    -f, --fuel            Retrieve the Fuel Status of your Vehicle
+    -l, --lock            Retrieve the Lock Status of your Vehicle
+    -s, --status          Retrieve the General Status of your Vehicle
+    -e, --electric-status Retrieve the General Electric Status of your Vehicle
+    -o, --odometer        Retrieve the Odometer reading of your Vehicle
+    -R, --resources       Retrieve the list of available resources of your Vehicle
 ```
 
 ## Change Log
index 1a5190cdd3ea00db7bdc0a3e14c86115a547d80b..0c9569adcad3c3d48f6e4f61115d226d75a18926 100644 (file)
--- a/query.py
+++ b/query.py
@@ -7,6 +7,7 @@ For more details about this component, please refer to the documentation at
 https://github.com/xraver/mercedes_me_api/
 """
 import logging
+
 import requests
 
 from const import *