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