]> git.basschouten.com Git - openhab-addons.git/commitdiff
[homeconnect] Add oven control (#11706)
authorbruestel <jonas@bruestel.net>
Sun, 5 Dec 2021 08:30:35 +0000 (09:30 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 08:30:35 +0000 (09:30 +0100)
Signed-off-by: Jonas BrĂ¼stel <jonas@bruestel.net>
bundles/org.openhab.binding.homeconnect/README.md
bundles/org.openhab.binding.homeconnect/src/main/java/org/openhab/binding/homeconnect/internal/HomeConnectBindingConstants.java

index 6612b0545426d59d499e4152f5bb525796f26784..a03c8a9dcba647b1d22437a5e4c7ad8b46ba5c63 100644 (file)
@@ -285,11 +285,6 @@ Otherwise, all you need to do is re-authorize your bridge.
 
 ## FAQ
 
-### I can't start my oven via openHAB.
-
-Some operations are not possible at the moment. You need to sign an "Additional Partner Agreement". Please have a look at:
-https://developer.home-connect.com/docs/authorization/scope
-
 ### I can't switch remote start to on.
 
 The channel of type `remote_start_allowance_state` is read only. You can only enable it directly on the physical appliance.
index 6718f41ac0834b01cea5697091a955b766461133..364e591e2460dbb6b38cc86d7eb20b6521cade1b 100644 (file)
@@ -241,7 +241,7 @@ public class HomeConnectBindingConstants {
     public static final String API_SIMULATOR_BASE_URL = "https://simulator.home-connect.com";
     public static final String OAUTH_TOKEN_PATH = "/security/oauth/token";
     public static final String OAUTH_AUTHORIZE_PATH = "/security/oauth/authorize";
-    public static final String OAUTH_SCOPE = "IdentifyAppliance Monitor Settings Dishwasher-Control Washer-Control Dryer-Control WasherDryer-Control CoffeeMaker-Control Hood-Control CleaningRobot-Control";
+    public static final String OAUTH_SCOPE = "IdentifyAppliance Monitor Settings Dishwasher-Control Washer-Control Dryer-Control WasherDryer-Control CoffeeMaker-Control Hood-Control Oven-Control CleaningRobot-Control";
 
     // Operation states
     public static final String OPERATION_STATE_INACTIVE = "BSH.Common.EnumType.OperationState.Inactive";