Added Notification types needed for Medtronic
Added Notification types needed for Medtronic (reserving this two numbers)
This commit is contained in:
parent
91610e40e5
commit
07eef5adae
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue