From 07eef5adae09d2447fd3287f873a8cfdc1c5f823 Mon Sep 17 00:00:00 2001 From: Andy Rozman Date: Wed, 24 Oct 2018 12:45:54 +0100 Subject: [PATCH] Added Notification types needed for Medtronic Added Notification types needed for Medtronic (reserving this two numbers) --- .../androidaps/plugins/Overview/notifications/Notification.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/java/info/nightscout/androidaps/plugins/Overview/notifications/Notification.java b/app/src/main/java/info/nightscout/androidaps/plugins/Overview/notifications/Notification.java index 3d2cb435fd..f6f291ddc2 100644 --- a/app/src/main/java/info/nightscout/androidaps/plugins/Overview/notifications/Notification.java +++ b/app/src/main/java/info/nightscout/androidaps/plugins/Overview/notifications/Notification.java @@ -69,6 +69,8 @@ public class Notification { public static final int NEWVERSIONDETECTED = 41; public static final int SENDLOGFILES = 42; public static final int DEVICENOTPAIRED = 43; + public static final int MEDTRONIC_PUMP_ALARM = 44; + public static final int RILEYLINK_CONNECTION = 45; public int id;