shortAwakenings property

List<SleepStage>? shortAwakenings
getter/setter pair

List of short awake segments (under a set threshold) that are part of the sleep session.

These can overlap with sleep stages.

Output only.

Implementation

core.List<SleepStage>? shortAwakenings;