Last active
May 2, 2019 13:54
-
-
Save rey/9be24e49b2708ca2b4eca82b2022072d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fitbit Sleep data<br> | |
<br> | |
```<br> | |
{<br> | |
"total time slept":"{{TotalTimeSlept}}",<br> | |
"time fell asleep":"{{FellAsleepAt}}",<br> | |
"time awoke":"{{AwokeAt}}",<br> | |
"time to fall asleep":"{{TimeToFallAsleep}}",<br> | |
"number of times restless":"{{RestlessCount}}",<br> | |
"number of times awake":"{{AwakeCount}}"<br> | |
},<br> | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment