Skip to content

Commit

Permalink
- Added missing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GGGava committed Jan 23, 2023
1 parent b3b7ba2 commit cf3d46b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ There is a gitbook version for the documentation on this [link](https://vinicius
- [getOxygenSaturationSamples](getOxygenSaturationSamples.md)
- [getWalkingHeartRateAverage](getWalkingHeartRateAverage.md)
- [saveBmi](saveBmi.md)
- [getPeakFlowSamples](getPeakFlowSamples.md)
- [getLatestPeakFlow](getLatestPeakFlow.md)
- [savePeakFlow](savePeakFlow.md)

#### Workout Methods

Expand Down
4 changes: 3 additions & 1 deletion docs/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ AppleHealthKit.initHealthKit(permissions, (error: string) => {
WalkingHeartRateAverage
Weight
Workout
PeakFlow
```
## Supported Apple Permissions
Expand Down Expand Up @@ -129,4 +130,5 @@ The available Healthkit identifiers are supported
| Steps | [HKQuantityTypeIdentifierSteps](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifiersteps?language=objc) | ✓ | ✓ |
| Weight | [HKQuantityTypeIdentifierBodyMass](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifierbodymass?language=objc) | ✓ | ✓ |
| BodyFatPercentage | [HKQuantityTypeIdentifierBodyFatPercentage](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifierbodyfatpercentage?language=objc) | ✓ | ✓ |
WalkingHeartRateAverage | [HKQuantityTypeIdentifierWalkingHeartRateAverage](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierwalkingheartrateaverage?language=objc) | ✓ | |
| WalkingHeartRateAverage | [HKQuantityTypeIdentifierWalkingHeartRateAverage](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierwalkingheartrateaverage?language=objc) | ✓ | |
| PeakFlow | [HKQuantityTypeIdentifierPeakExpiratoryFlowRate](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierpeakexpiratoryflowrate?=objc) | ✓ | ✓ |

0 comments on commit cf3d46b

Please sign in to comment.