VLDSleep

@interface VLDSleep : VLDRecord

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

  • Total number of sleep seconds

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *totalSleep
  • Seconds awake during recording

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *awake
  • Deep sleep in seconds

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *deep
  • Light sleep in seconds

    Declaration

    Objective-C

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

    Rapid eye movement in seconds

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) NSNumber *rem
  • Number of times woken during sleep recording

    Declaration

    Objective-C

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