diff --git a/docs/DOCS.md b/docs/DOCS.md index d7f4cce..afd1eeb 100644 --- a/docs/DOCS.md +++ b/docs/DOCS.md @@ -100,22 +100,16 @@
logoutAsync(authToken)Promise

Logout and invalidate the current auth token

-
vehicles(options, callback)Vehicle
-

Return vehicle information on the requested vehicle

-
vehicle(options, callback)Vehicle

Return vehicle information on the requested vehicle

vehicleAsync(options)Promise

Return vehicle information on the requested vehicle

-
vehiclesAsync(options)Promise
-

Return vehicle information on the requested vehicle

-
-
allVehicles(options, callback)Array.<Vehicles>
+
vehicles(options, callback)Array.<Vehicles>

Return vehicle information on ALL vehicles

-
allVehiclesAsync(options, callback)Promise
+
vehiclesAsync(options, callback)Promise

Return vehicle information on ALL vehicles

get_command(options, command, callback)
@@ -599,19 +593,6 @@ Logout and invalidate the current auth token | --- | --- | --- | | authToken | string | Tesla provided OAuth token | - - -## vehicles(options, callback) ⇒ Vehicle -Return vehicle information on the requested vehicle - -**Kind**: global function -**Returns**: Vehicle - vehicle JSON data - -| Param | Type | Description | -| --- | --- | --- | -| options | [optionsType](#optionsType) | options object | -| callback | [nodeBack](#nodeBack) | Node-style callback | - ## vehicle(options, callback) ⇒ Vehicle @@ -637,21 +618,9 @@ Return vehicle information on the requested vehicle | --- | --- | --- | | options | [optionsType](#optionsType) | options object | - - -## vehiclesAsync(options) ⇒ Promise -Return vehicle information on the requested vehicle - -**Kind**: global function -**Returns**: Promise - vehicle JSON data - -| Param | Type | Description | -| --- | --- | --- | -| options | [optionsType](#optionsType) | options object | - - + -## allVehicles(options, callback) ⇒ Array.<Vehicles> +## vehicles(options, callback) ⇒ Array.<Vehicles> Return vehicle information on ALL vehicles **Kind**: global function @@ -662,9 +631,9 @@ Return vehicle information on ALL vehicles | options | [optionsType](#optionsType) | options object | | callback | [nodeBack](#nodeBack) | Node-style callback | - + -## allVehiclesAsync(options, callback) ⇒ Promise +## vehiclesAsync(options, callback) ⇒ Promise Return vehicle information on ALL vehicles **Kind**: global function