Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Salvi committed Jan 11, 2016
1 parent cd005a4 commit 06738fb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Data types can be of different types, see examples below:
| steps | 34 |
| distance | 101.2 |
| calories | 245.3 |
| activity | "walking" |
| height | 185.9 |
| weight | 83.3 |
| heart_rate | 66 |
| fat_percentage | 31.2 |
| gender | "male" |
| date_of_birth | { day: 3, month: 12, year: 1978 } |
| activity | "walking" |

Recognised activities and their mapping to Fit / HealthKit equivalents are listed in [this file](activities_map.md).

Expand Down Expand Up @@ -186,13 +186,11 @@ some more detailed instructions are provided [here](https://github.com/2dvisio/c

short term

- add aggregated queries (sum the whole lot, or aggregate per activity)
- add calories and distance in activities
- add support for HKCategory samples in HealthKit
- extend the datatypes
- blood glucose
- blood pressure (KCorrelationTypeIdentifierBloodPressure, custom data type)
- food (HKCorrelationTypeIdentifierFood, TYPE_NUTRITION)
- blood glucose
- location (NA, TYPE_LOCATION)


Expand Down

0 comments on commit 06738fb

Please sign in to comment.