SleepWakeState

public enum SleepWakeState : String, Codable
  • Declaration

    Swift

    case UNKNOWN = "UNKNOWN"
  • Declaration

    Swift

    case WAKE = "WAKE"
  • REM

    Declaration

    Swift

    case REM = "REM"
  • Declaration

    Swift

    case NONREM12 = "NONREM12"
  • Declaration

    Swift

    case NONREM3 = "NONREM3"