From f1ddfae04f7bab6cd65b3c40be219a9de329a188 Mon Sep 17 00:00:00 2001 From: JulioV Date: Mon, 26 Oct 2020 15:51:22 -0400 Subject: [PATCH] Fix missing params battery and AR --- config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.yaml b/config.yaml index 242a6483..457f2e12 100644 --- a/config.yaml +++ b/config.yaml @@ -129,6 +129,7 @@ PHONE_ACTIVITY_RECOGNITION: TABLE: ANDROID: plugin_google_activity_recognition IOS: plugin_ios_activity_recognition + EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode. PROVIDERS: RAPIDS: COMPUTE: False @@ -142,6 +143,7 @@ PHONE_ACTIVITY_RECOGNITION: PHONE_BATTERY: TABLE: battery + EPISODE_THRESHOLD_BETWEEN_ROWS: 30 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode. PROVIDERS: RAPIDS: COMPUTE: False