Skip to content

Commit

Permalink
Hotfix for openhab#16318
Browse files Browse the repository at this point in the history
  • Loading branch information
xzavrel committed Jan 24, 2024
1 parent 71702bd commit 4517da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class TeslaBindingConstants {
public static final String URI_EVENT = "wss://streaming.vn.teslamotors.com/streaming/";
public static final String URI_OWNERS = "https://owner-api.teslamotors.com";
public static final String VALETPIN = "valetpin";
public static final String VEHICLES = "vehicles";
public static final String VEHICLES = "products";
public static final String VIN = "vin";

// SSO URI constants
Expand Down

0 comments on commit 4517da3

Please sign in to comment.