xdripswift/xdrip/Constants/ConstantsSuspensionPreventi...

12 lines
289 B
Swift
Raw Normal View History

/// suspension prevention
enum ConstantsSuspensionPrevention {
/// name of the file that has the sound to play
static let soundFileName = "1-millisecond-of-silence.caf"//20ms-of-silence.caf"
/// how often to play the sound, in seconds
static let interval = 5
}