Sleep Average Summary
class SleepAverageSummary(val min: Int, val max: Int, val average: Int, val timestampStart: Timestamp, val timestampEnd: Timestamp) : AverageSummary
Summary about pulse during the longest sleep period except awakes.
See also
Constructors
Link copied to clipboard
fun SleepAverageSummary(min: Int, max: Int, average: Int, timestampStart: Timestamp, timestampEnd: Timestamp)