From a0d6f53b63cdb854e0a3989996c6bc9574c8249d Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 24 Dec 2020 11:11:36 +0100 Subject: [PATCH] Updated README.md with latest arguments of shell script --- README.md | 15 +++++++++------ query.py | 1 + 2 files changed, 10 insertions(+), 6 deletions(-) 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 * -- 2.47.3