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.boschindego/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To authorize, please follow these steps:
25
25
- With developer tools showing on the right, go to [Bosch Indego login page](https://prodindego.b2clogin.com/prodindego.onmicrosoft.com/b2c_1a_signup_signin/oauth2/v2.0/authorize?redirect_uri=com.bosch.indegoconnect://login&client_id=65bb8c9d-1070-4fb4-aa95-853618acc876&response_type=code&scope=openid%20offline_access%20https://prodindego.onmicrosoft.com/indego-mobile-api/Indego.Mower.User) again.
26
26
- "Please wait..." should now be displayed.
27
27
- Find the `authresp` and copy the code: `com.bosch.indegoconnect://login/?code=<copy this>`
28
-
- Use the openHAB console to authorize with this code: `openhab:boschindego authorize <paste code>`
28
+
- Use the openHAB console to authorize with this code: `openhab:boschindego authorize <bridgeId> <paste code>`
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.boschindego/src/main/java/org/openhab/binding/boschindego/internal/console/BoschIndegoCommandExtension.java
0 commit comments