Created
February 18, 2020 02:42
-
-
Save bmorelli25/a74ab6084f1aa74c6e9546f97de9fcb9 to your computer and use it in GitHub Desktop.
FitBit heart rate data snippet
This file contains hidden or 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
[{ | |
"dateTime" : "10/06/19 07:00:04", | |
"value" : { | |
"bpm" : 64, | |
"confidence" : 3 | |
} | |
},{ | |
"dateTime" : "10/06/19 07:00:09", | |
"value" : { | |
"bpm" : 65, | |
"confidence" : 3 | |
} | |
},{ | |
"dateTime" : "10/06/19 07:00:24", | |
"value" : { | |
"bpm" : 65, | |
"confidence" : 3 | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment