Skip to content

Commit cf3d46b

Browse files
committed
- Added missing documentation
1 parent b3b7ba2 commit cf3d46b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ There is a gitbook version for the documentation on this [link](https://vinicius
102102
- [getOxygenSaturationSamples](getOxygenSaturationSamples.md)
103103
- [getWalkingHeartRateAverage](getWalkingHeartRateAverage.md)
104104
- [saveBmi](saveBmi.md)
105+
- [getPeakFlowSamples](getPeakFlowSamples.md)
106+
- [getLatestPeakFlow](getLatestPeakFlow.md)
107+
- [savePeakFlow](savePeakFlow.md)
105108

106109
#### Workout Methods
107110

docs/permissions.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ AppleHealthKit.initHealthKit(permissions, (error: string) => {
9797
WalkingHeartRateAverage
9898
Weight
9999
Workout
100+
PeakFlow
100101
```
101102
102103
## Supported Apple Permissions
@@ -129,4 +130,5 @@ The available Healthkit identifiers are supported
129130
| Steps | [HKQuantityTypeIdentifierSteps](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifiersteps?language=objc) | ✓ | ✓ |
130131
| Weight | [HKQuantityTypeIdentifierBodyMass](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifierbodymass?language=objc) | ✓ | ✓ |
131132
| BodyFatPercentage | [HKQuantityTypeIdentifierBodyFatPercentage](https://developer.apple.com/reference/Healthkit/hkquantitytypeidentifierbodyfatpercentage?language=objc) | ✓ | ✓ |
132-
WalkingHeartRateAverage | [HKQuantityTypeIdentifierWalkingHeartRateAverage](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierwalkingheartrateaverage?language=objc) | ✓ | |
133+
| WalkingHeartRateAverage | [HKQuantityTypeIdentifierWalkingHeartRateAverage](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierwalkingheartrateaverage?language=objc) | ✓ | |
134+
| PeakFlow | [HKQuantityTypeIdentifierPeakExpiratoryFlowRate](https://developer.apple.com/documentation/healthkit/hkquantitytypeidentifierpeakexpiratoryflowrate?=objc) | ✓ | ✓ |

0 commit comments

Comments
 (0)