More updates

This commit is contained in:
bwssystems
2017-01-25 06:58:51 -06:00
parent b4da321368
commit 8b9fd355b4

View File

@@ -40,7 +40,7 @@ public class DomoticzHandler {
String theUrl = null;
String theData;
theUrl = "http://" + domoticzAddress.getIp() + rootRequest + type;
theUrl = "http://" + domoticzAddress.getIp() + ":" + domoticzAddress.getPort() + rootRequest + type;
theData = httpClient.doHttpRequest(theUrl, null, null, null, null);
if(theData != null) {
log.debug("GET " + type + " DomoticzApiResponse - data: " + theData);