Merge pull request #1517 from andyrozman/dev
Added Notification types needed for Medtronic
This commit is contained in:
commit
a918addc12
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