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

Allow Celsius temperature setting #20

Closed
wants to merge 2 commits into from
Closed

Conversation

amaisano
Copy link
Contributor

@amaisano amaisano commented Jun 7, 2023

Related to #19

Before: Only F temp could be set.

Now: Check appliance units and use appropriate range for units.

Before: Only F temp could be set.

Now: Check appliance units and use appropriate range for units.
if temperature < 60 or temperature > 90:
raise FrigidaireException("Temperature must be between 60 and 90 degrees, inclusive")

if ContainerId.UNIT == 1:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't tell if ContainerId.UNIT will give us C or F, and what the value is exactly. Looking for guidance here @bm1549

@amaisano
Copy link
Contributor Author

@bm1549 do you have some time to look at this?

@bm1549
Copy link
Owner

bm1549 commented Jun 29, 2024

Closed via #34

@bm1549 bm1549 closed this Jun 29, 2024
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.

None yet

2 participants