Skip to content

Commit 0084499

Browse files
committed
docs: update getDailyStepCountSamples output
1 parent cbbc313 commit 0084499

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/getDailyStepCountSamples.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,14 @@ Example output, value is on count unit:
3232
{
3333
"endDate": "2021-03-22T17:00:00.000-0300",
3434
"startDate": "2021-03-22T16:00:00.000-0300",
35-
"value": 3978
35+
"value": 3978,
36+
"metadata": [
37+
{
38+
"sourceId": "com.apple.Health",
39+
"sourceName": "Health",
40+
"quantity": 3978
41+
}
42+
]
3643
}
3744
]
3845
```

0 commit comments

Comments
 (0)