Alarm Network
data class AlarmNetwork(val sleepQuality: Int, val minutesSinceMidnight: Int, val flags: Long, val flagsDecoded: FlagsDecoded?)
Constructors
Link copied to clipboard
fun AlarmNetwork(sleepQuality: Int, minutesSinceMidnight: Int, flags: Long, flagsDecoded: FlagsDecoded?)