-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Note I have no idea what I'm doing on github so there's probably a not terrible way to document this correctly. Sorry.
The way I did this might be a little hacky, but it's definitely possible without too much trouble. It might be worth adding this - I know I was very interested in having this included, in addition to the other columns already there.
- Add "activities/heart" to LOGGABLES
- Include heartrate in setscope
- Add conditional within sync data population to check title != "heart"
If true -> cell.offset(index, !dateColDone + activity * 1.0).setValue(val["value"]); (no change)
If false -> cell.offset(index, !dateColDone + activity * 1.0).setValue(val["value"]["restingHeartRate"]);
Reactions are currently unavailable