Skip to content

Commit

Permalink
[haywardomnilogic] Remove erroneous chlorinator code from filterhandl…
Browse files Browse the repository at this point in the history
…er (#11028)

* Removed erroneous chlorinator code from filterhandler

Signed-off-by: Matt Myers <mmyers75@icloud.com>
  • Loading branch information
matchews committed Jul 24, 2021
1 parent d5e0e49 commit 3d3cdf3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ public void getTelemetry(String xmlResponse) throws HaywardException {
String thingSystemID = getThing().getUID().getId();
for (int i = 0; i < systemIDs.size(); i++) {
if (systemIDs.get(i).equals(thingSystemID)) {
// Operating Mode
data = bridgehandler.evaluateXPath("//Chlorinator/@operatingMode", xmlResponse);
updateData(HaywardBindingConstants.CHANNEL_CHLORINATOR_OPERATINGMODE, data.get(i));

// Valve Position
data = bridgehandler.evaluateXPath("//Filter/@valvePosition", xmlResponse);
updateData(HaywardBindingConstants.CHANNEL_FILTER_VALVEPOSITION, data.get(i));
Expand Down

0 comments on commit 3d3cdf3

Please sign in to comment.