From f5622ca1ab1b3926ed68b60ff34787fa772cca26 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Tue, 28 Jun 2016 23:16:57 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b453e2..9cf64f3 100644 --- a/README.md +++ b/README.md @@ -114,10 +114,17 @@ The available HealthKit permissions to use with `initHealthKit` Read Permissions: -| Key | Healthkit identifier type | --------------------------------------------------------------------------- -| Height | HKQuantityTypeIdentifierHeight | -| Weight | HKQuantityTypeIdentifierBodyMass | +| Height | HKQuantityTypeIdentifierHeight | +|-------------------|-----------------------------------------------| +| Weight | HKQuantityTypeIdentifierBodyMass | +| BodyFatPercentage | HKQuantityTypeIdentifierBodyFatPercentage | +| BodyMassIndex | HKQuantityTypeIdentifierBodyMassIndex | +| LeanBodyMass | HKQuantityTypeIdentifierLeanBodyMass | +| Steps | HKQuantityTypeIdentifierStepCount | +| BiologicalSex | HKCharacteristicTypeIdentifierBiologicalSex | +| DateOfBirth | HKCharacteristicTypeIdentifierDateOfBirth | +| DietaryEnergy | HKQuantityTypeIdentifierDietaryEnergyConsumed | +| ActiveEnergy | HKQuantityTypeIdentifierActiveEnergyBurned | Height HKQuantityTypeIdentifierHeight -- 2.26.2