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

When the sensor is pulled out, it will stop. #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mostronova
Copy link

When the sensor was disconnected, the return value of avaiable was not returning false, but rather the temperature was being displayed as -50.0 and the humidity as 0.0. Therefore, I changed it so that false is returned when the temperature is -49 and humidity is less than 0.1.

Copy link

@ron44-5 ron44-5 left a comment

Choose a reason for hiding this comment

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

Copy link

@ron44-5 ron44-5 left a comment

Choose a reason for hiding this comment

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

@ron44-5
Copy link

ron44-5 commented Sep 19, 2023

When the sensor was disconnected, the return value of avaiable was not returning false, but rather the temperature was being displayed as -50.0 and the humidity as 0.0. Therefore, I changed it so that false is returned when the temperature is -49 and humidity is less than 0.1.

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