DexcomG5, battery read every 2 hours iso 48 hours

This commit is contained in:
Johan Degraeve 2020-12-08 09:17:57 +01:00
parent 2915a11c9b
commit 7bea238e9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/// dexcom G5 specific constants
enum ConstantsDexcomG5 {
/// how often to read battery level
static let batteryReadPeriodInHours = 48.0
static let batteryReadPeriodInHours = 2.0
/// in case transmitter needs pairing, how long to keep connection up to give time to the user to accept the pairing request, inclusive opening the notification
static let maxTimeToAcceptPairingInSeconds = 60