]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tr064] fix wrong soapconnector (#9488)
authorJ-N-K <J-N-K@users.noreply.github.com>
Wed, 23 Dec 2020 18:45:26 +0000 (19:45 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 18:45:26 +0000 (10:45 -0800)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
bundles/org.openhab.binding.tr064/src/main/java/org/openhab/binding/tr064/internal/Tr064RootHandler.java

index 49969c0fc3148251d3c91a0256594f237bd2662a..499231f1b55aa29b9d1f53e27df6b597b5b1aefb 100644 (file)
@@ -133,6 +133,7 @@ public class Tr064RootHandler extends BaseBridgeHandler implements PhonebookProv
         }
 
         endpointBaseURL = "http://" + config.host + ":49000";
+        soapConnector = new SOAPConnector(httpClient, endpointBaseURL);
         updateStatus(ThingStatus.UNKNOWN);
 
         connectFuture = scheduler.scheduleWithFixedDelay(this::internalInitialize, 0, RETRY_INTERVAL, TimeUnit.SECONDS);