Skip to content

Commit

Permalink
Missing break statement bug fix (#15515)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Myers <mmyers75@icloud.com>
  • Loading branch information
matchews authored and jlaur committed Aug 29, 2023
1 parent 933f753 commit ce17091
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public void handleCommand(ChannelUID channelUID, Command command) {
cmdString = pumpMaxSpeed;
}
}
break;
case HaywardBindingConstants.CHANNEL_PUMP_SPEEDRPM:
// Convert cmdString from RPM to Percent
if (pumpMaxRpm != null && pumpMaxSpeed != null && pumpMinSpeed != null) {
Expand Down

0 comments on commit ce17091

Please sign in to comment.