This skill tracks the number of hours slept, and evaluates based on age and number of hours slept.
Inspired by this video, and the sleep-related information is obtained from this page.
How to install sleep-tracker-skill
-
Install sleep-tracker-skill by …
Running the following command:msm install https://github.com/rekkitcwts/sleep-tracker-skill
-
sleep-tracker-skill connects to SERVICES …
- Does not use a web API (for now), but does need the birth date on the Skill Settings page. It also uses my custom BufordSQLite class
How to test sleep-tracker-skill
The following phrases can also be found at the Github page.
Before sleeping:
(Track | Monitor) my sleep
(I’m | I am) about to go to sleep
(Run | Perform) the sleep tracker
After waking up:
How long am I sleeping
Stop the tracker
I am up
I’m up
I am awake
I’m awake
This skill assumes that the user sleeps for below 24 hours, since it fits within the parameters on the National Sleep Foundation page.
Also it does not yet incorporate results for 0-11 months, since it uses the user’s age in years.
Where feedback on sleep-tracker-skill should be directed at
Issues page on Github, or you may reply to this thread.