apple health data will soon be out in the world...

This commit is contained in:
2025-07-10 23:42:11 -05:00
parent 9e98162d2d
commit 3d382abf06
12 changed files with 320 additions and 8 deletions

View 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"
}
]
}
}