Missing break statement bug fix (#15515)

Signed-off-by: Matt Myers <mmyers75@icloud.com>
This commit is contained in:
Matt
2023-08-29 07:55:19 +02:00
committed by GitHub
parent b9b9bbb74c
commit 67c0039cfd
@@ -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) {