From c2994a5fa1830dd731227f7bf6686f3e51cbfbfd Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub Date: Mon, 13 Jun 2022 20:53:45 +0200 Subject: [PATCH] docs: mention time to fall asleep --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3804405..95f1277 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ * *optional: delete all the sleep data present in your watch using the script `rm_sleep_data.py`* ### Note to reader: +* Note that the watch assumes an average of 14 minutes to fall asleep. You have to take this into account if you feel super sleepy at the time of setting the alarm. * If you're interested or have any kind of things to say about this, **please** open an issue and tell me all about it :) * Status as of end of May 2022: *UI (**done**), regular alarm (**done**), heart tracking (**done** but might be a bit dodgy), smart alarm (**mostly done but untested**)* * you can download your sleep data file using the file `pull_sleep_data`. A suggested workflow to load it into [pandas](https://pypi.org/project/pandas/) can be found at the bottom of the page.