SleepRating
public enum SleepRating : Int, Codable
Undocumented
-
Undocumented
Declaration
Swift
case SLEPT_UNDEFINED = -1
-
Undocumented
Declaration
Swift
case SLEPT_POORLY = 0
-
Undocumented
Declaration
Swift
case SLEPT_SOMEWHAT_POORLY = 1
-
Undocumented
Declaration
Swift
case SLEPT_NEITHER_POORLY_NOR_WELL = 2
-
Undocumented
Declaration
Swift
case SLEPT_SOMEWHAT_WELL = 3
-
Undocumented
Declaration
Swift
case SLEPT_WELL = 4