From: Giorgio Ravera Date: Thu, 24 Dec 2020 10:11:36 +0000 (+0100) Subject: Updated README.md with latest arguments of shell script X-Git-Tag: v0.9^0 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=a0d6f53b63cdb854e0a3989996c6bc9574c8249d;p=mercedes_me_api.git Updated README.md with latest arguments of shell script --- diff --git a/README.md b/README.md index d1d1ff5..dd4785d 100644 --- a/README.md +++ b/README.md @@ -88,12 +88,15 @@ Usage: mercedes_me_api.sh 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 diff --git a/query.py b/query.py index 1a5190c..0c9569a 100644 --- 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 *