[tr064] fix wrong soapconnector (#9488)
Signed-off-by: Jan N. Klug <jan.n.klug@rub.de>
This commit is contained in:
parent
809ee6ffdb
commit
94f6d6b291
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue