SleepAverageSummary

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)

Properties

Link copied to clipboard
val timestampEnd: Timestamp

end of the period in UNIX-timestamp.

Link copied to clipboard
val timestampStart: Timestamp

beginning of the period in UNIX-timestamp.

Inherited properties

Link copied to clipboard
Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int