Skip to content

Commit

Permalink
[tr064] fix wrong soapconnector (openhab#9488)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K authored Dec 23, 2020
1 parent 5717205 commit 4d96591
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ public void initialize() {
}

endpointBaseURL = "http://" + config.host + ":49000";
soapConnector = new SOAPConnector(httpClient, endpointBaseURL);
updateStatus(ThingStatus.UNKNOWN);

connectFuture = scheduler.scheduleWithFixedDelay(this::internalInitialize, 0, RETRY_INTERVAL, TimeUnit.SECONDS);
Expand Down

0 comments on commit 4d96591

Please sign in to comment.