Is your feature request related to a problem? Please describe.
My project requires getting max, alongside average, in Statistics when getting infromation about heart rate.
Describe the solution you'd like
I've created a PR adding discreteMax to Statistics in https://github.com/kvs-coder/HealthKitReporter/pull/28.
An additional change here is needed to add a new field to Statistics class.
Describe alternatives you've considered
Not applicable.
Is your feature request related to a problem? Please describe. My project requires getting
max
, alongsideaverage
, inStatistics
when getting infromation about heart rate.Describe the solution you'd like I've created a PR adding
discreteMax
toStatistics
in https://github.com/kvs-coder/HealthKitReporter/pull/28. An additional change here is needed to add a new field toStatistics
class.Describe alternatives you've considered Not applicable.
Additional context None.