Added Notification types needed for Medtronic

Added Notification types needed for Medtronic (reserving this two numbers)
This commit is contained in:
Andy Rozman 2018-10-24 12:45:54 +01:00 committed by GitHub
parent 91610e40e5
commit 07eef5adae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;