VLDSleep Class Reference

Inherits from VLDRecord : VLDModel : NSObject
Declared in VLDSleep.h

Overview

Measurements related to the length of time spent in various sleep cycles, as well as number of times woken during the night.

  totalSleep

Total number of sleep seconds

@property (nonatomic, strong, nullable) NSNumber *totalSleep

Discussion

Total number of sleep seconds

Declared In

VLDSleep.h

  awake

Seconds awake during recording

@property (nonatomic, strong, nullable) NSNumber *awake

Discussion

Seconds awake during recording

Declared In

VLDSleep.h

  deep

Deep sleep in seconds

@property (nonatomic, strong, nullable) NSNumber *deep

Discussion

Deep sleep in seconds

Declared In

VLDSleep.h

  light

Light sleep in seconds

@property (nonatomic, strong, nullable) NSNumber *light

Discussion

Light sleep in seconds

Declared In

VLDSleep.h

  rem

Rapid eye movement in seconds

@property (nonatomic, strong, nullable) NSNumber *rem

Discussion

Rapid eye movement in seconds

Declared In

VLDSleep.h

  timesWoken

Number of times woken during sleep recording

@property (nonatomic, strong, nullable) NSNumber *timesWoken

Discussion

Number of times woken during sleep recording

Declared In

VLDSleep.h