From 39f457d01a08781a3423dc88a8ee38bef1da1f31 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:49:17 +0200 Subject: [PATCH] Add info for multiple vins --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 058a42c..0f4c39d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Here is what every option means: | `updateInterval` | `int` | **required** | Updateintervall in seconds. | | `babelLocale` | `string` | **required** | Locale for date Format | | `mqtt` | `json` | **required** | Broker = Mqtt Broker IP / Username and Passwort are optional! | -| `volvoData` | `json` | **required** | Username and password are required. Car vin is optional. If no vin is provided, the system will always use the first vehicle in API. Vccapi key is your api key from [here](https://developer.volvocars.com/account/). | +| `volvoData` | `json` | **required** | Username and password are required. Car vin can be a single vin or a list of multiple vins like `["vin1", "vin2"]`. If no vin is provided, ALL of your vehicles will be used. Vccapi key is your api key from [here](https://developer.volvocars.com/account/). | | `TZ` | `string` | | Container timezone eg "Europe/Berlin" | If you like my work: