Commit deea2036 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Update README.md

parent e39a699c
...@@ -112,7 +112,7 @@ AppleHealthKit.saveWeight({value:myWeight}, (err, res) => { ...@@ -112,7 +112,7 @@ AppleHealthKit.saveWeight({value:myWeight}, (err, res) => {
The available HealthKit permissions to use with `initHealthKit` The available HealthKit permissions to use with `initHealthKit`
Read Permissions: #### Read Permissions
| Permission | HealthKit Identifier Type | | Permission | HealthKit Identifier Type |
|-------------------|-----------------------------------------------| |-------------------|-----------------------------------------------|
...@@ -127,28 +127,18 @@ Read Permissions: ...@@ -127,28 +127,18 @@ Read Permissions:
| DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed | | DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed |
| ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned | | ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned |
#### Write Permissions
Height HKQuantityTypeIdentifierHeight | Permission | HealthKit Identifier Type |
Weight HKQuantityTypeIdentifierBodyMass |-------------------|-----------------------------------------------|
BodyFatPercentage HKQuantityTypeIdentifierBodyFatPercentage | Height | HKQuantityTypeIdentifierHeight |
BodyMassIndex HKQuantityTypeIdentifierBodyMassIndex | Weight | HKQuantityTypeIdentifierBodyMass |
LeanBodyMass HKQuantityTypeIdentifierLeanBodyMass | BodyFatPercentage | HKQuantityTypeIdentifierBodyFatPercentage |
Steps HKQuantityTypeIdentifierStepCount | BodyMassIndex | HKQuantityTypeIdentifierBodyMassIndex |
BiologicalSex HKCharacteristicTypeIdentifierBiologicalSex | LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass |
DateOfBirth HKCharacteristicTypeIdentifierDateOfBirth | Steps | HKQuantityTypeIdentifierStepCount |
DietaryEnergy HKQuantityTypeIdentifierDietaryEnergyConsumed | DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed |
ActiveEnergy HKQuantityTypeIdentifierActiveEnergyBurned | ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned |
Write Permissions:
Height HKQuantityTypeIdentifierHeight
Weight HKQuantityTypeIdentifierBodyMass
BodyFatPercentage HKQuantityTypeIdentifierBodyFatPercentage
BodyMassIndex HKQuantityTypeIdentifierBodyMassIndex
LeanBodyMass HKQuantityTypeIdentifierLeanBodyMass
Steps HKQuantityTypeIdentifierStepCount
DietaryEnergy HKQuantityTypeIdentifierDietaryEnergyConsumed
ActiveEnergy HKQuantityTypeIdentifierActiveEnergyBurned
### Options ### Options
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment