Skip to content

Commit f67d46f

Browse files
committed
nothing
1 parent f62923e commit f67d46f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

bundles/org.openhab.binding.haywardomnilogiclocal/ToDo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ Discovery
55
Retrieve units from requestConfig
66
CSAD
77
ISON speeds for different pump types
8+
9+
SetLight Show OmmiDirect vs NOT
10+

bundles/org.openhab.binding.haywardomnilogiclocal/src/main/java/org/openhab/binding/haywardomnilogiclocal/internal/handler/HaywardBridgeHandler.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,11 @@ public void scheduledInitialize() throws UnknownHostException {
163163
}
164164
}
165165

166-
private synchronized boolean requestConfiguration() throws HaywardException {
166+
public String getMspConfig() throws HaywardException, InterruptedException {
167+
return "ToDo";
168+
}
169+
170+
public synchronized boolean requestConfiguration() throws HaywardException {
167171
String xmlRequest = "<?xml version=\"1.0\" encoding=\"utf-8\"?><Request xmlns=\"http://nextgen.hayward.com/api\"><Name>RequestConfiguration</Name></Request>";
168172

169173
String xmlResponse = udpXmlResponse(xmlRequest, MSG_TYPE_REQUEST);

0 commit comments

Comments
 (0)