Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower min temp #3

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Lower min temp #3

wants to merge 34 commits into from

Conversation

Rydcal
Copy link

@Rydcal Rydcal commented Mar 6, 2023

No description provided.

bigmoby and others added 4 commits March 2, 2023 16:30
# Fixing temps if not given as multiplies of 10 less than  ~~180~~ 160
if newTemperature < 160:
    newTemperature = newTemperature * 10
if newTemperature >= 160 and newTemperature <= 320:
    self.adjust_temperature = newTemperature
else:
    raise Exception("out of range temperature!!")
@Rydcal Rydcal changed the title Patch 1 Lower min temp Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants