apple health data will soon be out in the world...
This commit is contained in:
37
inprep/applehealth-grafana/sample-data.json
Executable file
37
inprep/applehealth-grafana/sample-data.json
Executable file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"data" : {
|
||||
"workouts" : [],
|
||||
"metrics" : [
|
||||
{
|
||||
"data" : [
|
||||
{
|
||||
"qty" : 34,
|
||||
"date" : "2021-03-14 00:01:00 +0000"
|
||||
},
|
||||
{
|
||||
"date" : "2021-03-14 00:51:00 +0000",
|
||||
"qty" : 25
|
||||
},
|
||||
{
|
||||
"qty" : 8.2796763649358063,
|
||||
"date" : "2021-03-14 01:13:00 +0000"
|
||||
},
|
||||
{
|
||||
"date" : "2021-03-14 01:14:00 +0000",
|
||||
"qty" : 17.719295979506633
|
||||
},
|
||||
{
|
||||
"date" : "2021-03-14 01:15:00 +0000",
|
||||
"qty" : 17.719295979506636
|
||||
},
|
||||
{
|
||||
"date" : "2021-03-14 01:16:00 +0000",
|
||||
"qty" : 7.2817316760509208
|
||||
}
|
||||
],
|
||||
"name" : "step_count",
|
||||
"units" : "count"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user