We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a5eac commit 2eb71c6Copy full SHA for 2eb71c6
docs/saveWeight.md
@@ -9,6 +9,8 @@ Example input options:
9
```javascript
10
let options = {
11
value: 200,
12
+ unit: AppleHealthKit.Constants.Units.gram, // optional; default pounds
13
+ startDate: new Date(2021, 0, 0).toISOString() // optional; default now
14
}
15
```
16
0 commit comments