Missing break statement bug fix (#15515)

Signed-off-by: Matt Myers <mmyers75@icloud.com>
This commit is contained in:
Matt
2023-08-29 01:55:19 -04:00
committed by GitHub
parent b9b9bbb74c
commit 67c0039cfd

View File

@@ -213,6 +213,7 @@ public class HaywardPumpHandler extends HaywardThingHandler {
cmdString = pumpMaxSpeed;
}
}
break;
case HaywardBindingConstants.CHANNEL_PUMP_SPEEDRPM:
// Convert cmdString from RPM to Percent
if (pumpMaxRpm != null && pumpMaxSpeed != null && pumpMinSpeed != null) {