We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. In example sketch "sleep.ino"
Serial.print("\tExistence status: "); switch (comprehensiveState.presence) { case 0: Serial.println("No one"); break; case 1: Serial.println("Someone is present"); break; default: Serial.println("Read error"); }
never happens event case 1: (Someone is present) no matter what you do
and "Bed entry status:In bed" does not change in any position
The text was updated successfully, but these errors were encountered:
#GlebDen Hello, did you progress on the sleep mode etc?
I am doing a project for large scale application, of or can you message me to discuss?
Sorry, something went wrong.
No branches or pull requests
Hello. In example sketch "sleep.ino"
never happens event case 1: (Someone is present)
no matter what you do
and "Bed entry status:In bed" does not change in any position
The text was updated successfully, but these errors were encountered: