You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.teslascope/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,11 @@ Account configuration is necessary.
18
18
The easiest way to do this is from the UI.
19
19
Just add a new Thing, select the Teslascope binding, then Teslascope Account Binding Thing, and enter the personalAccessToken which can be generated from the Teslascope website.
20
20
21
-
As a minimum, the personalAccessToken or API key (deprecated) is needed:
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.teslascope/src/main/java/org/openhab/binding/teslascope/internal/TeslascopeAccountConfiguration.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,6 @@
21
21
*/
22
22
@NonNullByDefault
23
23
publicclassTeslascopeAccountConfiguration {
24
-
/**
25
-
* Teslascope is phasing out support for apiKey in lieu of Personal Access Tokens
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.teslascope/src/main/java/org/openhab/binding/teslascope/internal/TeslascopeAccountHandler.java
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public String getVehicleList() {
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.teslascope/src/main/java/org/openhab/binding/teslascope/internal/TeslascopeWebTargets.java
+12-33Lines changed: 12 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -45,53 +45,32 @@ public TeslascopeWebTargets(HttpClient httpClient) {
0 commit comments