Skip to content

Instantly share code, notes, and snippets.

@rey
Last active May 2, 2019 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rey/9be24e49b2708ca2b4eca82b2022072d to your computer and use it in GitHub Desktop.
Save rey/9be24e49b2708ca2b4eca82b2022072d to your computer and use it in GitHub Desktop.
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