mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Signed-off-by: dougculnane <doug@culnane.net> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
990c4c7d0e
commit
a80ad99399
@ -235,7 +235,7 @@ public class MyRenaultHttpSession {
|
||||
public void getCockpit(Car car) throws RenaultForbiddenException, RenaultUpdateException,
|
||||
RenaultNotImplementedException, RenaultAPIGatewayException {
|
||||
JsonObject responseJson = getKamereonResponse("/commerce/v1/accounts/" + kamereonaccountId
|
||||
+ "/kamereon/kca/car-adapter/v2/cars/" + config.vin + "/cockpit?country=" + getCountry(config));
|
||||
+ "/kamereon/kca/car-adapter/v1/cars/" + config.vin + "/cockpit?country=" + getCountry(config));
|
||||
if (responseJson != null) {
|
||||
car.setCockpit(responseJson);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user