From cbe41951fdaf8ecddb30426b7ef340e9e9c69b2f Mon Sep 17 00:00:00 2001 From: Bernd Weymann Date: Sun, 18 Sep 2022 21:45:00 +0200 Subject: [PATCH] readme typo: callbackIP needs to match to code (#13410) Signed-off-by: Bernd Weymann --- bundles/org.openhab.binding.mercedesme/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.mercedesme/README.md b/bundles/org.openhab.binding.mercedesme/README.md index ba06c97c5..401e96384 100644 --- a/bundles/org.openhab.binding.mercedesme/README.md +++ b/bundles/org.openhab.binding.mercedesme/README.md @@ -94,7 +94,7 @@ Some supporting screenshots for the setup | lockScope | boolean | Lock status of doors and trunk | true | yes | no | | fuelScope | boolean | Fuel Status | true | yes | no | | evScope | boolean | Electric Vehicle Status | true | yes | no | -| callbackIp | text | IP address of your openHAB server | auto detect | no | yes | +| callbackIP | text | IP address of your openHAB server | auto detect | no | yes | | callbackPort | integer | **Unique** port number | auto detect | no | yes | The `callbackPort` needs to be unique for all created Mercedes Me account things. Otherwise token exchange will be corrupted. @@ -401,7 +401,7 @@ Thing ### Things file ``` -Bridge mercedesme:account:4711 "MercedesMe John Doe" [ clientId="YOUR_CLIENT_ID", clientSecret="YOUR_CLIENT_SECRET", imageApiKey="YOUR_API_KEY", callbackIp="YOUR_OPENHAB_SERVER_IP", callbackPort=8092, odoScope=true, vehicleScope=true, lockScope=true, fuelScope=true, evScope=true] { +Bridge mercedesme:account:4711 "MercedesMe John Doe" [ clientId="YOUR_CLIENT_ID", clientSecret="YOUR_CLIENT_SECRET", imageApiKey="YOUR_API_KEY", callbackIP="YOUR_OPENHAB_SERVER_IP", callbackPort=8092, odoScope=true, vehicleScope=true, lockScope=true, fuelScope=true, evScope=true] { Thing bev eqa "Mercedes EQA" [ vin="VEHICLE_VIN", refreshInterval=5, background=false, night=false, cropped=false, roofOpen=false, format="webp"] } ```