mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Missing break statement bug fix (#15515)
Signed-off-by: Matt Myers <mmyers75@icloud.com>
This commit is contained in:
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user