Skip to content

Commit

Permalink
Merge pull request #651 from kikeelectronico/hotfix_fanspeed_error_code
Browse files Browse the repository at this point in the history
return default
  • Loading branch information
kikeelectronico authored Jul 3, 2024
2 parents 98b0066 + a97918a commit f6dd418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions back/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def SetFanSpeed(self):
return "minSpeedReached"
else:
self.saveAndSend('fanSpeedPercent', 'currentFanSpeedPercent')
return ""

def SetFanSpeedRelativeSpeed(self):
# maxSpeedReached
Expand Down

0 comments on commit f6dd418

Please sign in to comment.